Jeopardy: generalize popular category list.

This commit is contained in:
Gordon Shumway 2020-02-01 11:44:54 -05:00 committed by GitHub
parent 99f4446bc3
commit cd88582ea1
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.")
irc.reply("Add category name to the start command to select a category by name.")
irc.reply(str(reply).replace("[", "").replace("]", "").replace("'", ""))
categories = wrap(categories)