patch by braph: refactor muc_online events into own plugin class

This commit is contained in:
Thorsten
2016-04-02 00:50:29 +02:00
parent 4150137414
commit 89db85ad59
4 changed files with 77 additions and 42 deletions

View File

@@ -215,4 +215,5 @@ def get_nick_from_object(message_obj):
ptypes_PARSE = 'parser'
ptypes_COMMAND = 'command'
ptypes = [ptypes_PARSE, ptypes_COMMAND]
ptypes_MUC_ONLINE = 'muc_online'
ptypes = [ptypes_PARSE, ptypes_COMMAND, ptypes_MUC_ONLINE]