Implement /kick.

This commit is contained in:
Denis Kasak 2018-03-05 23:38:14 +01:00 committed by poljar
parent 7434285ffb
commit b0872922ec
5 changed files with 109 additions and 8 deletions

View file

@ -43,7 +43,8 @@ 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_me_command_cb)
matrix_command_buf_clear_cb, matrix_me_command_cb,
matrix_command_kick_cb)
from matrix.server import (
MatrixServer,