First version of refactored channel hooks

This commit is contained in:
Griatch 2021-04-11 19:47:09 +02:00
parent 48ebe5e3c2
commit 25e7e5a500
4 changed files with 58 additions and 323 deletions

View file

@ -81,6 +81,7 @@ CMD_CHANNEL = "__send_to_channel_command"
# (is expected to display the login screen)
CMD_LOGINSTART = "__unloggedin_look_command"
# Function for handling multiple command matches.
_SEARCH_AT_RESULT = utils.variable_from_module(*settings.SEARCH_AT_RESULT.rsplit(".", 1))