diff --git a/BUGS b/BUGS index 6c68e82..e16dd72 100644 --- a/BUGS +++ b/BUGS @@ -13,3 +13,8 @@ dr.botzo --- BUGS ends up sending the reply to the bot itself (as that is the target of the incoming privmsg, same as in a channel, but the bot is supposed to overwrite the nick case with the sender's) + * line saying only '!alias' == crash + * if a trigger text replacement happens, the original text is unavailable to modules + f.x., saying (this text will be replaced with a trigger)++ will cause (replacement)++ + to be seen by the karma module. fix: pass along the original text as an argument + to modules, and/or have karma look in the events structure for the original text