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 channel provider — `channel.list`, `channel.get`, and the mutators
|
||||
//! `channel.kick`, `channel.set_topic`. InspIRCd's `m_rpc_channel`. (`channel.set_mode`
|
||||
//! lands with the shared server-side mode applier in a later pass.)
|
||||
//! Channel RPC provider: `channel.list`, `channel.get`, and the mutators
|
||||
//! `channel.kick`, `channel.set_topic`, `channel.set_mode`.
|
||||
|
||||
use super::json::{obj, qstr};
|
||||
use super::RpcError;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue