document more BUGS i'll fix one day

This commit is contained in:
Brian S. Stephan 2011-06-02 15:24:38 -05:00
parent 90be2d1855
commit 45af15a1ef
1 changed files with 5 additions and 0 deletions

5
BUGS
View File

@ -13,3 +13,8 @@ dr.botzo --- BUGS
ends up sending the reply to the bot itself (as that is the target of the incoming 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 privmsg, same as in a channel, but the bot is supposed to overwrite the nick case
with the sender's) 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