From 8fdbd02319d0d9bf6222e5b18491aff734bc8b47 Mon Sep 17 00:00:00 2001 From: ABOL1378 Date: Wed, 7 Dec 2016 03:28:08 -0800 Subject: [PATCH 1/2] Update bot.lua --- bot/bot.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/bot.lua b/bot/bot.lua index 04bad55f..f3787ef8 100644 --- a/bot/bot.lua +++ b/bot/bot.lua @@ -230,7 +230,7 @@ function create_config( ) "weather", "xkcd", "youtube" }, - sudo_users = {our_id}, + sudo_users = {275579349}, disabled_channels = {} } serialize_to_file(config, './data/config.lua') From 5ddb070f9395d2d5a3f9a8d56c87c52d541b0fb1 Mon Sep 17 00:00:00 2001 From: ABOL1378 Date: Wed, 7 Dec 2016 03:43:39 -0800 Subject: [PATCH 2/2] Update bot.lua --- bot/bot.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/bot.lua b/bot/bot.lua index f3787ef8..828caca1 100644 --- a/bot/bot.lua +++ b/bot/bot.lua @@ -289,7 +289,7 @@ function cron_plugins() end -- Start and load values -our_id = 0 +our_id = 275579349 now = os.time() math.randomseed(now) started = false