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,7 +1,5 @@
|
|||
//! maphide — hide the server map (`LINKS` / `MAP`) from ordinary users, so the
|
||||
//! network topology isn't exposed to non-operators. Off unless `maphide = yes`.
|
||||
//!
|
||||
//! Behaviour reference: InspIRCd's `m_maphide`. Original native Rust.
|
||||
//! maphide — hide the server map (`LINKS` / `MAP`) from non-opers, so network
|
||||
//! topology isn't exposed. Off unless `maphide = yes`.
|
||||
|
||||
use crate::module::{ModResult, Module};
|
||||
use crate::server::Server;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue