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,6 @@
|
|||
//! connflood — InspIRCd `m_connflood`. Refuse connections from an IP opening too
|
||||
//! many too fast. Config: `connflood = <max> <secs>`. Per-IP recent-connect times
|
||||
//! live in `Server.ext`, pruned on the tick — nothing lives on `Server`.
|
||||
//! connflood: refuse connections from an IP opening too many too fast. Config:
|
||||
//! `connflood = <max> <secs>`. Per-IP recent-connect times live in `Server.ext`,
|
||||
//! pruned on the tick.
|
||||
|
||||
use std::collections::HashMap;
|
||||
use std::net::IpAddr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue