mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
initial implementation of draft/persistence
This commit is contained in:
parent
fa3de3e149
commit
99d27ff737
6 changed files with 101 additions and 1 deletions
|
|
@ -233,6 +233,10 @@ func init() {
|
|||
usablePreReg: true,
|
||||
minParams: 1,
|
||||
},
|
||||
"PERSISTENCE": {
|
||||
handler: persistenceHandler,
|
||||
minParams: 1,
|
||||
},
|
||||
"PING": {
|
||||
handler: pingHandler,
|
||||
usablePreReg: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue