MrBot: Difference between revisions
Jump to navigation
Jump to search
Line 20: | Line 20: | ||
* Track online time? | * Track online time? | ||
* <s>Set up [[BP]] point for IRC to go automatically through the bot (requiring the RSer to login to the bot)</s> | * <s>Set up [[BP]] point for IRC to go automatically through the bot (requiring the RSer to login to the bot)</s> | ||
* Add [!action msg] now that it's known how to do so. | * <s>Add [!action msg] now that it's known how to do so.</s> | ||
* Have !email take multiple parameters and create a comma-delineated list of emails (pins_to_emails() will probably do the trick) | * <s>Have !email take multiple parameters and create a comma-delineated list of emails (pins_to_emails() will probably do the trick)</s> | ||
* Have !lookup return emails as well as profile links. | * <s>Have !lookup return emails as well as profile links.</s> | ||
* ? Add auto-notification of ITOD reports to channels of fleets (how? I may need to set up a second fsockopen and listen to the RS site.) | * ? Add auto-notification of ITOD reports to channels of fleets (how? I may need to set up a second fsockopen and listen to the RS site.) | ||
* ? Add auto-notification of news items to channels of fleets and B&G (despite how certain parties in the B&G will complain) | * ? Add auto-notification of news items to channels of fleets and B&G (despite how certain parties in the B&G will complain) |
Revision as of 19:56, 4 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
- Creation of channel logs, private message logs, system event logs
- Creation of "background mode"--necessary to run bot easily off of the server
- Creation of "private mode"--to toggle option of displaying online status on RS.org - Home
Updating "seen" featureOnly list each hostmask once, in order of online, then last actionFix listing offline before online--usually doesn't, but did recently.Add -h option to make hostmasks optional (!seen -h nick)Add management of !part and !quit -- make RSBot update seen information when it leaves channels, not just when others do.Make last seen tracked in days, H:i:s ago, instead of just a flat "last seen" date, for clarification.Add more humorous responses when no results found
- Link nicknames? Useful for IRC stats, as well. Treat all nicks who have /nick'd each other as one person. Perhaps difficult to implement.
Fix auto-opping people that only have voice accessAdd auto-mode preferences (autoop, autovoice) for each person/channelMake commands case-insensitive- Track online time?
Set up BP point for IRC to go automatically through the bot (requiring the RSer to login to the bot)Add [!action msg] now that it's known how to do so.Have !email take multiple parameters and create a comma-delineated list of emails (pins_to_emails() will probably do the trick)Have !lookup return emails as well as profile links.- ? Add auto-notification of ITOD reports to channels of fleets (how? I may need to set up a second fsockopen and listen to the RS site.)
- ? Add auto-notification of news items to channels of fleets and B&G (despite how certain parties in the B&G will complain)