Skip to content
Snippets Groups Projects
Commit 04fc9072 authored by Dicson's avatar Dicson
Browse files

ClickableNicknames. typo

parent 0447a4ca
No related branches found
No related tags found
No related merge requests found
......@@ -127,7 +127,7 @@ class Base(object):
nicks = gajim.contacts.get_nick_list(self.chat_control.account,
self.chat_control.room_jid)
if nick not in nicks:
- return
return
message_buffer = self.chat_control.msg_textview.get_buffer()
if message_buffer.get_char_count() < 1:
nick = nick + gajim.config.get('gc_refer_to_nick_char')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment