commands: Add initial olm command.
This commit is contained in:
parent
69db90dd4d
commit
1208c9d4a2
2 changed files with 310 additions and 3 deletions
3
main.py
3
main.py
|
|
@ -44,7 +44,8 @@ from matrix.commands import (hook_commands, hook_page_up,
|
|||
matrix_command_pgup_cb, matrix_invite_command_cb,
|
||||
matrix_join_command_cb, matrix_kick_command_cb,
|
||||
matrix_me_command_cb, matrix_part_command_cb,
|
||||
matrix_redact_command_cb, matrix_topic_command_cb)
|
||||
matrix_redact_command_cb, matrix_topic_command_cb,
|
||||
matrix_olm_command_cb)
|
||||
from matrix.completion import (init_completion, matrix_command_completion_cb,
|
||||
matrix_debug_completion_cb,
|
||||
matrix_message_completion_cb,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue