- SecurityBot doesn't use the new interface. [fixed]
- help doesn't say "no help for..." [fixed]
- Several commands don't check for the existence of the target.
NickServ
- $user_table should be a semaphore.
ChanServ
- CS do_status() had a bogus call to kickban(). used $nick instead of $user [fixed]
- cs_setmodes doesn't work as expected if the user specifies their own nick.
BotServ
- BS bot_say() doesn't pass $user into can_do() [patch available/trivial]
- may have similar bugs elsewhere.
- need to enforce $user being available if $level is undef
- BotSay says permission denied when permission is actually granted.
- It's an override bug. place BotSay in the override table and remove the override in botserv::bot_say()
- Should be fixed in [tab-0.3.2]