This commit is contained in:
Yann Leboulanger 2005-11-16 20:44:00 +00:00
parent 9ce32c8211
commit 6ef71ef1a2
1 changed files with 1 additions and 1 deletions

View File

@ -738,7 +738,7 @@ class GroupchatWindow(chat.Chat):
message = message[1:]
message_array = message.split(' ', 1)
command = message_array.pop(0).lower()
if message_array = ['']:
if message_array == ['']:
message_array = []
if command == 'clear':
# clear the groupchat window