Skip to content
Snippets Groups Projects
Commit 3acfe5f3 authored by jimpp's avatar jimpp
Browse files

Do not clear when Xclear or whatever is not /clear in a chat_control, thanks b4d for report

parent fdb0a9b0
No related branches found
No related tags found
No related merge requests found
......@@ -477,7 +477,7 @@ class ChatControlBase(MessageControl):
event_keymod)
def _process_command(self, message):
if not message:
if not message or message[0] != '/':
return False
message = message[1:]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment