Remove extra colon

It creates a syntax error
This commit is contained in:
mathieui 2017-05-16 09:11:32 +02:00
parent 83e28a2be8
commit ffb8bbe63f

View file

@ -825,7 +825,7 @@ class OneToOneTab(ChatTab):
"""
/unquery
"""
self.send_chat_state('gone', always_send=True):
self.send_chat_state('gone', always_send=True)
self.core.close_tab(self)
def missing_command_callback(self, command_name):