commands: Add invite support.
This commit is contained in:
parent
c3ab43b02e
commit
53d2152a21
3 changed files with 46 additions and 22 deletions
2
main.py
2
main.py
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue