Server Commands
Display the Message of the Day.
Syntax: MOTD
Behavior:
- Returns the content of the configured
motd.txtfile - Automatically displayed during connection handshake
- Returns
422 ERR_NOMOTDif no MOTD is configured
VERSION
Section titled “VERSION”Get the server’s version information.
Syntax: VERSION
Response:
:server 351 yournick ElixIRCd-X.Y.Z server.hostname :...Get server statistics.
Syntax: STATS <letter>
See Operator Commands — STATS for available letters.
Get server information.
Syntax: INFO
Returns:
- Server name, version, and build information
- Server creation date
- General operational information
Get the server’s current local time.
Syntax: TIME
Response:
:server 391 yournick server.hostname :Day Mon DD HH:MM:SS YYYYTrace the connection path to a user or server.
Syntax: TRACE [<target>]
Behavior:
- Without arguments: shows the connection to the server
- With a nick: traces the path to that user
- Returns
200 RPL_TRACELINK,204 RPL_TRACEOPERATOR,205 RPL_TRACEUSER, etc.
Get server administrator contact information.
Syntax: ADMIN
Returns (from admin_info config):
- Server name and location
- Organization name
- Contact email address
Response:
:server 256 yournick server.hostname :Administrative info:server 257 yournick :Server Location Here:server 258 yournick :Organization Name Here:server 259 yournick :admin@example.com