smileys support
This commit is contained in:
parent
04f9852050
commit
a0b23b0faa
910 changed files with 73 additions and 6 deletions
|
|
@ -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:]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue