Difference for lib/settings from version 1.23 to 1.24


version 1.23 version 1.24
Line 64
 
Line 64
 # %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
Line 77
 
Line 78
 # 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
   


Legend:
line(s) removed in v.1.23 
line(s) changed
 line(s) added in v.1.24

File made using version 1.98 of cvs2html by leaf at 2011-07-21 19:03