autoop: +w <prefix>:<mask> channel list mode grants status on join
This commit is contained in:
parent
87e3d5436d
commit
9d84a66437
8 changed files with 70 additions and 3 deletions
|
|
@ -35,6 +35,8 @@ 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_AUTOOPLIST: u16 = 910; // +w autoop entry
|
||||
pub const RPL_ENDOFAUTOOP: u16 = 911; // end of the +w 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