mirror of
https://github.com/jeremyd/ergo.git
synced 2026-05-01 01:49:59 -07:00
KILL: Make reason optional, to match other ircds
This commit is contained in:
@@ -85,7 +85,7 @@ var Commands = map[string]Command{
|
||||
},
|
||||
"KILL": {
|
||||
handler: killHandler,
|
||||
minParams: 2,
|
||||
minParams: 1,
|
||||
oper: true,
|
||||
},
|
||||
"LIST": {
|
||||
|
||||
Reference in New Issue
Block a user