Changeset 291 in code for trunk/downstream.go
- Timestamp:
- May 5, 2020, 2:52:50 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/downstream.go
r289 r291 1362 1362 1363 1363 echoMsg := &irc.Message{ 1364 Tags: irc.Tags{ 1365 "time": irc.TagValue(time.Now().UTC().Format(serverTimeLayout)), 1366 }, 1364 1367 Prefix: &irc.Prefix{ 1365 1368 Name: uc.nick, … … 1369 1372 Params: []string{upstreamName, text}, 1370 1373 } 1371 1372 1374 uc.produce(upstreamName, echoMsg, dc) 1373 1375 }
Note:
See TracChangeset
for help on using the changeset viewer.