From 45af15a1efe07a582832ac48451a3e1e8b6248da Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Thu, 2 Jun 2011 15:24:38 -0500 Subject: [PATCH] document more BUGS i'll fix one day --- BUGS | 5 +++++ 1 file changed, 5 insertions(+) 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