forked from External/ergo
fix #1442
strip local_ from oper capab names, also consolidate unban into ban
This commit is contained in:
parent
8769e2d92a
commit
e195854851
7 changed files with 15 additions and 18 deletions
|
|
@ -170,7 +170,7 @@ func init() {
|
|||
handler: killHandler,
|
||||
minParams: 1,
|
||||
oper: true,
|
||||
capabs: []string{"local_kill"}, //TODO(dan): when we have S2S, this will be checked in the command handler itself
|
||||
capabs: []string{"kill"},
|
||||
},
|
||||
"KLINE": {
|
||||
handler: klineHandler,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue