From ec0879780546480bb622d58a5c9313c0851462c9 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Mon, 28 Apr 2008 21:13:13 +0000 Subject: [PATCH] [js] fix nick completion in groupchats --- src/groupchat_control.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/groupchat_control.py b/src/groupchat_control.py index 7e90ded7c..0abafff98 100644 --- a/src/groupchat_control.py +++ b/src/groupchat_control.py @@ -1841,6 +1841,7 @@ class GroupchatControl(ChatControlBase): list_nick.insert(0, nick) list_nick.remove(self.nick) # Skip self + list_nick.reverse() for nick in list_nick: if nick.lower().startswith(begin.lower()): # the word is the begining of a nick