[Hattrickirc-commitlog] HattrickIRC/doc Readme.txt,1.7,1.8
Status: Beta
Brought to you by:
suls
From: Mathias S. <su...@us...> - 2006-12-21 10:08:56
|
Update of /cvsroot/hattrickirc/HattrickIRC/doc In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv3083/doc Modified Files: Readme.txt Log Message: commands section changed and privilegs section removed Index: Readme.txt =================================================================== RCS file: /cvsroot/hattrickirc/HattrickIRC/doc/Readme.txt,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- Readme.txt 8 Jul 2005 14:20:16 -0000 1.7 +++ Readme.txt 21 Dec 2006 10:08:50 -0000 1.8 @@ -1,7 +1,7 @@ *********************************************************** -Welcome to the "HattrickIRC 2.0.0-alpha" README FILE! +Welcome to the "HattrickIRC 2.0.0-alpha-R2" README FILE! *********************************************************** -June 28, 2005 +December 21, 2006 $Id$ @@ -16,10 +16,9 @@ I - REQUIREMENTS II - HOW TO START III - COMMANDS - IV - PRIVILEGES - V - SUPPORT - VI - KNOWN ISSUES - VII - THANKS + IV - SUPPORT + V - KNOWN ISSUES + VI - THANKS I - REQUIREMENTS ----------------------- @@ -52,57 +51,55 @@ e.g ! is your prefix !add must be written to perform this command - - - To add a match use the 'add' command with the Match-Id - attached. - - Example: add 309466734 - - You can add multiple matches to the viewing list but not more - than 10. - - - To remove a match from the viewing list use the 'del' - command the same way like the add-command. - - - An overview of the active matches is provided by the - 'info' command. - - - General informations about the program can be viewed by - the 'about' command. - - - If you want to quit the bot just type '!exit'. - - - To add an operator use the 'operatoradd' command - followed by the nick - - - In the same way as adding a operator use the 'operatordel' - command to remove an operator - - - To see the current list of operators and owner use the - 'botaccess' command - -IV - PRIVILEGES ---------------- -Every user in the channel is allowed to perform this command: + The term "matchid" is a placeholder for the specific match id. + + about + @access: everyone + General information about the program. - * about + add matchid + @access: operators, owner + adds the match to the bot's watchlist and prints it's infos (see + 'info' command) -Operators are allowed to perform these commands + user commands: + del matchid + @access: operators, owner + removes the match from the watchlist - * add - * del - * info - -The owner is allowed to perform these commands + operator -and user commands: + info matchid + @access: operators, owner + prints a short overview of the match: + 34': Trick 77 - Spassvogel 0 - 0 + + if no matchid is submitted, all games are printed + + allinfo + @access: operators, owner + prints more detailed overview of all the games + [23452345] 34': Trick 77 - Spassvogel 0 - 0 (Events: 5) + + report matchid + @access: operators, owner + prints the matchreport - * operatoradd - * operatordel - * botaccess - * exit + exit + @access: owner + quits the bot + + operatoradd nick + @access: owner + adds the 'nick' to the operator list + + operatordel nick + @access: owner + removes the 'nick' from the operator list + + botaccess + @access: owner + prints the bot's owner and it's operators -V - SUPPORT +IV - SUPPORT ------------ Feel free to use the help forum: @@ -111,18 +108,17 @@ .. but don't forget to post the logfile. And for your own pleasure please remove the securitycode! -VI - KNOWN ISSUES +V - KNOWN ISSUES ---------------- Because it's the first public release no bugs etc are known .. Note: some fields in the configuration aren't implemented yet. -VII - THANKS +VI - THANKS ----------- - + * Buy van der Werf - thanks a lot, really! * The hattrick.org staff who provieds the best game ever known - * Valerie Wynne who is currently my host-ma in Galway, IRL * The sf.net staff * .. and a special thanks goes to the guys from #misges at quakenet who are helping me to write HattrickIRC fool-proof ;) \ No newline at end of file |