Skip to content

Commit abba6cd

Browse files
committed
Fix formatting
1 parent 55372eb commit abba6cd

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

plugins/jokes.py

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

100+
100101
@hook.command("zombs", autohelp=False)
101-
def zombs(conn, chan):
102-
"""prints some fucked up shit."""
102+
def zombs():
103+
"""- prints some fucked up shit."""
103104
out = "\u2299\u2299\u0505\u0F0D\u0020\u0E88\u0020\u25DE\u0C6A\u25DF\u0E88\u0020\u0F0D\u0648"
104105
return out
105106

107+
106108
@hook.command("awesome", "iscool", "cool")
107109
def awesome(text, is_nick_valid):
108110
"""- Prints a webpage to show <nick> how awesome they are."""
@@ -141,7 +143,8 @@ def lawyerjoke(message):
141143
"""- returns a lawyer joke, so lawyers know how much we hate them"""
142144
message(random.choice(lawyerjoke))
143145

146+
144147
@hook.command("fuck", autohelp=False)
145-
def fuck(text):
146-
"""returns something funny."""
147-
return("something funny.")
148+
def fuck():
149+
"""- returns something funny."""
150+
return "something funny."

0 commit comments

Comments
 (0)