Changeset 804 in code for trunk/upstream.go
- Timestamp:
- Mar 21, 2023, 4:45:19 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/upstream.go
r784 r804 1 package s oju1 package suika 2 2 3 3 import ( … … 200 200 201 201 // Don't do the TLS handshake immediately, because we need to register 202 // the new connection with identd ASAP. See: 203 // https://todo.sr.ht/~emersion/soju/69#event-41859 202 // the new connection with identd ASAP. 204 203 netConn = tls.Client(netConn, tlsConfig) 205 204 case "irc+insecure": … … 473 472 474 473 if msg.Prefix.Name == serviceNick { 475 uc.logger.Printf("skipping %v from s oju's service: %v", msg.Command, msg)474 uc.logger.Printf("skipping %v from suika's service: %v", msg.Command, msg) 476 475 break 477 476 } 478 477 if entity == serviceNick { 479 uc.logger.Printf("skipping %v to s oju's service: %v", msg.Command, msg)478 uc.logger.Printf("skipping %v to suika's service: %v", msg.Command, msg) 480 479 break 481 480 }
Note:
See TracChangeset
for help on using the changeset viewer.