Mercurial > xib
log participant.py @ 261:26f7df23aee0
age | author | description |
---|---|---|
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 |
Thu, 11 Mar 2010 14:01:20 +0100 | Charly COSTE | minor fix in Participant |
Mon, 08 Mar 2010 23:55:16 +0100 | Charly COSTE | minor fix in Participant, reduce code redundancy |
Mon, 08 Mar 2010 19:17:19 +0100 | Charly COSTE | in Participant, test isinstance(self.muc, xmpp.muc) before using self.muc |
Mon, 08 Mar 2010 18:47:07 +0100 | Charly COSTE | catch ServerNotConnectedError in Participant.say_on_irc_to |