]> git.lizzy.rs Git - furrybot.git/commitdiff
Update the ASCII art for 2 censored commands
authorElias Fleckenstein <eliasfleckenstein@web.de>
Mon, 13 Sep 2021 12:47:57 +0000 (14:47 +0200)
committerElias Fleckenstein <eliasfleckenstein@web.de>
Mon, 13 Sep 2021 12:47:57 +0000 (14:47 +0200)
nsfw.lua

index db381ec22fc02069aa119063cdabed6b65633f90..c9e1d35b2ba90191aeba77e054093fe01e673c72 100644 (file)
--- a/nsfw.lua
+++ b/nsfw.lua
@@ -10,7 +10,7 @@ function furrybot.get_ascii_dick(name)
 end
 
 function furrybot.get_ascii_boobs(name)
-       return furrybot.get_ascii_genitals(name, "E", "Ξ", "B", 420)
+       return furrybot.get_ascii_genitals(name, "E", "Ξ", "3", 420)
 end
 
 function furrybot.commands.dicksize(name, target)
@@ -33,7 +33,7 @@ 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.roleplay)
+       furrybot.send(name .. " is sucking " .. target .. "'s cock. " .. furrybot.get_ascii_dick(name) .. " ˣoˣ ", furrybot.colors.roleplay)
 end)
 
 furrybot.commands.sex = furrybot.request_command(function(name, target)