scraper_functions #1

Merged
texhno merged 6 commits from scraper_functions into master 2024-02-06 01:24:59 +00:00
Showing only changes of commit 79f9c3ec02 - Show all commits

View File

@ -5,6 +5,8 @@ def processmsg(msg, rcpt):
return msg.replace("youtube.com", "iv.datura.network")
elif msg.startswith("!wiki"):
return sf.query_external_website("https://en.wikipedia.org/wiki/", msg.split(" ")[1])
elif "good bot" in msg:
return "^_^"
def command(msg, rcpt):
if msg.startswith("!help"):