X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/2784452e21601a4e801df1ed9ae28003af36ff80..bde4a3377a39958f36f1224d0ad7f0f830702493:/src/mod-webtv.help?ds=sidebyside diff --git a/src/mod-webtv.help b/src/mod-webtv.help index e69de29..cc51304 100644 --- a/src/mod-webtv.help +++ b/src/mod-webtv.help @@ -0,0 +1,30 @@ +"" ( + " Hello there!", + " Im $b$S$b, your handy WebTV helper service.", + "$b$b", + " With this service you can use common IRC", + " 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", + " and usage for a command"); + +"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."); +