Changeset 94

Show
Ignore:
Timestamp:
06/03/04 22:51:17 (5 years ago)
Author:
jajcus
Message:

- use 'Quit' as QUIT reason when closing connection after leaving all channels

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/jjigw/ircsession.py

    r90 r94  
    623623            pass 
    624624        if not self.used_for: 
    625             self.disconnect(stanza.get_status()
     625            self.disconnect("Quit"
    626626 
    627627    def get_channel(self,jid):