From 309982e94ff6cb7590a33ca015c095b4433ea594 Mon Sep 17 00:00:00 2001 From: Gordon Shumway Date: Fri, 21 Feb 2020 08:20:20 -0500 Subject: [PATCH] Update plugin.py --- Jeopardy/plugin.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Jeopardy/plugin.py b/Jeopardy/plugin.py index 5cd27c5..c3c2600 100644 --- a/Jeopardy/plugin.py +++ b/Jeopardy/plugin.py @@ -54,8 +54,7 @@ import time class Jeopardy(callbacks.Plugin): - """Add the help for "@plugin help Jeopardy" here - This should describe *how* to use this plugin.""" + """Jeopardy! an IRC Trivia Game""" threaded = True @@ -540,7 +539,6 @@ class Jeopardy(callbacks.Plugin): f.close() - @internationalizeDocstring def start(self, irc, msg, args, channel, optlist, categories): """[--num <#>] [--no-hints] [--shuffle] [, , etc.] Play Jeopardy! with random questions or search/select categories by name. @@ -639,7 +637,6 @@ class Jeopardy(callbacks.Plugin): start = wrap(start, ['channel', getopts({'num':'int', 'hints':'int', 'timeout':'int', 'no-hints':'', 'shuffle':'', 'random':'', 'restart':''}), additional('text')]) - @internationalizeDocstring def stop(self, irc, msg, args, channel): """[] Stops a running game of Jeopardy!. is only necessary if the