Changeset 617 in code for trunk/downstream.go
- Timestamp:
- Oct 10, 2021, 10:05:41 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/downstream.go
r616 r617 2049 2049 2050 2050 for _, name := range strings.Split(targetsStr, ",") { 2051 if dc.network == nil && casemapASCII(name) == dc.nickCM { 2052 dc.SendMessage(&irc.Message{ 2053 Tags: msg.Tags.Copy(), 2054 Prefix: dc.prefix(), 2055 Command: "TAGMSG", 2056 Params: []string{name}, 2057 }) 2058 continue 2059 } 2060 2051 2061 if casemapASCII(name) == serviceNickCM { 2052 2062 continue
Note:
See TracChangeset
for help on using the changeset viewer.