View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006023 | unreal | ircd | public | 2021-12-13 20:11 | 2023-03-21 13:58 |
Reporter | PeGaSuS | Assigned To | |||
Priority | none | Severity | feature | Reproducibility | N/A |
Status | new | Resolution | open | ||
Platform | Linux | OS | Ubuntu | OS Version | 20.04 |
Summary | 0006023: Make rehash command on IRC and command line if possible to be able to take an optional reason | ||||
Description | Currently, i use `/globops Rehashing server: <reason>` and then `/rehash`. Would be nice if we could use something like `/rehash Rehashing server: <reason>`. Just something that crossed my mind :D | ||||
Tags | No tags attached. | ||||
3rd party modules | |||||
|
how would we remotely rehash another server? :o |
|
maybe /rehash could have more optional params? Syntax: REHASH <servername> [flag] REHASH -global [flag] REHASH [flag] maybe if we use /rehash ":<reason>"; that would rehash the current server's conf with the given reason if we use /rehash <remoteserver> ":<reason>"; that would rehash the confs on remoteserver with the given reason ? so checking the command which was given out could solve this request - i presume. |
|
So, when rehashing a local server: - /rehash -reason REASON When rehashing remote server: - /rehash remote.server -reason REASON When rehashing globally (-global) - /rehash -global -reason REASON |