From 699ab33036b45937c581af08c09477dcf60d761b Mon Sep 17 00:00:00 2001 From: Andreas Bielawski Date: Tue, 16 Aug 2016 17:40:24 +0200 Subject: [PATCH] 2.2.6.3 --- otouto/bot.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/otouto/bot.lua b/otouto/bot.lua index f97cd3a..5eceada 100644 --- a/otouto/bot.lua +++ b/otouto/bot.lua @@ -3,7 +3,7 @@ local bot = {} bindings = require('otouto.bindings') utilities = require('otouto.utilities') -bot.version = '2.2.6.2' +bot.version = '2.2.6.3' function bot:init(config) -- The function run when the bot is started or reloaded. cred_data = load_cred() @@ -233,7 +233,6 @@ function pre_process_msg(self, msg, config) if plugin.pre_process and msg then -- print('Preprocess '..plugin.name) -- remove comment to restore old behaviour new_msg = plugin:pre_process(msg, self, config) - if not new_msg then return end end end return new_msg