Changeset 555 in code
- Timestamp:
- Jun 10, 2021, 10:16:33 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/downstream.go
r554 r555 1103 1103 dc.SendMessage(msg) 1104 1104 } 1105 motdHint := "No MOTD" 1105 1106 if uc := dc.upstream(); uc != nil { 1107 motdHint = "Use /motd to read the message of the day" 1106 1108 dc.SendMessage(&irc.Message{ 1107 1109 Prefix: dc.srv.prefix(), … … 1113 1115 Prefix: dc.srv.prefix(), 1114 1116 Command: irc.ERR_NOMOTD, 1115 Params: []string{dc.nick, "Use /motd to read the message of the day"},1117 Params: []string{dc.nick, motdHint}, 1116 1118 }) 1117 1119
Note:
See TracChangeset
for help on using the changeset viewer.