From 570cbeac7c680628838711477f1b9dfae7e13d83 Mon Sep 17 00:00:00 2001 From: Gordon Shumway <39967334+oddluck@users.noreply.github.com> Date: Tue, 28 Jan 2020 22:02:46 -0500 Subject: [PATCH] update stats help string --- Jeopardy/plugin.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Jeopardy/plugin.py b/Jeopardy/plugin.py index d87e811..df3877b 100644 --- a/Jeopardy/plugin.py +++ b/Jeopardy/plugin.py @@ -534,8 +534,9 @@ class Jeopardy(callbacks.Plugin): def stats(self, irc, msg, args, channel, optlist, nick): - """[--top ] [] - Returns Jeopardy! player stats. + """[channel] [--top ] [] + Returns Jeopardy! player stats. Supply a nick to get stats for a specific player. Use --top to set number of players to list. + Defaults to current channel and top 5 players if no options given. """ optlist = dict(optlist) if not channel: