Skip to content

Commit fb2381b

Browse files
authored
Merge pull request CloudBotIRC#256 from linuxdaemon/gonzobot+more-jokes
Add .fuck and .zombs commands from Snoonet gonzobot instance
2 parents 78f0625 + abba6cd commit fb2381b

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

plugins/jokes.py

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,13 @@ def boobies(text):
9898
return out
9999

100100

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+
101108
@hook.command("awesome", "iscool", "cool")
102109
def awesome(text, is_nick_valid):
103110
"""- Prints a webpage to show <nick> how awesome they are."""
@@ -135,3 +142,9 @@ def kero(text):
135142
def lawyerjoke(message):
136143
"""- returns a lawyer joke, so lawyers know how much we hate them"""
137144
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

Comments
 (0)