.FIX. Fix links containing brackets for !last

This commit is contained in:
russelg 2016-06-14 01:54:34 +08:00 committed by Nyo
parent 6d93dd3633
commit 3c0dd56df5
1 changed files with 1 additions and 1 deletions

View File

@ -497,7 +497,7 @@ def tillerinoLast(fro, chan, message):
msg = "{0:.2f}pp".format(data["pp"])
msg += " on " if chan == "FokaBot" else " | {0} on ".format(fro)
msg += "({0})[http://osu.ppy.sh/b/{1}]".format(data["sn"], data["bid"])
msg += "[http://osu.ppy.sh/b/{1} {0}]".format(data["sn"], data["bid"])
if data["mods"]:
msg += ' +' + generalFunctions.readableMods(data["mods"])