mirror of
https://shylinux.com/x/icebergs
synced 2025-06-26 10:27:31 +08:00
add some
This commit is contained in:
parent
cd25b243c4
commit
3adf9ecc77
35
conf.go
35
conf.go
@ -220,23 +220,24 @@ const ( // MSG
|
|||||||
MSG_DISPLAY_CSS = "_display_css"
|
MSG_DISPLAY_CSS = "_display_css"
|
||||||
MSG_TOOLKIT = "_toolkit"
|
MSG_TOOLKIT = "_toolkit"
|
||||||
|
|
||||||
MSG_USERIP = "user.ip"
|
MSG_USERIP = "user.ip"
|
||||||
MSG_USERUA = "user.ua"
|
MSG_USERUA = "user.ua"
|
||||||
MSG_USERURL = "user.url"
|
MSG_USERURL = "user.url"
|
||||||
MSG_USERWEB = "user.web"
|
MSG_USERWEB = "user.web"
|
||||||
MSG_USERPOD = "user.pod"
|
MSG_USERPOD = "user.pod"
|
||||||
MSG_USERPOD0 = "user.pod0"
|
MSG_USERPOD0 = "user.pod0"
|
||||||
MSG_USERWEB0 = "user.web0"
|
MSG_USERWEB0 = "user.web0"
|
||||||
MSG_USERHOST = "user.host"
|
MSG_USERHOST = "user.host"
|
||||||
MSG_USERADDR = "user.addr"
|
MSG_USERADDR = "user.addr"
|
||||||
MSG_USERDATA = "user.data"
|
MSG_USERDATA = "user.data"
|
||||||
MSG_USERNICK = "user.nick"
|
MSG_USERNICK = "user.nick"
|
||||||
MSG_USERNAME = "user.name"
|
MSG_USERNAME = "user.name"
|
||||||
MSG_USERROLE = "user.role"
|
MSG_USERROLE = "user.role"
|
||||||
MSG_USERZONE = "user.zone"
|
MSG_USERZONE = "user.zone"
|
||||||
MSG_LANGUAGE = "user.lang"
|
MSG_LANGUAGE = "user.lang"
|
||||||
MSG_AVATAR = "user.avatar"
|
MSG_AVATAR = "user.avatar"
|
||||||
MSG_USERUID = "user.uid"
|
MSG_USERSTATUS = "user.status"
|
||||||
|
MSG_USERUID = "user.uid"
|
||||||
|
|
||||||
MSG_BG = "sess.bg"
|
MSG_BG = "sess.bg"
|
||||||
MSG_FG = "sess.fg"
|
MSG_FG = "sess.fg"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user