1
Fork 0

Implement leave command.

This commit is contained in:
Juliusz Chroboczek 2020-04-25 18:43:22 +02:00
parent 2811506dfb
commit 2e841c082e
1 changed files with 3 additions and 0 deletions

View File

@ -679,6 +679,9 @@ function handleInput() {
message = rest;
me = true;
break;
case '/leave':
socket.close();
return;
case '/op':
case '/unop':
case '/kick':