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,7 @@
|
|||
//! hidewhois — InspIRCd `m_hidewhois`. Hides sensitive WHOIS lines (server, idle,
|
||||
//! secure, …) from ordinary users. Opers and the user themselves are exempt when
|
||||
//! the matching config toggle is on. All config-driven; nothing lives on `Server`.
|
||||
//! Hides sensitive WHOIS lines (server, idle, secure, …) from ordinary users. Opers
|
||||
//! and the user themselves are exempt when the matching config toggle is on.
|
||||
//! Config: `hidewhois`, `hidewhois_selfview`, `hidewhois_opers`,
|
||||
//! `hidewhois_hide_server`, `hidewhois_hide_idle`, `hidewhois_hide_secure`.
|
||||
|
||||
use crate::server::Server;
|
||||
use crate::Uid;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue