Changeset 176 in code for trunk/downstream.go
- Timestamp:
- Mar 27, 2020, 11:07:20 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/downstream.go
r173 r176 1100 1100 } else { 1101 1101 // NAMES on a channel we have not joined, ask upstream 1102 uc.SendMessageLabeled(dc , &irc.Message{1102 uc.SendMessageLabeled(dc.id, &irc.Message{ 1103 1103 Command: "NAMES", 1104 1104 Params: []string{upstreamChannel}, … … 1147 1147 } 1148 1148 1149 uc.SendMessageLabeled(dc , &irc.Message{1149 uc.SendMessageLabeled(dc.id, &irc.Message{ 1150 1150 Command: "WHO", 1151 1151 Params: params, … … 1204 1204 } 1205 1205 1206 uc.SendMessageLabeled(dc , &irc.Message{1206 uc.SendMessageLabeled(dc.id, &irc.Message{ 1207 1207 Command: "WHOIS", 1208 1208 Params: params, … … 1289 1289 uc := ucChannel 1290 1290 1291 uc.SendMessageLabeled(dc , &irc.Message{1291 uc.SendMessageLabeled(dc.id, &irc.Message{ 1292 1292 Command: "INVITE", 1293 1293 Params: []string{upstreamUser, upstreamChannel},
Note:
See TracChangeset
for help on using the changeset viewer.