1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129
|
##############################################################################
# bnhelp - This Help File is used for describing the commands to the user #
#----------------------------------------------------------------------------#
# Entries are separated by a percent sign (%) at the beginning of the line. #
# The commands that correspond with the entry should follow the % on the #
# same line. #
# #
# You can enter comments by starting a line with #. Comments extend to the #
# end of the line. #
# #
%whois
whois <player> - looks up some basic information on a user, including their account number and their current location
%whereis
whereis <player> - looks up some basic information on a user, including their account number and their current location
%msg whisper m w
/msg, /whisper, /m, /w <player> <message> - sends a private message to a user online regardless of the channel they are in
%ignore squelch
/ignore, /squelch <player> - ignores any future messages from that user effectively muting that user to you
%away
/away [<message>] - displays a message that you are away from your keyboard whenever someone whispers to you or does a /whois command on you
%dnd
/dnd [<message>] - prevents ALL whispers from displaying to your screen
%who
/who <channel> - displays a list of all users in the given channel
%stats astat
/stats /astat [<player>] [<gametag>] - displays a player's game record
%status users
/status, /users - displays the number of users currently on this server
%time
/time - displays the current server time
%channel join
/channel /join <channel> - switches to a channel without having to use the channel join screen
%rejoin
/rejoin - join the channel you are already in
%me
/me <message> - displays emotion text, as in 'tN is rolling on the floor laughing'
%designate
/designate <player> - selects user as the next channel operator when you step down, either by resigning or by leaving the channel
%resign
/resign - lets you step down as channel operator and become a normal user again
%kick
/kick <player> - kicks a user out of the channel
%ban
/ban <player> - kicks a user out of the channel and prevents them from returning until the current operator steps down or leaves the channel
%unban
/unban <player> - allows a banned user to return to the channel
%whoami
/whoami - looks up some basic information on yourself, including your account number and your current location
%uptime
/uptime - show the amount of time the server has been running
%beep
/beep - enable audible notifications
%nobeep
/nobeep - disable audible notifications
%version
/version - shows the version of the server
%lusers
/lusers - shows list of banned players in this channel
%games
/games [<gametag>] - displays current game list
%channels chs
/channels /chs [all] - displays current channel list
%connections con
/connections /con - displays current connections
%finger
/finger [<player>] - displays information about player
%operator op
/operator, /op - shows the current operator of this channel
%admins
/admins - shows all currently logged in administrators
%reply r
/reply /r [<message>] - reply to the last person that whispered to you
%announce ann
/announce /ann [<message>] - announces a message in all channels
%copyright warranty license
/copyright /warranty /license - shows the legal information for bnetd
%news
/news - show some system-specific news
%logout quit exit
/logout /quit /exit - closes your connection to the server
%kill
/kill [<player>] - close a player's connection to the server
%killsession
/killsession [<sessionid>] - close a connection to the server
%watch
/watch <player> - sends notification when a player logs out or joins a game
%unwatch
/unwatch <player> - stops sending notification about a player
%watchall
/watchall - sends notification when any player logs in or out
%unwatchall
/unwatchall - stops sending notification about all players
%gameinfo
/gameinfo [<gamename>] - prints information about a game
%ladderactivate
/ladderactivate - copy current ladder stats to active ladder stats
%ladderinfo
/ladderinfo <rank> [<gameid>] - display ladder info for given rank
%timer
/timer [<duration>] [<message>] - send notification after a period of time
%netinfo
/netinfo [<player>] - display a player's IP and port information
%addacct
/addacct <player> <password> - create a new player account
%chpass
/chpass [<player>] <password> - change a player's password
%quota
/quota - displays the channel quota
%shutdown
/shutdown [<duration>] - starts the shutdown sequence or cancels if duration is zero
%lockacct
/lockacct <player> - locks that users account
%unlockacct
/unlockacct <player> - unlocks that users account
%fortune
/fortune - print a random amusing message
%mail
/mail <command> [<options>] - mail management commands
Syntax:
/mail send <receiver> <message>
/mail read [<index>]
/mail delete {all|<index>}
%flag
/flag <number> - debug tool for icon flags
%tag
/tag <gamename> - debug tool for client tags
%help
/help [<command>] - does this
|