SWHOIS (320), SETIDLE, UNINVITE

This commit is contained in:
Jean Chevronnet 2026-08-09 00:29:54 +00:00
parent 2aec23c5f9
commit 68fdd91eaa
4 changed files with 140 additions and 0 deletions

View file

@ -15,6 +15,7 @@ pub const RPL_ADMINEMAIL: u16 = 259;
pub const RPL_USERHOST: u16 = 302;
pub const RPL_ISON: u16 = 303;
pub const RPL_WHOISIDLE: u16 = 317;
pub const RPL_WHOISSPECIAL: u16 = 320; // SWHOIS oper-set whois line
pub const RPL_LISTSTART: u16 = 321;
pub const RPL_LIST: u16 = 322;
pub const RPL_LISTEND: u16 = 323;