Documentation update

This commit is contained in:
Matthias Meusburger 2012-09-16 14:15:43 +02:00
parent 4a1f4c13ec
commit 103deb19e0
3 changed files with 21 additions and 0 deletions

View File

@ -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>[&lt;channel&gt;] Shows the score list of the day for &lt;channel&gt;.</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 &lt;channel&gt; (or in the current channel
if no channel is given)</dd>
<dt>weekscores</dt>
<dd>[&lt;week&gt;] [&lt;nick&gt;] [&lt;channel&gt;] Shows the score list of the week for &lt;channel&gt;.
If &lt;nick&gt; is provided, it will only show &lt;nick&gt;'s scores.</dd>
</dl>
</div>
<div class="section" id="configuration">

View File

@ -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

View File

@ -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