Jeopardy: remove search URL.
This commit is contained in:
parent
ab593f14ef
commit
a09938f783
|
@ -548,7 +548,7 @@ class Jeopardy(callbacks.Plugin):
|
|||
data = open("{0}/categories.txt".format(os.path.dirname(os.path.abspath(__file__))))
|
||||
text = data.read()
|
||||
reply = text.splitlines()
|
||||
irc.reply("Add category name to the start command to search for categories by name. Add ID# to the start command to manually select a category. http://jservice.io/search")
|
||||
irc.reply("Add category name to the start command to search for categories by name. Add ID# to the start command to manually select a category.")
|
||||
irc.reply(str(reply).replace("[", "").replace("]", "").replace("'", ""))
|
||||
categories = wrap(categories)
|
||||
|
||||
|
|
Loading…
Reference in New Issue