operprefix + ojoin: server oper prefix (!/mode y, above owner) auto-granted to opers + OJOIN command
This commit is contained in:
parent
8ebb106f97
commit
1dd7f77ca8
106 changed files with 687 additions and 711 deletions
|
|
@ -18,8 +18,8 @@ pub fn commands() -> Vec<Box<dyn Command>> {
|
|||
]
|
||||
}
|
||||
|
||||
/// SSLINFO — report a user's TLS status and client-cert fingerprint (InspIRCd
|
||||
/// `m_sslinfo`). You may query yourself; querying another user requires oper.
|
||||
/// SSLINFO — report a user's TLS status and client-cert fingerprint. You may
|
||||
/// query yourself; querying another user requires oper.
|
||||
struct SslInfo;
|
||||
impl Command for SslInfo {
|
||||
fn name(&self) -> &'static str {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue