Properly disconnect DCC connexion when any part leave
This commit is contained in:
parent
9c7884f092
commit
7de644a784
3 changed files with 14 additions and 4 deletions
2
hooks.py
2
hooks.py
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue