Skip to content

Commit 49d2d50

Browse files
authored
Merge pull request CloudBotIRC#115 from A-UNDERSCORE-D/gonzobot
Added shrug.py, responds with a shrug, thanks to Duck for the idea
2 parents 33a5451 + 8f1d2e3 commit 49d2d50

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

plugins/shrug.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
from cloudbot import hook
2+
3+
4+
@hook.command("shrug", autohelp=False)
5+
def shrug():
6+
"""shrugs"""
7+
return "¯\_(ツ)_/¯"

0 commit comments

Comments
 (0)