mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
Add REHASH command
This commit is contained in:
parent
6e24efe84b
commit
6cd71e1b9e
5 changed files with 161 additions and 27 deletions
|
|
@ -164,6 +164,11 @@ var Commands = map[string]Command{
|
|||
handler: regHandler,
|
||||
minParams: 3,
|
||||
},
|
||||
"REHASH": {
|
||||
handler: rehashHandler,
|
||||
minParams: 0,
|
||||
oper: true,
|
||||
},
|
||||
"TIME": {
|
||||
handler: timeHandler,
|
||||
minParams: 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue