diff --git a/src/groupchat_control.py b/src/groupchat_control.py index 2a77a3b769e719e8f69a06cf55f3cf90dfd39484..197520527ebbbe36973d5c3f22cbe93b9e81bbf4 100644 --- a/src/groupchat_control.py +++ b/src/groupchat_control.py @@ -1520,6 +1520,7 @@ class GroupchatControl(ChatControlBase): self.nick_hits = [] # clear the hit list list_nick = gajim.contacts.get_nick_list(self.account, self.room_jid) + list_nick.remove(self.nick) # Skip self for nick in list_nick: if nick.lower().startswith(begin.lower()): # the word is the begining of a nick