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 @@
|
|||
//! whoisport — InspIRCd `m_whoisport`. Shows an IRC operator, in WHOIS, the
|
||||
//! listener port the target connected to. Config-free (derives the port from the
|
||||
//! `bind` / `bind_tls` listeners); nothing lives on `Server`.
|
||||
//! Shows an IRC operator, in WHOIS, the listener port the target connected to.
|
||||
//! Derives the port from the `bind` / `bind_tls` listeners.
|
||||
|
||||
use crate::server::Server;
|
||||
use crate::Uid;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue