X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/b15cddead4d38d377c0ea0caff74e3a087fa86da..26d745b2a04a97f84d065085ab371cdff6f627d9:/src/mod-webtv.help diff --git a/src/mod-webtv.help b/src/mod-webtv.help index 55e0687..cc51304 100644 --- a/src/mod-webtv.help +++ b/src/mod-webtv.help @@ -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 $b for syntax", @@ -14,9 +16,15 @@ "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 ", "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 ", "Retrieves information on the user you specify.");