]> jfr.im git - irc/evilnet/x3.git/blob - src/mod-webtv.help
Added an error check to help trace users figure out mistakes with mark vs marked
[irc/evilnet/x3.git] / src / mod-webtv.help
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 "=---------------------------------------=",
9 " $bJOIN$b - Joins you into a room.",
10 " $bNICK$b - Change your nickname.",
11 " $bPART$b - Removes you from a room.",
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
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
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
25 "PART" ("/msg $S PART #room",
26 "Removes from a room of you choice.");
27
28 "WHOIS" ("/msg $S WHOIS <nickname>",
29 "Retrieves information on the user you specify.");
30