Add ability to send emote messages using the /me command.
This commit is contained in:
parent
4f848da7fe
commit
6822084d59
4 changed files with 103 additions and 9 deletions
2
main.py
2
main.py
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue