pub(crate) static HELP_TOPICS: [(&'static str, &'static str); 2] = [
("COMMANDS", r##"List of commands:
ADMIN
AUTHENTICATE - unsupported
AWAY
CAP
CONNECT - unsupported
HELP
INFO
INVITE
JOIN
KICK
KILL
LINKS
LIST
LUSERS
MODE
MOTD
NAMES
NICK
NOTICE
OPER
PART
PASS
PING
PONG
PRIVMSG
QUIT
REHASH
RESTART
SQUIT
STATS - unsupported
TIME
TOPIC
USER
USERHOST
VERSION
WALLOPS
WHO
WHOIS
WHOWAS"##),
("MAIN", r##"This is Simple IRC Server.
Use 'HELP COMMANDS' to list of commands.
If you want get HELP about commands please refer to https://modern.ircdocs.horse/
or https://datatracker.ietf.org/doc/html/rfc1459."##),
];