smileys support
This commit is contained in:
@@ -332,7 +332,7 @@ class Profile(contact.Contact, Singleton):
|
||||
if text.startswith('/plugin '):
|
||||
plugin_support.PluginLoader.get_instance().command(text[8:])
|
||||
self._screen.messageEdit.clear()
|
||||
elif text:
|
||||
elif text and self._active_friend + 1:
|
||||
if text.startswith('/me '):
|
||||
message_type = TOX_MESSAGE_TYPE['ACTION']
|
||||
text = text[4:]
|
||||
|
||||
Reference in New Issue
Block a user