About …
Modules …
Download …
|
| parse_talker |
input,output,action |
|
Parsing talker is very simple as there is no client mode. This parser will
only parse group talk and private tells.
|
| parse_clientmode |
input,output |
|
Parse talker client mode. The client mode makes identifying the lines coming
back from the talker a lot easier and it also doesn't wrap lines which is
very handy for some lazy tools.
|
| parse_mserv |
input,output |
|
Mserv is a music server but it also has a the ability to let users chat to
each other. This parser listens to the chat and calls it public talk.
Anything prefixed with the bot's name (eg. "mybot> help") will be considered
a private tell.
|
| parse_irc |
input,output |
|
Every bot should exist on IRC just for a little while so this one does too.
IRC ends up being a bit of effort for bots 'cause they usually get throttled
when they're trying to be helpful but a few sleep()s take care of that.
|
|