1 parent 710858b commit c04863eCopy full SHA for c04863e
1 file changed
html/chat-room/html/chat-room-simple/chat-room-simple.html
@@ -331,7 +331,7 @@
331
function del(){
332
333
var name = ui.username.value;
334
- if(username!==name){
+ if(username!==name && username!=='system'){
335
log.red('invalid username');
336
return;
337
}
0 commit comments