forked from External/ergo
Add very initial RESUME cap and command
This commit is contained in:
parent
eb25d4466b
commit
d09f085b1a
8 changed files with 199 additions and 20 deletions
|
|
@ -423,6 +423,12 @@ Indicates that you're leaving the server, and shows everyone the given reason.`,
|
|||
text: `REHASH
|
||||
|
||||
Reloads the config file and updates TLS certificates on listeners`,
|
||||
},
|
||||
"resume": {
|
||||
text: `RESUME <oldnick> [timestamp]
|
||||
|
||||
Sent before registration has completed, this indicates that the client wants to
|
||||
resume their old connection <oldnick>.`,
|
||||
},
|
||||
"time": {
|
||||
text: `TIME [server]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue