The RPL_ENDOFMOTD (376) 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 376 <nick> :End of /MOTD command
  • <nick>: Nickname of the connecting user.

The final parameter’s text is human-readable and may vary, but the typical message is the one shown above.


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_ENDOFMOTD message.


Compatibility

Related Commands


Contributors to this page: Daniel Oaks

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