forked from External/ergo
fix #868
This commit is contained in:
parent
39d3194104
commit
65ebe7f64a
6 changed files with 28 additions and 24 deletions
|
|
@ -160,7 +160,7 @@ func init() {
|
|||
handler: killHandler,
|
||||
minParams: 1,
|
||||
oper: true,
|
||||
capabs: []string{"oper:local_kill"}, //TODO(dan): when we have S2S, this will be checked in the command handler itself
|
||||
capabs: []string{"local_kill"}, //TODO(dan): when we have S2S, this will be checked in the command handler itself
|
||||
},
|
||||
"KLINE": {
|
||||
handler: klineHandler,
|
||||
|
|
@ -289,7 +289,7 @@ func init() {
|
|||
handler: rehashHandler,
|
||||
minParams: 0,
|
||||
oper: true,
|
||||
capabs: []string{"oper:rehash"},
|
||||
capabs: []string{"rehash"},
|
||||
},
|
||||
"TIME": {
|
||||
handler: timeHandler,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue