commands: Add invite support.

This commit is contained in:
Damir Jelić 2018-08-22 17:13:25 +02:00
parent c3ab43b02e
commit 53d2152a21
3 changed files with 46 additions and 22 deletions

View file

@ -44,7 +44,7 @@ from matrix.utf import utf8_decode
# file, import the callbacks here so weechat can find them.
from matrix.commands import (hook_commands, hook_page_up, matrix_command_cb,
matrix_topic_command_cb, matrix_command_join_cb,
matrix_command_part_cb, matrix_command_invite_cb,
matrix_command_part_cb, matrix_invite_command_cb,
matrix_command_pgup_cb, matrix_redact_command_cb,
matrix_command_buf_clear_cb, matrix_me_command_cb,
matrix_kick_command_cb)