Update help page and README

This commit is contained in:
calzoneman 2013-03-25 12:52:05 -05:00
parent 5f5049db12
commit 5bed38d0ec
2 changed files with 17 additions and 1 deletions

View file

@ -22,7 +22,7 @@ Installing
----------
This assumes you have Node.JS installed.
I'm using v0.8.20, please feel free to report which versions do/do not work
I'm using v0.10, please feel free to report which versions do/do not work
1. Clone this repository
2. `cd` to the directory containing the source files

View file

@ -70,6 +70,16 @@
<td>Moderators</td>
<td>(username is kicked from the room)</td>
</tr>
<tr>
<td><pre>/ban username</pre></td>
<td>Moderators</td>
<td>(username is IP banned from the room)</td>
</tr>
<tr>
<td><pre>/unban ip_address</pre></td>
<td>Moderators</td>
<td>(The IP address is unbanned from the room)</td>
</tr>
<tr>
<td><pre>/poll Title,Option 1,Option 2,etc</pre></td>
<td>Moderators</td>
@ -103,6 +113,7 @@
<li>http://www.youtube.com/watch?v=(videoid)</li>
<li>http://www.vimeo.com/(videoid)</li>
<li>http://www.soundcloud.com/(songid)</li>
<li>http://www.dailymotion.com/video/(videoid)</li>
<li>http://www.twitch.tv/(channel)</li>
<li>http://www.livestream.com/(channel)</li>
</ul>
@ -139,6 +150,7 @@
<li><a tabindex="-1" href="#">Make Leader</a></li>
<li><a tabindex="-1" href="#">Take Leader</a></li>
<li><a tabindex="-1" href="#">Kick</a></li>
<li><a tabindex="-1" href="#">IP Ban</a></li>
<li class="divider"></li>
<li><a tabindex="-1" href="#">Promote</a></li>
<li><a tabindex="-1" href="#">Demote</a></li>
@ -164,6 +176,10 @@
<td>Kick</td>
<td>Kicks this user from the room</td>
</tr>
<tr>
<td>IP Ban</td>
<td>IP bans this user from the room. This can be reversed using the /unban chat command or from the ban list interface</td>
</tr>
<tr>
<td>Promote</td>
<td>Increases this user's rank in this channel by 1. All users start with rank 0. Moderators have rank 2, channel owners have rank 3. When you register a channel, you are assigned rank 10.