Update plugin.py

This commit is contained in:
Gordon Shumway 2020-02-21 08:20:20 -05:00 committed by GitHub
parent 68996c34ce
commit 309982e94f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -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] [<category1>, <category2>, 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):
"""[<channel>]
Stops a running game of Jeopardy!. <channel> is only necessary if the