diff --git a/Jeopardy/plugin.py b/Jeopardy/plugin.py index bb65e30..3739cb0 100644 --- a/Jeopardy/plugin.py +++ b/Jeopardy/plugin.py @@ -408,6 +408,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("Vist http://jservice.io/search to search for more categories. Add --cat to the start command to select category.") irc.reply(str(reply).replace("[", "").replace("]", "").replace("'", "")) categories = wrap(categories)