Skip to content

Commit 55372eb

Browse files
committed
Add .fuck and .zombs from internal repo
1 parent 78f0625 commit 55372eb

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

plugins/jokes.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,11 @@ def boobies(text):
9797
return "Sorry I couldn't turn anything in '{}' into boobs for you.".format(out)
9898
return out
9999

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
100105

101106
@hook.command("awesome", "iscool", "cool")
102107
def awesome(text, is_nick_valid):
@@ -135,3 +140,8 @@ def kero(text):
135140
def lawyerjoke(message):
136141
"""- returns a lawyer joke, so lawyers know how much we hate them"""
137142
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

Comments
 (0)