Das hier sollte raus
This commit is contained in:
parent
e57a4fd520
commit
fdc1f30174
@ -259,7 +259,6 @@ function match_plugins(self, msg, config, plugin)
|
|||||||
if config.enable_analytics and config.botan_token ~= '' then
|
if config.enable_analytics and config.botan_token ~= '' then
|
||||||
for _,plugin in ipairs(self.plugins) do
|
for _,plugin in ipairs(self.plugins) do
|
||||||
if plugin.name == 'botan' then
|
if plugin.name == 'botan' then
|
||||||
print('Analytics')
|
|
||||||
plugin.action(self, msg, config, nil, plugin_name)
|
plugin.action(self, msg, config, nil, plugin_name)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user