We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41ba036 commit 19dd5f6Copy full SHA for 19dd5f6
1 file changed
plugins/jokes.py
@@ -91,7 +91,7 @@ def boobies(text, conn):
91
def awesome(text, message):
92
"""Prints a webpage to show <nick> how awesome they are."""
93
nick_re = re.compile("^[A-Za-z0-9_|.\-\]\[]*$", re.I)
94
- link = 'http://{}.is-awesome.cool/:D'
+ link = 'http://is-awesome.cool/{}'
95
nick = text.split(' ')[0]
96
if nick_re.match(nick):
97
message("{}: I am blown away by your recent awesome action(s). Please read \x02{}\x02".format(nick, link.format(nick)))
0 commit comments