diff --git a/conf/bnalias.conf.in b/conf/bnalias.conf.in index 01565cb..d499f60 100644 --- a/conf/bnalias.conf.in +++ b/conf/bnalias.conf.in @@ -35,24 +35,44 @@ # ${-19} - substitute arguments 0-19 here # # ${2-} - substitue all arguments from 2 until the end here # # # -@ -//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! +# %a - Number of registered accounts # +# %c - Number of existing channels # +# %g - Number of running games # +# %G - Number of games with the same clienttag # +# %h - Hostname of the server # +# %H - Contact name (as set in bnetd.conf) # +# %i - The userid of the user # +# %I - The username of the user # +# %N - Name of the game the user has connected with # +# %m - Check the user's mail # +# %r - IP address of the user # +# %s - Servername # +# %t - The clienttag of the user # +# %u - Number of users currently logged in # +# %U - Number of users logged in with the same clienttag # +# %v - Server version # +# # +# Examples # +#@ +#//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! +# + # # ##############################################################################