Merge pull request #153 from rootcoma/db_connections

Forgot docstring
This commit is contained in:
tannn 2013-11-20 20:40:45 -08:00
commit 86af7be4a4
1 changed files with 3 additions and 0 deletions

View File

@ -476,6 +476,9 @@ class TriviaTime(callbacks.Plugin):
month = wrap(month, [optional('int')])
def next(self, irc, msg, arg):
"""
Skip to the next question immediately. This can only be used by someone with a streak above 5.
"""
username = msg.nick
channel = msg.args[0]
try: