Documentation update
This commit is contained in:
parent
4a1f4c13ec
commit
103deb19e0
|
|
@ -329,6 +329,8 @@ when there is no duck launched costs a point.</p>
|
|||
<dl class="docutils">
|
||||
<dt>bang</dt>
|
||||
<dd>Shoots the duck!</dd>
|
||||
<dt>dayscores</dt>
|
||||
<dd>[<channel>] Shows the score list of the day for <channel>.</dd>
|
||||
<dt>dbg</dt>
|
||||
<dd>This is a debug command. If debug mode is not enabled, it won't do anything</dd>
|
||||
<dt>fridaymode</dt>
|
||||
|
|
@ -361,6 +363,9 @@ timelist. Also works with worst times.</dd>
|
|||
<dt>total</dt>
|
||||
<dd>Shows the total amount of ducks shot in <channel> (or in the current channel
|
||||
if no channel is given)</dd>
|
||||
<dt>weekscores</dt>
|
||||
<dd>[<week>] [<nick>] [<channel>] Shows the score list of the week for <channel>.
|
||||
If <nick> is provided, it will only show <nick>'s scores.</dd>
|
||||
</dl>
|
||||
</div>
|
||||
<div class="section" id="configuration">
|
||||
|
|
|
|||
|
|
@ -17,6 +17,9 @@ Commands
|
|||
bang
|
||||
Shoots the duck!
|
||||
|
||||
dayscores
|
||||
[<channel>] Shows the score list of the day for <channel>.
|
||||
|
||||
dbg
|
||||
This is a debug command. If debug mode is not enabled, it won't do anything
|
||||
|
||||
|
|
@ -62,6 +65,10 @@ total
|
|||
Shows the total amount of ducks shot in <channel> (or in the current channel
|
||||
if no channel is given)
|
||||
|
||||
weekscores
|
||||
[<week>] [<nick>] [<channel>] Shows the score list of the week for <channel>.
|
||||
If <nick> is provided, it will only show <nick>'s scores.
|
||||
|
||||
Configuration
|
||||
-------------
|
||||
supybot.plugins.DuckHunt.public
|
||||
|
|
|
|||
|
|
@ -17,6 +17,10 @@ Documentation for the DuckHunt plugin for Supybot
|
|||
|
||||
Shoots the duck!
|
||||
|
||||
* dayscores
|
||||
|
||||
[<channel>] Shows the score list of the day for <channel>.
|
||||
|
||||
* dbg
|
||||
|
||||
This is a debug command. If debug mode is not enabled, it won't do
|
||||
|
|
@ -76,6 +80,11 @@ Documentation for the DuckHunt plugin for Supybot
|
|||
Shows the total amount of ducks shot in <channel> (or in the current
|
||||
channel if no channel is given)
|
||||
|
||||
* weekscores
|
||||
|
||||
[<week>] [<nick>] [<channel>] Shows the score list of the week for
|
||||
<channel>. If <nick> is provided, it will only show <nick>'s scores.
|
||||
|
||||
Configuration
|
||||
|
||||
* supybot.plugins.DuckHunt.public
|
||||
|
|
|
|||
Loading…
Reference in New Issue