From: Elias Fleckenstein Date: Wed, 12 May 2021 18:55:46 +0000 (+0200) Subject: Add some lewd command X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=15741e9da7b220d6d33e0e5bef61ba914c57283f;p=furrybot.git Add some lewd command --- diff --git a/bot.lua b/bot.lua index 97b9e47..009d021 100644 --- a/bot.lua +++ b/bot.lua @@ -248,6 +248,12 @@ end, function(name, target) furrybot.ping_message(name, " you are smelling " .. target .. "'s feet. They are kinda stinky!", furrybot.colors.rpg) end) +furrybot.commands.blowjob = furrybot.request_command(function(name, target) + furrybot.ping_message(target, name .. " wants to suck your dick. Type !accept to accept or !deny to deny.", furrybot.colors.system) +end, function(name, target) + furrybot.send(name .. " is sucking " .. target .. "'s cock. ˣoˣ IT'S SO HUGE", 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)