diff --git a/README.md b/README.md index 3cd6c75f..c1ac55d9 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/www/help.html b/www/help.html index cbce0b62..90017830 100644 --- a/www/help.html +++ b/www/help.html @@ -70,6 +70,16 @@ Moderators (username is kicked from the room) + +
/ban username
+ Moderators + (username is IP banned from the room) + + +
/unban ip_address
+ Moderators + (The IP address is unbanned from the room) +
/poll Title,Option 1,Option 2,etc
Moderators @@ -103,6 +113,7 @@
  • http://www.youtube.com/watch?v=(videoid)
  • http://www.vimeo.com/(videoid)
  • http://www.soundcloud.com/(songid)
  • +
  • http://www.dailymotion.com/video/(videoid)
  • http://www.twitch.tv/(channel)
  • http://www.livestream.com/(channel)
  • @@ -139,6 +150,7 @@
  • Make Leader
  • Take Leader
  • Kick
  • +
  • IP Ban
  • Promote
  • Demote
  • @@ -164,6 +176,10 @@ Kick Kicks this user from the room + + IP Ban + IP bans this user from the room. This can be reversed using the /unban chat command or from the ban list interface + Promote 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.