mirror of
https://github.com/lubuntu-team/lugito.git
synced 2025-05-03 05:41:28 +00:00
Refine the output.
This commit is contained in:
parent
60937be7c6
commit
dfa8d3deba
2
lugito
2
lugito
@ -124,7 +124,7 @@ def ircbot(message):
|
||||
sendnotice(sendmessage)
|
||||
# If someone wrote something like "Tblah", obviously that's not right.
|
||||
except ValueError:
|
||||
sendnotice("Error: " + item.strip() + "is an invalid task reference.")
|
||||
sendnotice("\x034Error: " + item.strip() + "is an invalid task reference.\x03")
|
||||
|
||||
def listenirc():
|
||||
while True:
|
||||
|
Loading…
x
Reference in New Issue
Block a user