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
|
|
@ -1,6 +1,5 @@
|
|||
//! rpc core provider — introspection: `rpc.methods` (list the interface),
|
||||
//! `rpc.info` (identity + methods), and `server.info` / `stats.get` (identity +
|
||||
//! network counts). InspIRCd's `m_rpc_core` + the legacy `stats.get`.
|
||||
//! Core RPC introspection: `rpc.methods` (list the interface), `rpc.info`
|
||||
//! (identity + methods), and `server.info` / `stats.get` (identity + network counts).
|
||||
|
||||
use super::json::{obj, qstr};
|
||||
use super::{RpcError, ALL_METHODS};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue