log irclib.py @ 208:1cae0d82501b

age author description
Sat, 06 Mar 2010 15:51:19 +0100 Charly COSTE (irclib) when reconnecting, call .disconnect() before .connect()
Fri, 26 Feb 2010 20:59:20 +0100 Charly COSTE auto-reconnect in irclib, restart if bot's IRC connection was lost
Sun, 21 Feb 2010 16:56:22 +0100 Charly COSTE [irclib] handle ServerNotConnectedError in part() and quit(), we now keep track of channels we're in and rejoin them after a disconnection
Sat, 13 Feb 2010 16:32:28 +0100 Charly COSTE added a required "importance" argument to Bot.error()