We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 78f0625 + abba6cd commit fb2381bCopy full SHA for fb2381b
1 file changed
plugins/jokes.py
@@ -98,6 +98,13 @@ def boobies(text):
98
return out
99
100
101
+@hook.command("zombs", autohelp=False)
102
+def zombs():
103
+ """- prints some fucked up shit."""
104
+ out = "\u2299\u2299\u0505\u0F0D\u0020\u0E88\u0020\u25DE\u0C6A\u25DF\u0E88\u0020\u0F0D\u0648"
105
+ return out
106
+
107
108
@hook.command("awesome", "iscool", "cool")
109
def awesome(text, is_nick_valid):
110
"""- Prints a webpage to show <nick> how awesome they are."""
@@ -135,3 +142,9 @@ def kero(text):
135
142
def lawyerjoke(message):
136
143
"""- returns a lawyer joke, so lawyers know how much we hate them"""
137
144
message(random.choice(lawyerjoke))
145
146
147
+@hook.command("fuck", autohelp=False)
148
+def fuck():
149
+ """- returns something funny."""
150
+ return "something funny."
0 commit comments