diff --git a/functions.py b/functions.py index d722e49..ab8d4c4 100644 --- a/functions.py +++ b/functions.py @@ -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"):