log bot.py @ 258:3b4826e14642

age author description
Sat, 13 Mar 2010 23:37:53 +0100 Charly COSTE fixed an UnboundLocalError in IRC kick handling, bug introduced in f1a21a006f2facd0ec2a71e99180b7b4df0907e3
Wed, 10 Mar 2010 13:13:13 +0100 Charly COSTE minor fix in _irc_event_handler, check source_nickname before giving it to Bridge.get_participant
Mon, 08 Mar 2010 23:22:19 +0100 Charly COSTE fixed IRC "mode" event handling
Mon, 08 Mar 2010 18:39:53 +0100 Charly COSTE make sure Bot.error doesn't raise a transcoding exception and uses repr() when there is a problem
Mon, 08 Mar 2010 18:15:25 +0100 Charly COSTE ignore "noorigin" IRC event
Mon, 08 Mar 2010 18:12:17 +0100 Charly COSTE ignore IRC server-wide events not received on bot connection
Mon, 08 Mar 2010 11:59:24 +0100 Charly COSTE ignore IRC "topic" event
Mon, 08 Mar 2010 10:58:31 +0100 Charly COSTE some more fixes for Bot._irc_event_handler