Jeopardy: remove search URL.

This commit is contained in:
Gordon Shumway 2020-02-01 11:37:59 -05:00 committed by GitHub
parent ab593f14ef
commit a09938f783
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)