mirror of
https://github.com/jech/galene.git
synced 2024-11-10 02:35:58 +01:00
Implement leave command.
This commit is contained in:
parent
2811506dfb
commit
2e841c082e
1 changed files with 3 additions and 0 deletions
|
@ -679,6 +679,9 @@ function handleInput() {
|
|||
message = rest;
|
||||
me = true;
|
||||
break;
|
||||
case '/leave':
|
||||
socket.close();
|
||||
return;
|
||||
case '/op':
|
||||
case '/unop':
|
||||
case '/kick':
|
||||
|
|
Loading…
Reference in a new issue