bnhelp
上传用户:tany51
上传日期:2013-06-12
资源大小:1397k
文件大小:8k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. ##############################################################################
  2. # bnhelp  -  This Help File is used for describing the commands to the user  #
  3. #----------------------------------------------------------------------------#
  4. # Entries are separated by a percent sign (%) at the beginning of the line.  #
  5. # The commands that correspond with the entry should follow the % on the     #
  6. # same line.                                                                 #
  7. #                                                                            #
  8. # You can enter comments by starting a line with #.  Comments extend to the  #
  9. # end of the line.                                                           #
  10. #                                                                            #
  11. %whois whereis where
  12. whois <player> - looks up some basic information on a user, including their account number and their current location
  13. %msg whisper m w
  14. /msg, /whisper, /m, /w <player> <message> - sends a private message to a user online regardless of the channel they are in
  15. %ignore squelch
  16. /ignore, /squelch <player> - ignores any future messages from that user effectively muting that user to you
  17. %unignore unsquelch
  18. /unignore /unsquelch <player> - unignores a user so u can listen to him again
  19. %away
  20. /away [<message>] - displays a message that you are away from your keyboard whenever someone whispers to you or does a /whois command on you
  21. %dnd
  22. /dnd [<message>] - prevents ALL whispers from displaying to your screen
  23. %who
  24. /who <channel> - displays a list of all users in the given channel
  25. %stats astat
  26. /stats /astat [<player>] [<gametag>] - displays a player's game record
  27. %status users
  28. /status, /users - displays the number of users currently on this server
  29. %time
  30. /time - displays the current server time
  31. %channel join
  32. /channel /join <channel> - switches to a channel without having to use the channel join screen
  33. %rejoin
  34. /rejoin - join the channel you are already in
  35. %me
  36. /me <message> - displays emotion text, as in 'tN is rolling on the floor laughing'
  37. %kick
  38. /kick <player> - kicks a user out of the channel
  39. %ban
  40. /ban <player> - kicks a user out of the channel and prevents them from returning until the current operator steps down or leaves the channel
  41. %unban
  42. /unban <player> - allows a banned user to return to the channel
  43. %whoami
  44. /whoami - looks up some basic information on yourself, including your account number and your current location
  45. %uptime
  46. /uptime - show the amount of time the server has been running
  47. %beep
  48. /beep - enable audible notifications
  49. %nobeep
  50. /nobeep - disable audible notifications
  51. %version
  52. /version - shows the version of the server
  53. %lusers
  54. /lusers - shows list of banned players in this channel
  55. %games
  56. /games [<gametag>] - displays current game list
  57. %channels chs
  58. /channels /chs [all] - displays current channel list
  59. %connections con
  60. /connections /con - displays current connections
  61. %finger
  62. /finger [<player>] - displays information about player
  63. %admins
  64. /admins - shows all currently logged in administrators
  65. %reply r
  66. /reply /r <message> - reply to the last person that whispered to you
  67. %announce ann
  68. /announce /ann <message> - announces a message in all channels
  69. %realmann
  70. /realmann <message> - makes an announcement in the real u are currenlty in
  71. %copyright warranty license
  72. /copyright /warranty /license - shows the legal information for bnetd
  73. %news
  74. /news - show some system-specific news
  75. %logout quit exit
  76. /logout /quit /exit - closes your connection to the server
  77. %kill
  78. /kill [<player>] [min] - close a player's connection to the server and ban players IP for min minutes
  79. %killsession
  80. /killsession [<sessionid>] [min] - close a connection to the server and ban sesion's IP for min minutes
  81. %watch
  82. /watch <player> - sends notification when a player logs out or joins a game
  83. %unwatch
  84. /unwatch <player> - stops sending notification about a player
  85. %watchall
  86. /watchall - sends notification when any player logs in or out
  87. %unwatchall
  88. /unwatchall - stops sending notification about all players
  89. %gameinfo
  90. /gameinfo [<gamename>] - prints information about a game
  91. %ladderactivate
  92. /ladderactivate - copy current ladder stats to active ladder stats
  93. %ladderinfo
  94. /ladderinfo <rank> [<gameid>] - display ladder info for given rank
  95. %bitsinfo
  96. /bitsinfo - reports BITS status of server
  97. %timer
  98. /timer [<duration>] [<message>] - send notification after a period of time
  99. %netinfo
  100. /netinfo [<player>] - display a player's IP and port information
  101. %addacct
  102. /addacct <player> <password> - create a new player account
  103. %chpass
  104. /chpass [<player>] <password> - change a player's password
  105. %quota
  106. /quota - displays the channel quota
  107. %shutdown
  108. /shutdown [<duration>] - starts the shutdown sequence or cancels if duration is zero
  109. %lockacct 
  110. /lockacct <player> - locks that users account
  111. %unlockacct 
  112. /unlockacct <player> - unlocks that users account
  113. %friends f
  114. /friends add <username> - add user to your friends list
  115. /friends del <username> - remove user from your friends list
  116. /friends promote <username> - promote user in your friends list
  117. /friends demote <username> - demote user in your friends list
  118. /friends list - list all users in your friends list
  119. /friends msg <msgtext> - whispers to all your online friends
  120. %mail
  121. /mail <command> [<options>] - mail management commands
  122.     Syntax:
  123.     /mail send <receiver> <message>
  124.     /mail read [<index>]
  125.     /mail delete {all|<index>}
  126. %flag
  127. /flag <number> - debug tool for icon flags
  128. %tag
  129. /tag <gamename> - debug tool for client tags
  130. %help
  131. /help [<command>] - does this
  132. %ipban
  133. /ipban [<command>] [option] [time] - ban management commands
  134.     Syntax:
  135.     /ipban [l[ist]] - shows banned IPs
  136.     /ipban c[heck] <IP> - check is IP banned
  137.     /ipban d[el] <IP|index> - deletes ban for IP, or rule number index
  138.     /ipban a[dd] <IP> [time] - ban specified IP for time minutes (time = 0 - permanently ban)
  139.     /ipban h[elp] - show help screen
  140. %set
  141. /set <account> <key> [value] - set an attribute in a player profile - if no value given returns current value
  142.    key is like BNETacctlastlogin_owner
  143. %motd
  144. /motd - display the motd
  145. %admin
  146. /admin - +username to make user a admin, or -username to remove admin status of a user
  147. %rank_all_accounts
  148. /rank_all_accounts - brute force adds all accounts to war3 ladder
  149. %rehash
  150. /rehash - forces reload of bnetd.conf
  151. %clan
  152. /clan public (alias: pub)
  153. Opens the clan channel up to the public so that anyone may enter
  154. /clan private  (alias: priv)
  155. Closes the clan channel such that only members of the clan may enter
  156. /clan motd <MESSAGE>
  157. Update the clan message of the day to MESSAGE
  158. %ping p latency
  159. /ping, /p, /latency - returns your latency to the server
  160. %command_groups cg
  161. /command_groups, /cg <command) <user> [<groups>] - adds, deletes, or lists command groups for user
  162.     Syntax:
  163. /cg list <user> - shows command groups avialiable to user
  164. /cg add <user> <group(s)> - adds group(s) to users command groups
  165. /cg del <user> <group(s)> - deletes groups from users command groups
  166. /cg help - show help screen
  167. %admin
  168. /admin +<username> - promote <username> to Server Admin
  169. /admin -<username> - demote <username> from Server Admin
  170. %operator
  171. /operator +<username> - promote <username> to Server Operator
  172. /operator -<username> - demote <username> from Server Operator
  173. %aop
  174. /aop <username> - make user Channel Admin
  175. %op
  176. /op <username> - make user Channel Operator
  177. %deop
  178. /deop - take away channel Admin/Operator privileges
  179. %tmpop
  180. /tmpop <username> - make user a temporary Channel Operator
  181. %vop
  182. /vop <username> - add user to VOP list
  183. %voice
  184. /voice <username> - give temporary voice to user
  185. %devoice
  186. /devoice <username> - remove user from VOP list and take away temporary voice
  187. %topic
  188. /topic [ [channel name] "topic " ] - used to get/set a channels topic
  189. #                                                                            #
  190. ##############################################################################