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 @@
|
|||
//! randquote — greet each connecting user with a random line from a configured
|
||||
//! set of quotes. Off unless one or more `randquote = <line>` are configured.
|
||||
//!
|
||||
//! Behaviour reference: InspIRCd's `m_randquote`. Original native Rust.
|
||||
//! Greet each connecting user with a random line from the configured quote set.
|
||||
//! Off unless one or more `randquote = <line>` are configured.
|
||||
|
||||
use openssl::rand::rand_bytes;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue