2011-01-06 17:17:10 -06:00
|
|
|
dr.botzo --- BUGS
|
|
|
|
|
2011-01-07 17:23:15 -06:00
|
|
|
* being in #chan and telling the bot to !part #chan is a crash if it can't message
|
|
|
|
#chan after it leaves
|
2011-01-07 23:05:06 -06:00
|
|
|
* Countdown formatting has singular nouns for negative numbers (-21 day)
|
2011-01-07 23:56:51 -06:00
|
|
|
* probably many, many more
|
2011-01-08 01:13:24 -06:00
|
|
|
* possible to have not well-formed XML in pywapi.get_weather_from_google:
|
|
|
|
xml.parsers.expat.ExpatError: not well-formed (invalid token)
|
2011-04-02 23:23:36 -05:00
|
|
|
* 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)
|
2011-06-02 15:24:38 -05:00
|
|
|
* 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
|