Changeset 545 in code for trunk/downstream.go
- Timestamp:
- May 26, 2021, 9:23:09 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/downstream.go
r542 r545 1436 1436 } 1437 1437 1438 if !uc.isChannel(upstreamName) { 1439 dc.SendMessage(&irc.Message{ 1440 Prefix: dc.srv.prefix(), 1441 Command: irc.ERR_NOSUCHCHANNEL, 1442 Params: []string{name, "Not a channel name"}, 1443 }) 1444 continue 1445 } 1446 1438 1447 params := []string{upstreamName} 1439 1448 if key != "" {
Note:
See TracChangeset
for help on using the changeset viewer.