matrix: Change the way responses and events are executed.
This commit is contained in:
parent
e7208ded62
commit
38d6a14a33
6 changed files with 218 additions and 132 deletions
1
main.py
1
main.py
|
|
@ -46,6 +46,7 @@ from matrix.commands import (hook_commands, hook_page_up, matrix_command_cb,
|
|||
matrix_command_pgup_cb, matrix_redact_command_cb,
|
||||
matrix_command_buf_clear_cb, matrix_me_command_cb,
|
||||
matrix_command_kick_cb)
|
||||
from matrix.buffer import room_buffer_input_cb, room_buffer_close_cb
|
||||
|
||||
from matrix.server import (
|
||||
MatrixServer,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue