This commit is contained in:
Yann Leboulanger 2005-07-03 12:36:13 +00:00
parent bb89871657
commit cffd7f9c66

View file

@ -738,7 +738,7 @@ class Connection:
if kill_core:
if self.connected > 1:
self.connected = 0
self.connection.disconnect('Disconnected')
self.connection.disconnect()
return
def ask_roster(self):