Compare commits
No commits in common. "9c76ea38cef6b5613129c35d9b5242407fdad857" and "834934fccd09dc27d5dfbe5aaa8ed3b029755fb2" have entirely different histories.
9c76ea38ce
...
834934fccd
@ -6,8 +6,6 @@ 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"):
|
||||
|
Loading…
Reference in New Issue
Block a user