Userlist colors persist accross other users' reconnects.
This commit is contained in:
parent
d669ed4783
commit
de5268a41f
2 changed files with 30 additions and 13 deletions
|
|
@ -269,7 +269,8 @@ class commandPreprocessor{
|
|||
usernames:{
|
||||
prefix: '',
|
||||
postfix: '',
|
||||
cmds: injectPerms(Array.from(client.userList.colorMap.keys()))
|
||||
//cmds: injectPerms(Array.from(client.userList.colorMap.keys()))
|
||||
cmds: injectPerms(client.userList.getOnlineUserNames())
|
||||
},
|
||||
emotes:{
|
||||
prefix:'[',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue