Portiere Stats-Plugin

This commit is contained in:
Andreas Bielawski
2016-06-15 21:31:15 +02:00
parent 74b130f21e
commit ec57c247a7
2 changed files with 136 additions and 1 deletions

View File

@ -150,7 +150,7 @@ end
function pre_process_msg(self, msg)
for number,plugin in ipairs(self.plugins) do
if plugin.pre_process and msg then
print('Preprocess #'..number)
-- print('Preprocess #'..number) -- remove comment to restore old behaviour
plugin:pre_process(msg, self)
end
end