oddluck-limnoria-plugins/MUD
Gordon Shumway bd3c6deb72
Update README.md
2019-02-21 20:00:23 -05:00
..
README.md Update README.md 2019-02-21 20:00:23 -05:00
__init__.py Add files via upload 2019-02-19 02:39:37 -05:00
config.py Add files via upload 2019-02-19 02:39:37 -05:00
plugin.py increase timeout until i make it configurable 2019-02-19 03:45:36 -05:00
test.py Add files via upload 2019-02-19 02:39:37 -05:00

README.md

MUD Client

I suppose this also works as telnet client. That's basically all it is at the moment.

Connect to a MUD over telnet and play over channel/PM. Allows one telnet session per nick so you can play with your IRC friends. MUD not included, there are plenty out there, there is just a client to allow playing them over IRC.

config plugins.MUD.server (server address)

config plugins.MUD.port (port)

MUD join (connect to server/port and print output to current channel)

MUD m (send text to MUD or newline if blank and return output)

MUD stop (disconnect the telnet session)