mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
KILL: Make reason optional, to match other ircds
This commit is contained in:
parent
c9a82e3f6f
commit
969eed394f
2 changed files with 5 additions and 2 deletions
|
|
@ -85,7 +85,7 @@ var Commands = map[string]Command{
|
|||
},
|
||||
"KILL": {
|
||||
handler: killHandler,
|
||||
minParams: 2,
|
||||
minParams: 1,
|
||||
oper: true,
|
||||
},
|
||||
"LIST": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue