version 1.23 | | version 1.24 |
---|
| | |
# %h [Hostile] if character is hostile, nothing otherwise | | # %h [Hostile] if character is hostile, nothing otherwise |
# %d [WIZ] if character is a dm, nothing otherwise | | # %d [WIZ] if character is a dm, nothing otherwise |
# %a [AFK] if character is afk, nothing otherwise | | # %a [AFK] if character is afk, nothing otherwise |
| | # %b [BOT] if character is a bot, nothing otherwise |
# %l the level of the character | | # %l the level of the character |
# %m the map path the character is currently on | | # %m the map path the character is currently on |
# %M the map name of the map the character is currently on | | # %M the map name of the map the character is currently on |
| | |
# if you prefer) | | # if you prefer) |
# who_wiz_format is the same but for those with dm powers | | # who_wiz_format is the same but for those with dm powers |
| | |
who_format %N %T%t%h%d%n[%m] | | who_format %N %T%t%h%d%b%n[%m] |
who_wiz_format %N %T%t%h%d%nLevel %l [%m](@%i)(%c) | | who_wiz_format %N %T%t%h%d%b%nLevel %l [%m](@%i)(%c) |
| | |
# See notes for most of these in include/config.h | | # See notes for most of these in include/config.h |
| | |