From 700f9e395e9b68359427a9cb427a1dbedef909d0 Mon Sep 17 00:00:00 2001 From: yago Date: Sat, 24 Jan 2015 16:54:59 +0100 Subject: [PATCH] Enable more plugins by default --- bot/bot.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bot/bot.lua b/bot/bot.lua index cb9dd85..a7d2f99 100644 --- a/bot/bot.lua +++ b/bot/bot.lua @@ -145,6 +145,8 @@ function create_config( ) "9gag", "echo", "get", + "giphy", + "google", "help", "images", "img_google", @@ -155,6 +157,7 @@ function create_config( ) "stats", "time", "version", + "weather", "youtube" }, sudo_users = {our_id} }