Many of the common IRC error and reply codes.
Namespace: NetIrc2Assembly: NetIrc2 (in NetIrc2.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| NoSuchNickname | 401 | States that a nickname you specified does not exist on the server. | |
| NoSuchServer | 402 | States that a server you specified could be found. | |
| NoSuchChannel | 403 | States that a channel you specified could not be found. | |
| CannotSendToChannel | 404 | States that you are not allowed to send to a specific channel. | |
| TooManyChannels | 405 | States that there are already too many channels on the server. | |
| WasNoSuchNickname | 406 | States that the nickname you asked about never existed. | |
| TooManyTargets | 407 | States that you specified too many targets for your message. | |
| NoOriginSpecified | 409 | States that your ping/pong message did not have an origin parameter. | |
| NoRecipientGiven | 411 | States that you did not specify a target for your message. | |
| NoTextToSend | 412 | States that there was no text to send. | |
| NoTopLevelDomainSpecified | 413 | States that a message could not be delivered, because no top level domain name was specified. In other words, you sent a malformed message. | |
| WildcardInTopLevelDomain | 414 | States that a message could not be delivered, because there was a wildcard in the top level domain name you specified. In other words, you sent a malformed message. | |
| UnknownCommand | 421 | States that the server does not understand your command. | |
| MissingMOTD | 422 | States that the server's Message of the Day file is missing. | |
| NoAdminInfoAvailable | 423 | States that no administrative information could be found. This only occurs in response to a request for said information. | |
| FileError | 424 | States that an error occured when transferring a message. This is a fairly generic message, and does not necessarily mean you did anything incorrectly. | |
| NoNicknameGiven | 431 | States that a nickname parameter was expected and was not received. | |
| ErroneousNickname | 432 | States that the nickname you specified contained invalid characters. | |
| NicknameInUse | 433 | States that the nickname you specified is already in use. | |
| NicknameCollision | 436 | States that the nickname you specified is already in use, but on another server. | |
| ResourceUnavailable | 437 | States that the nickname or channel is temporarily unavailable. | |
| UserNotInChannel | 441 | States that the user specified for a command pertaining to a specific channel is not in the channel. | |
| NotInChannel | 442 | States that you are not in the channel you are trying to act upon. | |
| UserAlreadyInChannel | 443 | States that the user you invited to a channel is already in said channel. | |
| UserNotLoggedIn | 444 | States that the user specified could not be summoned, because they are not logged in. | |
| SummonCommandDisabled | 445 | States that summoning is disabled. | |
| UsersCommandDisabled | 446 | States that the 'USERS' command is disabled. | |
| HaveNotRegistered | 451 | States that you are not registered with the server, and registration is required for an action you attempted. | |
| NotEnoughParameters | 461 | States that an IRC command lacked some parameters. | |
| AlreadyRegistered | 462 | States that you may not reregister with the server. | |
| UnpriviledgedHost | 463 | States that you may not communicate with the server, because you do not have the appropriate priviledges. | |
| IncorrectPassword | 464 | States that the password you specified to connect was invalid. | |
| BannedFromServer | 465 | States that the server has been set up to deny connections to your computer. | |
| ChannelKeyAlreadySet | 467 | States that the channel key has already been set. | |
| ChannelIsFull | 471 | States that the requested channel cannot be joined because it is full. | |
| UnknownModeCharacter | 472 | States that a mode character you sent was invalid. | |
| InviteOnlyChannel | 473 | States that the channel could not be joined because it is invite-only. | |
| BannedFromChannel | 474 | States that you are banned from the channel. | |
| BadChannelKey | 475 | States that the channel could not be joined because the specified channel key was incorrect. | |
| BadChannelName | 479 | States that the channel name contains invalid characters. | |
| NotIRCOperator | 481 | States that the client does not have IRC operator priviledges, which are required for some command that was attempted. | |
| NotChannelOperator | 482 | States that you are not a channel operator for a channel and tried to do an action that required that. | |
| CannotKillServer | 483 | States that you may not kill the server. | |
| HostCannotUseOperCommand | 491 | States that the server is not set up to allow operator commands from your host. | |
| UnknownModeFlag | 501 | States that a mode change on a nickname included an unknown flag. |
See Also