Tiny oops, nick wasn't set. I could swear I tested this before...

This commit is contained in:
Alex Mauer 2005-09-14 21:47:43 +00:00
parent 52e076e4c4
commit 3fda0dc738
1 changed files with 1 additions and 0 deletions

View File

@ -628,6 +628,7 @@ class GroupchatWindow(chat.Chat):
elif command == 'nick':
# example: /nick foo
if len(message_array):
nick = message_array[0]
gajim.connections[self.account].change_gc_nick(room_jid,
nick)
else: