The RPL_WELCOME (001) numeric is part of the initial registration burst when new users successfully connect to the network. It simply provides a welcome message and says the name of the network that the user’s joining.


:server 001 <nick> :Welcome to the <network> Network, <nick>[!<user>@<host>]
  • <nick>: Nickname of the connecting user.
  • <network>: Network name.
  • <user>@<host>: Username and hostname of the connecting user.

It should be noted that the <user>@<host> part is optional, and we recommend that clients do not parse this last word of the numeric text in any way. For more detailed information on why this is, see this document.


Examples

:irc.example.com 001 dan :Welcome to the IRCcom Network, dan
:irc.example.com 001 dan :Welcome to Greppys dan
:irc.example.com 001 steve :Welcome to the Tred Network, steve!s@localhost
:irc.example.com 001 bill :Welcome to the Internet Relay Network, bill

Different examples of the RPL_WELCOME message.


Compatibility

Related Commands


Contributors to this page: Daniel Oaks

You can edit and contribute changes to this page on GitHub here.