MrBot: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 12: | Line 12: | ||
* fix extra newline in PONG reply | * fix extra newline in PONG reply | ||
* add sleep() to end of script to ensure proper shutdown | * add sleep() to end of script to ensure proper shutdown | ||
* Add wildcards for hostmasks. People are having to log in many times, if they have dynamic IPs. Try for guessing of, e.g., *.*.domain.tdl. eggdrop can manage this so it should be quite possible. |
Revision as of 05:04, 10 August 2007
Currently online in the major RS channels as MrBot.
See http://www.rebelsquadrons.org/irc/bot.help for instructions on using the bot.
todo
- Link nicknames? Useful for IRC stats, as well. Treat all nicks who have /nick'd each other as one person. Perhaps difficult to implement.
- Track online time?
- Modify usage of !op and related commands--allow them to be used via PM as well as in the channel.
- Add support for reconnecting to server & using the full list of Undernet servers; "maintaining connection"
- Fix quits in logs for people without quit messages (extra newline)
- Add error checking to !login: don't allow blank hostmasks
- fix extra newline in PONG reply
- add sleep() to end of script to ensure proper shutdown
- Add wildcards for hostmasks. People are having to log in many times, if they have dynamic IPs. Try for guessing of, e.g., *.*.domain.tdl. eggdrop can manage this so it should be quite possible.