Multiword wiki query added
This commit is contained in:
parent
9704474c29
commit
4ca01a868d
@ -5,7 +5,8 @@ def processmsg(msg, rcpt):
|
||||
if "youtube.com/watch" in msg:
|
||||
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])
|
||||
cmd, query = msg.split(" ", 1)
|
||||
return sf.query_external_website("https://en.wikipedia.org/wiki/", query)
|
||||
elif "good bot" in msg:
|
||||
return "^_^"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user