projects/dswpbot/todo.1264852539.txt.gz · Last modified: 2010/01/30 12:55 by Unclefragger
This is an old revision of the document!
Things we should implement, change or adjust in the bot:
at git, rename config files to *.cfg.example so we can more easily run bots from our repositories (didn't find a git option to protect files from pulling/merging)
create a new function reply((event_object) event,(string) Message) to replace in plugin decision to reply in a channel or privmsg
check if the user is allowed to use a command (and allowed to use @ for public reply) within the core-bot, don't even waste resources executing the plugins if the user isn't allowed to anyways. Needs a place for for configuration, maybe main bot config? Subsections for all desired commands then those override default settings, so you don't have to set anything for default levels, only to override.
merge EV_PUBMSG and EV_PRIVMSG into EV_PRIVMSG (closer to
IRC protocol), if it's a whisper replace in origin $BotName with PRIVMSG – to be more detailed and maybe just implemented
Wishlist (add your wishes here):