KILL: Make reason optional, to match other ircds

This commit is contained in:
Daniel Oaks 2016-09-14 20:57:33 +10:00
parent c9a82e3f6f
commit 969eed394f
2 changed files with 5 additions and 2 deletions

View file

@ -85,7 +85,7 @@ var Commands = map[string]Command{
},
"KILL": {
handler: killHandler,
minParams: 2,
minParams: 1,
oper: true,
},
"LIST": {