We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78f0625 commit 55372ebCopy full SHA for 55372eb
1 file changed
plugins/jokes.py
@@ -97,6 +97,11 @@ def boobies(text):
97
return "Sorry I couldn't turn anything in '{}' into boobs for you.".format(out)
98
return out
99
100
+@hook.command("zombs", autohelp=False)
101
+def zombs(conn, chan):
102
+ """prints some fucked up shit."""
103
+ out = "\u2299\u2299\u0505\u0F0D\u0020\u0E88\u0020\u25DE\u0C6A\u25DF\u0E88\u0020\u0F0D\u0648"
104
+ return out
105
106
@hook.command("awesome", "iscool", "cool")
107
def awesome(text, is_nick_valid):
@@ -135,3 +140,8 @@ def kero(text):
135
140
def lawyerjoke(message):
136
141
"""- returns a lawyer joke, so lawyers know how much we hate them"""
137
142
message(random.choice(lawyerjoke))
143
+
144
+@hook.command("fuck", autohelp=False)
145
+def fuck(text):
146
+ """returns something funny."""
147
+ return("something funny.")
0 commit comments