From 768fd1c0720112aa1174e31d6f60ff01b66b87cd Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Sat, 2 Apr 2011 23:23:36 -0500 Subject: [PATCH] BUGS: document !alias list wrong destination bug --- BUGS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/BUGS b/BUGS index 1ba8265..6c68e82 100644 --- a/BUGS +++ b/BUGS @@ -9,3 +9,7 @@ dr.botzo --- BUGS * get_db() in Module is not thread-aware, threads other than the main bot thread cannot call it (see Twitter.py) ProgrammingError: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 1 and this is thread id 2 + * various stuff (or at least !alias list) doesn't get privmsg handling right, and + 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)