Fix obvious typo.

This commit is contained in:
Simon Quigley 2018-06-30 19:51:19 -05:00
parent 785aff3af7
commit 60937be7c6

2
lugito
View File

@ -118,7 +118,7 @@ def ircbot(message):
sendmessage = sendmessage + taskinfo["title"].strip() + ": "
# And the link.
sendmessage = "\x032" + taskinfo["uri"] + "\x03"
sendmessage = sendmessage + "\x032" + taskinfo["uri"] + "\x03"
# Send it off!
sendnotice(sendmessage)