mirror of
https://github.com/lubuntu-team/lugito.git
synced 2025-07-06 12:31:30 +00:00
Fix obvious typo.
This commit is contained in:
parent
785aff3af7
commit
60937be7c6
2
lugito
2
lugito
@ -118,7 +118,7 @@ def ircbot(message):
|
|||||||
sendmessage = sendmessage + taskinfo["title"].strip() + ": "
|
sendmessage = sendmessage + taskinfo["title"].strip() + ": "
|
||||||
|
|
||||||
# And the link.
|
# And the link.
|
||||||
sendmessage = "\x032" + taskinfo["uri"] + "\x03"
|
sendmessage = sendmessage + "\x032" + taskinfo["uri"] + "\x03"
|
||||||
|
|
||||||
# Send it off!
|
# Send it off!
|
||||||
sendnotice(sendmessage)
|
sendnotice(sendmessage)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user