connectclass: per-class connection policy (allow/deny, localmax, password, maxchans, pingfreq, timeout, modes) + PASS
This commit is contained in:
parent
02b2061561
commit
f5f888dbaa
9 changed files with 211 additions and 4 deletions
|
|
@ -83,6 +83,7 @@ pub const RPL_ISUPPORT: u16 = 5;
|
|||
pub const RPL_UMODEIS: u16 = 221;
|
||||
pub const RPL_YOUREOPER: u16 = 381;
|
||||
pub const ERR_PASSWDMISMATCH: u16 = 464;
|
||||
pub const ERR_TOOMANYCHANNELS: u16 = 405;
|
||||
pub const ERR_NOPRIVILEGES: u16 = 481;
|
||||
pub const ERR_UMODEUNKNOWNFLAG: u16 = 501;
|
||||
pub const RPL_LUSERCLIENT: u16 = 251;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue