Enable more plugins by default

This commit is contained in:
yago 2015-01-24 16:54:59 +01:00
parent 013b927c83
commit 4023ce7314

View File

@ -145,6 +145,8 @@ function create_config( )
"9gag", "9gag",
"echo", "echo",
"get", "get",
"giphy",
"google",
"help", "help",
"images", "images",
"img_google", "img_google",
@ -155,6 +157,7 @@ function create_config( )
"stats", "stats",
"time", "time",
"version", "version",
"weather",
"youtube" }, "youtube" },
sudo_users = {our_id} sudo_users = {our_id}
} }