diff options
author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2021-09-13 16:46:14 +0200 |
---|---|---|
committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2021-09-13 16:46:14 +0200 |
commit | b846ef0a0aa0b0c27ba15026ae0eaac9664080ba (patch) | |
tree | 4a12904c8f37f4a8ab6927b3db4d3824c6be98ca /bot.lua | |
parent | aaa2c8446d437d3b383010bd6c768bfad91d72a4 (diff) | |
download | furrybot-b846ef0a0aa0b0c27ba15026ae0eaac9664080ba.tar.xz |
Add bullshit command from 9front
Diffstat (limited to 'bot.lua')
-rw-r--r-- | bot.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |