diff options
-rw-r--r-- | webclient/client.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/webclient/client.html b/webclient/client.html index 40d2df3..c02c6aa 100644 --- a/webclient/client.html +++ b/webclient/client.html @@ -112,6 +112,8 @@ function reconnect(){ addRoomEntry(r,"notice",[now(),"User '"+u+"' joined this room"]); } else if(type=="ping"){ // Do nothing + } else if(type=="online"){ + // TODO: implement nicklist and do something with this } else { alert("Unknown push message type '"+type+"'!"); } |