]> jfr.im git - irc/evilnet/x3.git/blobdiff - src/mod-webtv.help
Couple of srvx updates.
[irc/evilnet/x3.git] / src / mod-webtv.help
index 55e06878797ccab1d411f4600e778ea2032ba887..cc51304dfe3399913a296e1019e641529fca63a6 100644 (file)
@@ -6,7 +6,9 @@
         " commands that are not directly available via",
         " your WebTV.",
         "=---------------------------------------=",
+       "  $bJOIN$b    - Joins you into a room.",
         "  $bNICK$b    - Change your nickname.",
+        "  $bPART$b    - Removes you from a room.",
         "  $bWHOIS$b   - Get information on another user.",
         "$b$b",
         " See $b/msg $S help <command>$b for syntax",
 
 "COMMANDS" "${index}";
 
+"JOIN" ("/msg $S JOIN #room [password]",
+       "Joins you into a room of you choice, if it has a password you will need to specify that also.");
+
 "NICK" ("/msg $S NICK <new nick>",
        "Changes your nickname to a new one of your choice (as long as its not in use and it is valid).");
 
+"PART" ("/msg $S PART #room",
+       "Removes from a room of you choice.");
+
 "WHOIS" ("/msg $S WHOIS <nickname>",
        "Retrieves information on the user you specify.");