summaryrefslogtreecommitdiff
path: root/bot.lua
diff options
context:
space:
mode:
Diffstat (limited to 'bot.lua')
-rw-r--r--bot.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot.lua b/bot.lua
index e756139..16b872f 100644
--- a/bot.lua
+++ b/bot.lua
@@ -201,7 +201,7 @@ end
return function(_http, _env, _storage)
http, env, storage = _http, _env, _storage
- for _, f in ipairs {"nsfw", "roleplay", "death", "economy", "random", "http", "operator"} do
+ for _, f in ipairs {"nsfw", "roleplay", "death", "economy", "random", "http", "operator", "bullshit"} do
local func, err = env.loadfile("clientmods/furrybot/" .. f .. ".lua")
if not func then