exemptchanops +X: per-rank exemptions from flood/anticaps/repeat/censor/blockcolor/etc
This commit is contained in:
parent
789c2ca14f
commit
80cc61e7f8
6 changed files with 74 additions and 22 deletions
|
|
@ -33,6 +33,8 @@ pub const ERR_DELAYREJOIN: u16 = 495; // +J — must wait before rejoining after
|
|||
pub const ERR_CANTSENDTOUSER: u16 = 531; // +c — no shared channel with the target
|
||||
pub const ERR_BADCHANNEL: u16 = 926; // CBAN — this channel name is forbidden
|
||||
pub const RPL_ENDOFSPAMFILTER: u16 = 940; // end of the +g word-filter list
|
||||
pub const RPL_EXEMPTIONLIST: u16 = 954; // +X exemptchanops entry
|
||||
pub const RPL_ENDOFEXEMPTIONLIST: u16 = 953; // end of the +X list
|
||||
pub const RPL_SPAMFILTER: u16 = 941; // one +g word-filter entry
|
||||
pub const RPL_KNOCK: u16 = 710; // channel gets the knock
|
||||
pub const RPL_KNOCKDLVR: u16 = 711; // knocker's ack
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue