NumericReply enum
Values
- RPL_AWAY → const NumericReply
-
const NumericReply(301, '')
- RPS_ISON → const NumericReply
-
const NumericReply(303, '')
- RPL_UNAWAY → const NumericReply
-
const NumericReply(305, 'You are no longer marked as being away')
- RPL_NOWAWAY → const NumericReply
-
const NumericReply(306, 'You have been marked as being away')
- RPL_CHANNELMODEIS → const NumericReply
-
const NumericReply(324, '')
- RPL_NOTOPIC → const NumericReply
-
const NumericReply(331, 'No topic is set')
- RPL_TOPIC → const NumericReply
-
const NumericReply(332, '<topic>')
- RPL_NAMREPLY → const NumericReply
-
const NumericReply(353, '')
- RPL_ENDOFNAMES → const NumericReply
-
const NumericReply(366, 'End of /NAMES list')
- RPL_MOTD → const NumericReply
-
const NumericReply(372, '')
- RPL_MOTDSTART → const NumericReply
-
const NumericReply(375, '')
- RPL_ENDOFMOTD → const NumericReply
-
const NumericReply(376, 'End of MOTD command')
- ERR_NOSUCHNICK → const NumericReply
-
const NumericReply(401, 'No such nick/channel')
- ERR_NOSUCHCHANNEL → const NumericReply
-
const NumericReply(403, 'No such channel')
- ERR_TOOMANYTARGETS → const NumericReply
-
const NumericReply(407, '<error code> recipients. <abort message>')
- ERR_NOORIGIN → const NumericReply
-
const NumericReply(409, 'No origin specified')
- ERR_INVALIDCAPCMD → const NumericReply
-
const NumericReply(410, 'Invalid CAP command')
- ERR_NORECIPIENT → const NumericReply
-
const NumericReply(411, 'No recipient given')
- ERR_NOTEXTTOSEND → const NumericReply
-
const NumericReply(412, 'No text to send')
- ERR_NOTOPLEVEL → const NumericReply
-
const NumericReply(413, 'No toplevel domain specified')
- ERR_WILDTOPLEVEL → const NumericReply
-
const NumericReply(414, 'Wildcard in toplevel domain')
- ERR_BADMASK → const NumericReply
-
const NumericReply(415, 'Bad Server/host mask')
- ERR_UNKNOWNCOMMAND → const NumericReply
-
const NumericReply(421, 'Unknown command')
- ERR_NOMOTD → const NumericReply
-
const NumericReply(422, 'MOTD File is missing')
- ERR_NONICKNAMEGIVEN → const NumericReply
-
const NumericReply(431, 'No nickname given')
- ERR_ERRONEUSNICKNAME → const NumericReply
-
const NumericReply(432, 'Erroneous nickname')
- ERR_NICKNAMEINUSE → const NumericReply
-
const NumericReply(433, 'Nickname is already in use')
- ERR_NICKCOLLISION → const NumericReply
-
const NumericReply(436, 'Nickname collision KILL from <user>@<host>')
- ERR_UNAVAILRESOURCE → const NumericReply
-
const NumericReply(437, 'Nick/channel is temporarily unavailable')
- ERR_NOTONCHANNEL → const NumericReply
-
const NumericReply(442, "You're not on that channel")
- ERR_NEEDMOREPARAMS → const NumericReply
-
const NumericReply(461, 'Not enough parameters')
- ERR_ALREADYREGISTRED → const NumericReply
-
const NumericReply(462, 'Unauthorized command (already registered)')
- ERR_PASSWDMISMATCH → const NumericReply
-
const NumericReply(464, 'Password incorrect')
- ERR_KEYSET → const NumericReply
-
const NumericReply(467, 'Channel key already set')
- ERR_UNKNOWNMODE → const NumericReply
-
const NumericReply(472, 'is unknown mode char to me for <channel>')
- ERR_BADCHANNELKEY → const NumericReply
-
const NumericReply(475, 'Cannot join channel (+k)')
- ERR_NOCHANMODES → const NumericReply
-
const NumericReply(477, "Channel doesn't support modes")
- RPL_LOGGEDIN → const NumericReply
-
const NumericReply(900, 'You are now logged in.')
- RPL_LOGGEDOUT → const NumericReply
-
const NumericReply(901, 'You are now logged out.')
- ERR_NICKLOCKED → const NumericReply
-
const NumericReply(902, 'You must use a nick assigned to you.')
- RPL_SASLSUCCESS → const NumericReply
-
const NumericReply(903, 'SASL authentication successful')
- ERR_SASLFAILED → const NumericReply
-
const NumericReply(904, 'SASL authentication failed')
- ERR_SASLTOOLONG → const NumericReply
-
const NumericReply(905, 'SASL message too long')
- ERR_SASLABORTED → const NumericReply
-
const NumericReply(906, 'SASL authentication aborted')
- ERR_SASLALREADY → const NumericReply
-
const NumericReply(907, 'You have already completed SASL authentication')
- RPL_SASLMECHS → const NumericReply
-
const NumericReply(908, 'are available SASL mechanisms')
Properties
- code → int
-
final
- desc → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
NumericReply> - A constant List of the values in this enum, in order of their declaration.