This commit is contained in:
calzoneman 2013-09-04 17:47:24 -05:00
parent 5312911c15
commit 762b4fa6af
3 changed files with 9 additions and 1 deletions

View file

@ -624,6 +624,7 @@ Callbacks = {
/* REGION Chat */
usercount: function(count) {
CHANNEL.usercount = count;
var text = count + " connected user";
if(count != 1) {
text += "s";