Skip to content

Commit 41ba036

Browse files
author
Sebastian Barfurth
authored
Changing the format to something more readable
1 parent 608f0f9 commit 41ba036

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/jokes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def boobies(text, conn):
9191
def awesome(text, message):
9292
"""Prints a webpage to show <nick> how awesome they are."""
9393
nick_re = re.compile("^[A-Za-z0-9_|.\-\]\[]*$", re.I)
94-
link = 'http://is-awesome.cool/{}'
94+
link = 'http://{}.is-awesome.cool/:D'
9595
nick = text.split(' ')[0]
9696
if nick_re.match(nick):
9797
message("{}: I am blown away by your recent awesome action(s). Please read \x02{}\x02".format(nick, link.format(nick)))

0 commit comments

Comments
 (0)