From 0cedb2f9c18d3f7d45505fc7d3ba9268a12eb122 Mon Sep 17 00:00:00 2001 From: Andreas Bielawski Date: Fri, 12 Aug 2016 01:34:22 +0200 Subject: [PATCH] =?UTF-8?q?-=20Version=20auf=202.2.6=20erh=C3=B6ht=20-=20F?= =?UTF-8?q?ixe=20Standard-Plugins?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- otouto/bot.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/otouto/bot.lua b/otouto/bot.lua index e057990..9464c4e 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.5.1c' +bot.version = '2.2.6' function bot:init(config) -- The function run when the bot is started or reloaded. cred_data = load_cred() @@ -305,11 +305,11 @@ function create_plugin_set() 'about', 'id', 'echo', + 'currency', 'banhammer', 'channels', 'plugins', - 'help', - 'greetings' + 'help' } print ('enabling a few plugins - saving to redis set telegram:enabled_plugins') for _,plugin in pairs(enabled_plugins) do