Comment pre-existing alias commands. bnalias.conf will have no aliases by default.
This commit is contained in:
parent
14c5c0fdeb
commit
1136333b0d
1 changed files with 39 additions and 19 deletions
|
@ -35,24 +35,44 @@
|
||||||
# ${-19} - substitute arguments 0-19 here #
|
# ${-19} - substitute arguments 0-19 here #
|
||||||
# ${2-} - substitue all arguments from 2 until the end here #
|
# ${2-} - substitue all arguments from 2 until the end here #
|
||||||
# #
|
# #
|
||||||
@
|
# %a - Number of registered accounts #
|
||||||
//doubt //dt //d
|
# %c - Number of existing channels #
|
||||||
[0]/me looks with doubt
|
# %g - Number of running games #
|
||||||
[1+]/me looks at ${1-} with doubt
|
# %G - Number of games with the same clienttag #
|
||||||
@
|
# %h - Hostname of the server #
|
||||||
//numusers //nu
|
# %H - Contact name (as set in bnetd.conf) #
|
||||||
[0]%IThere are %u users online.
|
# %i - The userid of the user #
|
||||||
[0]%IThere are %g games online.
|
# %I - The username of the user #
|
||||||
[0]%IThere are %c channels online.
|
# %N - Name of the game the user has connected with #
|
||||||
[1+]%EThat command does not take any arguments.
|
# %m - Check the user's mail #
|
||||||
@
|
# %r - IP address of the user #
|
||||||
//askban //ab
|
# %s - Servername #
|
||||||
[2+]/w $1 Please ban ${2-}.
|
# %t - The clienttag of the user #
|
||||||
@
|
# %u - Number of users currently logged in #
|
||||||
//statsme //sm
|
# %U - Number of users logged in with the same clienttag #
|
||||||
[0]/stats %u
|
# %v - Server version #
|
||||||
@
|
# #
|
||||||
//pvpgn
|
# Examples #
|
||||||
[*]/announce PVPGN rulez!
|
#@
|
||||||
|
#//doubt //dt //d
|
||||||
|
#[0]/me looks with doubt
|
||||||
|
#[1+]/me looks at ${1-} with doubt
|
||||||
|
#@
|
||||||
|
#//numusers //nu
|
||||||
|
#[0]%IThere are %u users online.
|
||||||
|
#[0]%IThere are %g games online.
|
||||||
|
#[0]%IThere are %c channels online.
|
||||||
|
#[1+]%EThat command does not take any arguments.
|
||||||
|
#@
|
||||||
|
#//askban //ab
|
||||||
|
#[2+]/w $1 Please ban ${2-}.
|
||||||
|
#@
|
||||||
|
#//statsme //sm
|
||||||
|
#[0]/stats %u
|
||||||
|
#@
|
||||||
|
#//pvpgn
|
||||||
|
#[*]/announce PVPGN rulez!
|
||||||
|
#
|
||||||
|
|
||||||
# #
|
# #
|
||||||
##############################################################################
|
##############################################################################
|
||||||
|
|
Loading…
Reference in a new issue