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 @@
|
|||
//! globops — `GLOBOPS <message>` lets an oper send a message to all opers (the
|
||||
//! server-notice stream, echoIRCd's equivalent of InspIRCd's `+g` snomask).
|
||||
//! Reference: InspIRCd's `m_globops`. Original native Rust.
|
||||
//! `GLOBOPS <message>`: lets an oper send a message to all opers via the
|
||||
//! server-notice stream.
|
||||
|
||||
use crate::command::{CmdResult, Command};
|
||||
use crate::numeric::ERR_NOPRIVILEGES;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue