Properly disconnect DCC connexion when any part leave

This commit is contained in:
Némunaire 2012-10-15 01:15:07 +02:00
commit 7de644a784
3 changed files with 14 additions and 4 deletions

View file

@ -53,7 +53,7 @@ class MessagesHook:
del self.context.hooks_cache[store]
if not hasattr(self, store):
print ("\033[1;35mWarning:\033[0m unrecognized hook store type")
print ("\033[1;35mWarning:\033[0m unrecognized hook store")
return
attr = getattr(self, store)