]> git.lizzy.rs Git - furrybot.git/commitdiff
Use arrow character rather than <
authorElias Fleckenstein <eliasfleckenstein@web.de>
Fri, 2 Apr 2021 10:34:20 +0000 (12:34 +0200)
committerElias Fleckenstein <eliasfleckenstein@web.de>
Fri, 2 Apr 2021 10:34:20 +0000 (12:34 +0200)
bot.lua

diff --git a/bot.lua b/bot.lua
index 6a322b3f455e424bdfd212381967ac4b449119c0..2dc67f7a1ede80fb142787c469715d5597702ff2 100644 (file)
--- 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