From: Elias Fleckenstein Date: Fri, 2 Apr 2021 10:34:20 +0000 (+0200) Subject: Use arrow character rather than < X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=02d17131666ececf4c1db507511768b622867c12;p=furrybot.git Use arrow character rather than < --- diff --git a/bot.lua b/bot.lua index 6a322b3..2dc67f7 100644 --- a/bot.lua +++ b/bot.lua @@ -313,7 +313,7 @@ function furrybot.commands.dicksize(name, target) target = target or name local size = furrybot.strrandom(target, 31242, 2, 10) local dick = furrybot.repeat_string("=", size) .. "D" - furrybot.send(dick .. furrybot.colors.system .. " <= " .. furrybot.ping(target, furrybot.colors.system) .. "'s Dick", C("#FF4DE1")) + furrybot.send(dick .. furrybot.colors.system .. " ← " .. furrybot.ping(target, furrybot.colors.system) .. "'s Dick", C("#FF4DE1")) end furrybot.commands.cocksize = furrybot.commands.dicksize