all repos — paprika @ 53c2378b40d3c82ac39f64a8f7d5c0a462826569

go rewrite of taigabot

Hug!
Anirudh Oppiliappan x@icyphox.sh
Thu, 30 Dec 2021 22:17:53 +0530
commit

53c2378b40d3c82ac39f64a8f7d5c0a462826569

parent

812bfbf89dc1a08aaf6a7174442126c9ff88f451

1 files changed, 4 insertions(+), 0 deletions(-)

jump to
M plugins/meme.goplugins/meme.go

@@ -25,6 +25,8 @@ "." + string(n),

".kiss", ".increase", ".decrease", + ".sniff", + ".hug", } }

@@ -69,6 +71,8 @@ strings.ToUpper(trigger[1:]),

), nil case ".sniff": return fmt.Sprintf("huffs %s's hair while sat behind them on the bus.", target), nil + case ".hug": + return fmt.Sprintf("(>^_^)>❤️ %s ❤️<(^o^<)", target), nil } return "", nil