Changeset 552 in code for trunk/downstream.go


Ignore:
Timestamp:
Jun 9, 2021, 7:29:36 PM (4 years ago)
Author:
greg
Message:

Forward MOTD messages downstream

The first MOTD upon connection is ignored, but subsequent MOTD messages
(requested by the "MOTD" message from the client, typically using a
/motd command) are forwarded.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/downstream.go

    r551 r552  
    11061106                Prefix:  dc.srv.prefix(),
    11071107                Command: irc.ERR_NOMOTD,
    1108                 Params:  []string{dc.nick, "No MOTD"},
     1108                Params:  []string{dc.nick, "Use /motd to read the message of the day"},
    11091109        })
    11101110
Note: See TracChangeset for help on using the changeset viewer.