log

age author description
Sun, 21 Mar 2010 22:51:51 +0100 Charly COSTE fixed another UnboundLocalError in IRC kick handling introduced in f1a21a006f2facd0ec2a71e99180b7b4df0907e3
Sat, 13 Mar 2010 17:38:47 +0100 Charly COSTE (irclib) created a "Channel" class
Thu, 11 Mar 2010 14:15:31 +0100 Charly COSTE (muc) created "state" attribute to replace the "connected" one
Sat, 13 Mar 2010 23:37:53 +0100 Charly COSTE fixed an UnboundLocalError in IRC kick handling, bug introduced in f1a21a006f2facd0ec2a71e99180b7b4df0907e3
Sat, 13 Mar 2010 14:40:32 +0100 Charly COSTE (muc) removed "participants" attribute since it isn't used
Sat, 13 Mar 2010 14:25:34 +0100 Charly COSTE (muc) auto_reconnect must be set in join() not in __init__() because we turn it to False in leave()