Fixed a trailing whitespace.
This commit is contained in:
parent
c0a5156c70
commit
e343576292
1 changed files with 1 additions and 1 deletions
|
|
@ -1235,7 +1235,7 @@ class DefaultAccount(with_metaclass(TypeclassBase, AccountDB)):
|
||||||
|
|
||||||
|
|
||||||
"""
|
"""
|
||||||
reason = f" ({reason if reason else ''})"
|
reason = f" ({reason if reason else ''})"
|
||||||
self._send_to_connect_channel(f"|R{self.key} disconnected{reason}|n")
|
self._send_to_connect_channel(f"|R{self.key} disconnected{reason}|n")
|
||||||
|
|
||||||
def at_post_disconnect(self, **kwargs):
|
def at_post_disconnect(self, **kwargs):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue