Compare commits

..

3 Commits

Author SHA1 Message Date
9c76ea38ce Merge branch 'master' into scraper_functions
Merged master,resolved conflicts
2024-02-06 02:22:44 +01:00
79f9c3ec02 Resolvedconflicts 2024-02-06 02:22:34 +01:00
dd371e3326
add good bot 2024-02-06 02:13:36 +01:00

View File

@ -6,6 +6,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"):