mod_swedishchef: Add event so other modules can use this filter
authorMatthew Wild <mwild1@gmail.com>
Fri, 29 Sep 2017 09:18:24 +0100
changeset 2783 c53cc1ae4788
parent 2782 2615facc461b
child 2784 d93a73282a93
mod_swedishchef: Add event so other modules can use this filter
mod_swedishchef/mod_swedishchef.lua
--- a/mod_swedishchef/mod_swedishchef.lua	Fri Sep 29 09:18:05 2017 +0100
+++ b/mod_swedishchef/mod_swedishchef.lua	Fri Sep 29 09:18:24 2017 +0100
@@ -73,3 +73,4 @@
 	module:hook("message/bare", check_message);
 end
 
+module:hook("swedish_chef/message_filter", check_message);