mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-30 06:52:05 -08:00
kill command
This commit is contained in:
parent
4d2d18caf1
commit
1fe73aaa9e
4 changed files with 43 additions and 2 deletions
|
|
@ -40,6 +40,7 @@ const (
|
|||
ISON StringCode = "ISON"
|
||||
JOIN StringCode = "JOIN"
|
||||
KICK StringCode = "KICK"
|
||||
KILL StringCode = "KILL"
|
||||
LIST StringCode = "LIST"
|
||||
MODE StringCode = "MODE"
|
||||
MOTD StringCode = "MOTD"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue