edgeport - v1.0.6
    Preparing search index...

    Variable NUMERICSConst

    NUMERICS: {
        ERR_BADCHANNELKEY: "475";
        ERR_BANNEDFROMCHAN: "474";
        ERR_CHANNELISFULL: "471";
        ERR_ERRONEUSNICKNAME: "432";
        ERR_INVITEONLYCHAN: "473";
        ERR_NEEDMOREPARAMS: "461";
        ERR_NICKCOLLISION: "436";
        ERR_NICKLOCKED: "902";
        ERR_NICKNAMEINUSE: "433";
        ERR_NONICKNAMEGIVEN: "431";
        ERR_NOSUCHCHANNEL: "403";
        ERR_NOSUCHNICK: "401";
        ERR_NOTREGISTERED: "451";
        ERR_PASSWDMISMATCH: "464";
        ERR_SASLABORTED: "906";
        ERR_SASLALREADY: "907";
        ERR_SASLFAIL: "904";
        ERR_SASLTOOLONG: "905";
        ERR_UNKNOWNCOMMAND: "421";
        ERR_YOUREBANNEDCREEP: "465";
        RPL_AWAY: "301";
        RPL_CHANNELMODEIS: "324";
        RPL_CREATED: "003";
        RPL_ENDOFMOTD: "376";
        RPL_ENDOFNAMES: "366";
        RPL_ENDOFWHOIS: "318";
        RPL_ISUPPORT: "005";
        RPL_LIST: "322";
        RPL_LISTEND: "323";
        RPL_LISTSTART: "321";
        RPL_LOGGEDIN: "900";
        RPL_LOGGEDOUT: "901";
        RPL_MOTD: "372";
        RPL_MOTDSTART: "375";
        RPL_MYINFO: "004";
        RPL_NAMREPLY: "353";
        RPL_NOTOPIC: "331";
        RPL_SASLSUCCESS: "903";
        RPL_TOPIC: "332";
        RPL_TOPICWHOTIME: "333";
        RPL_UMODEIS: "221";
        RPL_WELCOME: "001";
        RPL_WHOISACCOUNT: "330";
        RPL_WHOISCHANNELS: "319";
        RPL_WHOISIDLE: "317";
        RPL_WHOISOPERATOR: "313";
        RPL_WHOISSERVER: "312";
        RPL_WHOISUSER: "311";
        RPL_YOURHOST: "002";
    } = ...

    The numeric reply/error constants collected into one object for iteration or lookup.

    Each named export above is also a member here (e.g. NUMERICS.RPL_WELCOME === '001').

    Type Declaration

    • ERR_BADCHANNELKEY: "475"

      475 - bad channel key (+k).

    • ERR_BANNEDFROMCHAN: "474"

      474 - you are banned from the channel (+b).

    • ERR_CHANNELISFULL: "471"

      471 - the channel is full (+l).

    • ERR_ERRONEUSNICKNAME: "432"

      432 - erroneous nickname (bad characters).

    • ERR_INVITEONLYCHAN: "473"

      473 - the channel is invite-only (+i).

    • ERR_NEEDMOREPARAMS: "461"

      461 - not enough parameters.

    • ERR_NICKCOLLISION: "436"

      436 - nickname collision.

    • ERR_NICKLOCKED: "902"

      902 - SASL: account is locked.

    • ERR_NICKNAMEINUSE: "433"

      433 - the requested nickname is already in use.

    • ERR_NONICKNAMEGIVEN: "431"

      431 - no nickname given.

    • ERR_NOSUCHCHANNEL: "403"

      403 - no such channel.

    • ERR_NOSUCHNICK: "401"

      401 - no such nick/channel.

    • ERR_NOTREGISTERED: "451"

      451 - you have not registered.

    • ERR_PASSWDMISMATCH: "464"

      464 - password incorrect.

    • ERR_SASLABORTED: "906"

      906 - SASL aborted.

    • ERR_SASLALREADY: "907"

      907 - SASL: already authenticated.

    • ERR_SASLFAIL: "904"

      904 - SASL authentication failed.

    • ERR_SASLTOOLONG: "905"

      905 - SASL message too long.

    • ERR_UNKNOWNCOMMAND: "421"

      421 - unknown command.

    • ERR_YOUREBANNEDCREEP: "465"

      465 - you are banned from this server.

    • RPL_AWAY: "301"

      301 - the target is away (carries the away message).

    • RPL_CHANNELMODEIS: "324"

      324 - channel mode string reply.

    • RPL_CREATED: "003"

      003 - server creation date reply.

    • RPL_ENDOFMOTD: "376"

      376 - end of the MOTD.

    • RPL_ENDOFNAMES: "366"

      366 - end of NAMES.

    • RPL_ENDOFWHOIS: "318"

      318 - end of WHOIS.

    • RPL_ISUPPORT: "005"

      005 - ISUPPORT feature advertisement.

    • RPL_LIST: "322"

      322 - a LIST entry.

    • RPL_LISTEND: "323"

      323 - end of LIST.

    • RPL_LISTSTART: "321"

      321 - LIST start.

    • RPL_LOGGEDIN: "900"

      900 - SASL: you are now logged in.

    • RPL_LOGGEDOUT: "901"

      901 - SASL: you are now logged out.

    • RPL_MOTD: "372"

      372 - a line of the MOTD.

    • RPL_MOTDSTART: "375"

      375 - start of the MOTD.

    • RPL_MYINFO: "004"

      004 - server info (name, version, modes) reply.

    • RPL_NAMREPLY: "353"

      353 - a NAMES reply line (space-separated members, possibly prefixed).

    • RPL_NOTOPIC: "331"

      331 - the channel has no topic set.

    • RPL_SASLSUCCESS: "903"

      903 - SASL authentication succeeded.

    • RPL_TOPIC: "332"

      332 - the channel topic.

    • RPL_TOPICWHOTIME: "333"

      333 - who set the topic and when.

    • RPL_UMODEIS: "221"

      221 - user mode string reply.

    • RPL_WELCOME: "001"

      001 - the welcome reply that marks a completed registration.

    • RPL_WHOISACCOUNT: "330"

      330 - WHOIS "is logged in as" (account name).

    • RPL_WHOISCHANNELS: "319"

      319 - WHOIS channel list.

    • RPL_WHOISIDLE: "317"

      317 - WHOIS idle time.

    • RPL_WHOISOPERATOR: "313"

      313 - WHOIS operator line.

    • RPL_WHOISSERVER: "312"

      312 - WHOIS server.

    • RPL_WHOISUSER: "311"

      311 - WHOIS user (nick, user, host, realname).

    • RPL_YOURHOST: "002"

      002 - "your host is" reply.

    1.0.4