The RPL_MOTDSTART (375)
numeric is part of the Message of the Day (MOTD) reply, and is also sent during the initial registration burst when new users successfully connect to the network. It introduces the MOTD, and the following RPL_MOTD
line(s).
:server 375 <nick> <info>
<nick>
: Nickname of the connecting user.<info>
: Information about the MOTD.
The <info>
parameter typically has the form "- <server> Message of the day -"
, as shown in the examples below.
Examples
:irc.example.com 375 dan :- irc.example.net Message of the day -
:irc.example.com 372 dan :-
:irc.example.com 372 dan :-
:irc.example.com 372 dan :- EEEE l N N t *_
:irc.example.com 372 dan :- E l NN N ttt
:irc.example.com 372 dan :- EEE x x aaa m m m p p l eee N N N eee t
:irc.example.com 372 dan :- E x a a m m m p p l e e N NN e e t
:irc.example.com 372 dan :- _* EEEE x x aa a m m p p l eee N N eee tt
:irc.example.com 372 dan :- p
:irc.example.com 372 dan :-
:irc.example.com 372 dan :- Welcome to ExampleNet!
:irc.example.com 372 dan :-
:irc.example.com 372 dan :- Try not to spam us too much please!
:irc.example.com 372 dan :-
:irc.example.com 376 dan :End of /MOTD command
A typical example of the RPL_MOTDSTART
message.
Compatibility
Related Commands
Contributors to this page:
Daniel Oaks
You can edit and contribute changes to this page on GitHub here.