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,8 +1,5 @@
|
|||
//! tline — `TLINE <mask>`, an oper command that reports how many currently-connected
|
||||
//! local users a would-be K/G/Z-line mask matches, so you can gauge the blast radius
|
||||
//! before actually setting the ban.
|
||||
//!
|
||||
//! Behaviour reference: InspIRCd's `m_tline`. Original native Rust.
|
||||
//! `TLINE <mask>` — oper command reporting how many currently-connected local users
|
||||
//! a would-be K/G/Z-line mask matches, to gauge the blast radius before setting the ban.
|
||||
|
||||
use crate::channels::glob_match;
|
||||
use crate::command::{CmdResult, Command};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue