Added online help for /clean and /cleantitle

This commit is contained in:
Nick Bensema 2013-09-04 19:39:38 -07:00
parent 8899b5f799
commit 1e8b507750
1 changed files with 10 additions and 0 deletions

View File

@ -135,6 +135,16 @@
<td>Moderators</td>
<td>The chat buffer is cleared</td>
</tr>
<tr>
<td><pre>/clean <i>username</i></pre></td>
<td>Moderators</td>
<td>All items in the playlist that were added by that user are cleared. </td>
</tr>
<tr>
<td><pre>/cleantitle <i>[-i]</i> <i>regexp</i></pre></td>
<td>Moderators</td>
<td>All items in the playlist that have a title matching the regexp are cleared. Use the <code>-i</code> flag to ignore case. </td>
</tr>
</table>
<p>There are also some other chat features. When your name appears in a message, <span class="nick-highlight">the message will be highlighted.</span> If you type the beginning of someone's name in chat, pressing tab will attempt to autocomplete the name.</p>