Add ability to send emote messages using the /me command.

This commit is contained in:
poljar (Damir Jelić) 2018-02-26 23:31:21 +01:00
parent 4f848da7fe
commit 6822084d59
4 changed files with 103 additions and 9 deletions

View file

@ -39,7 +39,7 @@ from matrix.commands import (hook_commands, hook_page_up, matrix_command_cb,
matrix_command_join_cb, matrix_command_part_cb,
matrix_command_invite_cb, matrix_command_topic_cb,
matrix_command_pgup_cb, matrix_redact_command_cb,
matrix_command_buf_clear_cb)
matrix_command_buf_clear_cb, matrix_me_command_cb)
from matrix.server import (
MatrixServer,