Added link to tasks

This commit is contained in:
t3xhno
2024-02-06 21:24:04 +01:00
parent 97d613df58
commit dab4e41de0
2 changed files with 4 additions and 4 deletions

View File

@@ -24,6 +24,6 @@ def command(msg, rcpt):
cmd, query = msg.split(" ", 1)
return sf.query_external_website("https://en.wikipedia.org", "/wiki/" + query)
elif msg.startswith("!tasks"):
content = sf.getDmzTasks()
content = sf.getDmzTasks("https://todo.dmz.rs/")
return content