]> git.lizzy.rs Git - furrybot.git/commitdiff
Add smellfeet command
authorElias Fleckenstein <eliasfleckenstein@web.de>
Wed, 12 May 2021 18:46:06 +0000 (20:46 +0200)
committerElias Fleckenstein <eliasfleckenstein@web.de>
Wed, 12 May 2021 18:46:06 +0000 (20:46 +0200)
bot.lua

diff --git a/bot.lua b/bot.lua
index 8e8eeb10e4c65cff16d50f7203e5d40cc959d5cd..97b9e47a0a64eb0c96ceb2fc4a667f24420e4760 100644 (file)
--- a/bot.lua
+++ b/bot.lua
@@ -242,6 +242,12 @@ furrybot.commands.slap = furrybot.interactive_rpg_command("slaps")
 furrybot.commands.beat = furrybot.interactive_rpg_command("beats")
 furrybot.commands.lick = furrybot.interactive_rpg_command("licks")
 
+furrybot.commands.smellfeet = furrybot.request_command(function(name, target)
+       furrybot.ping_message(target, name .. " wants to smell your feet. Type !accept to accept or !deny to deny.", furrybot.colors.system)
+end, function(name, target)
+       furrybot.ping_message(name, " you are smelling " .. target .. "'s feet. They are kinda stinky!", furrybot.colors.rpg)
+end)
+
 furrybot.commands.sex = furrybot.request_command(function(name, target)
        furrybot.ping_message(target, name .. " wants to have sex with you. Type !accept to accept or !deny to deny.", furrybot.colors.system)
 end, function(name, target)