From a78024914289b1bb32bbd05b7b4270a756ce7d51 Mon Sep 17 00:00:00 2001 From: yago Date: Mon, 12 Jan 2015 20:29:18 +0100 Subject: [PATCH] help by default --- bot/bot.lua | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/bot/bot.lua b/bot/bot.lua index eceabc2..c46170c 100644 --- a/bot/bot.lua +++ b/bot/bot.lua @@ -145,15 +145,16 @@ function create_config( ) -- A simple config with basic plugins and ourserves as priviled user config = { enabled_plugins = { - "9gag", - "echo", + "9gag", + "echo", "get", - "set", + "help" "images", "img_google", "location", "media", "plugins", + "set", "stats", "time", "version",