Remove extra colon
It creates a syntax error
This commit is contained in:
parent
83e28a2be8
commit
ffb8bbe63f
1 changed files with 1 additions and 1 deletions
|
@ -825,7 +825,7 @@ class OneToOneTab(ChatTab):
|
||||||
"""
|
"""
|
||||||
/unquery
|
/unquery
|
||||||
"""
|
"""
|
||||||
self.send_chat_state('gone', always_send=True):
|
self.send_chat_state('gone', always_send=True)
|
||||||
self.core.close_tab(self)
|
self.core.close_tab(self)
|
||||||
|
|
||||||
def missing_command_callback(self, command_name):
|
def missing_command_callback(self, command_name):
|
||||||
|
|
Loading…
Reference in a new issue