blob: 2c080903b9a5b91fd7db1e7132ed7fa0f35574fe [file] [log] [blame] [raw]
#define IRC_RPL_WELCOME "001"
#define IRC_RPL_MYINFO "004"
#define IRC_RPL_UMODEIS "221"
#define IRC_RPL_LISTSTART "321"
#define IRC_RPL_LIST "322"
#define IRC_RPL_LISTEND "323"
#define IRC_RPL_VERSION "351"
#define IRC_RPL_NAMREPLY "353"
#define IRC_RPL_ENDOFNAMES "366"
#define IRC_RPL_MOTD "372"
#define IRC_RPL_MOTDSTART "375"
#define IRC_RPL_ENDOFMOTD "376"
#define IRC_RPL_TIME "391"
#define IRC_RPL_USERSSTART "392"
#define IRC_RPL_USERS "393"
#define IRC_RPL_ENDOFUSERS "394"
#define IRC_RPL_NOUSERS "395"
#define IRC_ERR_UNKNOWNERROR "400"
#define IRC_ERR_NOSUCHNICK "401"
#define IRC_ERR_NOSUCHSERVER "402"
#define IRC_ERR_NOSUCHCHANNEL "403"
#define IRC_ERR_TOOMANYTARGETS "407"
#define IRC_ERR_NOSUCHSERVICE "408"
#define IRC_ERR_NOORIGIN "409"
#define IRC_ERR_NORECIPIENT "411"
#define IRC_ERR_NOTEXTTOSEND "412"
#define IRC_ERR_BADMASK "415"
#define IRC_ERR_UNKNOWNCOMMAND "421"
#define IRC_ERR_NOMOTD "422"
#define IRC_ERR_NOADMININFO "423"
#define IRC_ERR_FILEERROR "424"
#define IRC_ERR_NONICKNAMEGIVEN "431"
#define IRC_ERR_ERRONEUSNICKNAME "432"
#define IRC_ERR_NICKNAMEINUSE "433"
#define IRC_ERR_USERSDISABLED "446"
#define IRC_ERR_NOTREGISTERED "451"
#define IRC_ERR_NEEDMOREPARAMS "461"
#define IRC_ERR_ALREADYREGISTRED "462"
#define IRC_ERR_ALREADYREGISTERED "462"
#define IRC_ERR_UNKNOWNMODE "472"
#define IRC_ERR_RESTRICTED "484"
#define IRC_ERR_NOOPERHOST "491"
#define IRC_ERR_USERSDONTMATCH "502"
/*
#define IRC_
*/