This shoudl fix tab completion in GC. For real now, I hope.

This commit is contained in:
js 2008-05-18 19:51:58 +00:00
parent 2be8792fd3
commit fcbb71a6d2
1 changed files with 1 additions and 1 deletions

View File

@ -1886,7 +1886,7 @@ class GroupchatControl(ChatControlBase):
list_nick.insert(0, nick)
list_nick.remove(self.nick) # Skip self
list_nick.reverse()
list_nick.sort()
for nick in list_nick:
if nick.lower().startswith(begin.lower()):
# the word is the begining of a nick