]> jfr.im git - irc/evilnet/x3.git/blame - src/mod-webtv.help
Couple of srvx updates.
[irc/evilnet/x3.git] / src / mod-webtv.help
CommitLineData
b15cddea 1"<INDEX>" (
2 " Hello there!",
3 " Im $b$S$b, your handy WebTV helper service.",
4 "$b$b",
5 " With this service you can use common IRC",
6 " commands that are not directly available via",
7 " your WebTV.",
8 "=---------------------------------------=",
a01701f8 9 " $bJOIN$b - Joins you into a room.",
b15cddea 10 " $bNICK$b - Change your nickname.",
a01701f8 11 " $bPART$b - Removes you from a room.",
b15cddea 12 " $bWHOIS$b - Get information on another user.",
13 "$b$b",
14 " See $b/msg $S help <command>$b for syntax",
15 " and usage for a command");
16
17"COMMANDS" "${index}";
18
a01701f8 19"JOIN" ("/msg $S JOIN #room [password]",
20 "Joins you into a room of you choice, if it has a password you will need to specify that also.");
21
b15cddea 22"NICK" ("/msg $S NICK <new nick>",
23 "Changes your nickname to a new one of your choice (as long as its not in use and it is valid).");
24
a01701f8 25"PART" ("/msg $S PART #room",
26 "Removes from a room of you choice.");
27
b15cddea 28"WHOIS" ("/msg $S WHOIS <nickname>",
29 "Retrieves information on the user you specify.");
30