From 60937be7c6c1697501a0ee4d226a8d297fdaf309 Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Sat, 30 Jun 2018 19:51:19 -0500 Subject: [PATCH] Fix obvious typo. --- lugito | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lugito b/lugito index 6706516..ecf5f47 100755 --- a/lugito +++ b/lugito @@ -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)