extban: add r: realnameban, j: channelban, s: serverban matching extbans
This commit is contained in:
parent
a48b48e46f
commit
245d8d8529
6 changed files with 96 additions and 3 deletions
|
|
@ -6,6 +6,7 @@
|
|||
pub mod antimixedutf8;
|
||||
pub mod antirandom;
|
||||
pub mod blockamsg;
|
||||
pub mod channelban;
|
||||
pub mod chathistory;
|
||||
pub mod cloak;
|
||||
pub mod connectban;
|
||||
|
|
@ -19,10 +20,12 @@ pub mod metadata;
|
|||
pub mod multiline;
|
||||
pub mod network_icon;
|
||||
pub mod profilelink;
|
||||
pub mod realnameban;
|
||||
pub mod reputation;
|
||||
pub mod restrictcommands;
|
||||
pub mod restrictmsg;
|
||||
pub mod securitygroups;
|
||||
pub mod serverban;
|
||||
pub mod snoop;
|
||||
pub mod whoisport;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue