changeset 2779:c53cc1ae4788

mod_swedishchef: Add event so other modules can use this filter
author Matthew Wild <mwild1@gmail.com>
date Fri, 29 Sep 2017 09:18:24 +0100
parents 2615facc461b
children d93a73282a93
files mod_swedishchef/mod_swedishchef.lua
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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);