IRC Protocol Specification

001 STATUS

This is the initial state of the connection. The server sends the client the 001 status message to indicate that it is ready to accept commands.

      001 :
      /server
       :
      status
      \r\n
    

Server

The server sends the 001 status message to indicate that it is ready to accept commands. This is the initial status message that is sent to the client when it connects to the server.

Example:

      001 :
      /server
       :
      Connected to
       :
      example.com
      \r\n
    

Where:

/server is the nickname of the server.

status is the status of the server (e.g. "Connected to").

example.com is the domain name of the server.

Hyperlinks:

003 SERVINFO