BUGS: document !alias list wrong destination bug

This commit is contained in:
Brian S. Stephan 2011-04-02 23:23:36 -05:00
parent 9a4f8b019a
commit 768fd1c072
1 changed files with 4 additions and 0 deletions

4
BUGS
View File

@ -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)