Address #270
This commit is contained in:
parent
5312911c15
commit
762b4fa6af
3 changed files with 9 additions and 1 deletions
|
|
@ -624,6 +624,7 @@ Callbacks = {
|
|||
|
||||
/* REGION Chat */
|
||||
usercount: function(count) {
|
||||
CHANNEL.usercount = count;
|
||||
var text = count + " connected user";
|
||||
if(count != 1) {
|
||||
text += "s";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue