|
|
@ -124,7 +124,7 @@ def ircbot(message):
|
|
|
|
sendnotice(sendmessage)
|
|
|
|
sendnotice(sendmessage)
|
|
|
|
# If someone wrote something like "Tblah", obviously that's not right.
|
|
|
|
# If someone wrote something like "Tblah", obviously that's not right.
|
|
|
|
except ValueError:
|
|
|
|
except ValueError:
|
|
|
|
sendnotice("Error: " + item.strip() + "is an invalid task reference.")
|
|
|
|
sendnotice("\x034Error: " + item.strip() + "is an invalid task reference.\x03")
|
|
|
|
|
|
|
|
|
|
|
|
def listenirc():
|
|
|
|
def listenirc():
|
|
|
|
while True:
|
|
|
|
while True:
|
|
|
|