File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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" )
107109def 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."
You can’t perform that action at this time.
0 commit comments