diff --git a/conf.go b/conf.go index 5ac0aa30..27f988ea 100644 --- a/conf.go +++ b/conf.go @@ -220,23 +220,24 @@ const ( // MSG MSG_DISPLAY_CSS = "_display_css" MSG_TOOLKIT = "_toolkit" - MSG_USERIP = "user.ip" - MSG_USERUA = "user.ua" - MSG_USERURL = "user.url" - MSG_USERWEB = "user.web" - MSG_USERPOD = "user.pod" - MSG_USERPOD0 = "user.pod0" - MSG_USERWEB0 = "user.web0" - MSG_USERHOST = "user.host" - MSG_USERADDR = "user.addr" - MSG_USERDATA = "user.data" - MSG_USERNICK = "user.nick" - MSG_USERNAME = "user.name" - MSG_USERROLE = "user.role" - MSG_USERZONE = "user.zone" - MSG_LANGUAGE = "user.lang" - MSG_AVATAR = "user.avatar" - MSG_USERUID = "user.uid" + MSG_USERIP = "user.ip" + MSG_USERUA = "user.ua" + MSG_USERURL = "user.url" + MSG_USERWEB = "user.web" + MSG_USERPOD = "user.pod" + MSG_USERPOD0 = "user.pod0" + MSG_USERWEB0 = "user.web0" + MSG_USERHOST = "user.host" + MSG_USERADDR = "user.addr" + MSG_USERDATA = "user.data" + MSG_USERNICK = "user.nick" + MSG_USERNAME = "user.name" + MSG_USERROLE = "user.role" + MSG_USERZONE = "user.zone" + MSG_LANGUAGE = "user.lang" + MSG_AVATAR = "user.avatar" + MSG_USERSTATUS = "user.status" + MSG_USERUID = "user.uid" MSG_BG = "sess.bg" MSG_FG = "sess.fg"