Differences From Artifact [d3026e4a44]:
- File src/IRCConnection.m — part of check-in [22699c973b] at 2013-02-14 23:21:40 on branch trunk — Fix handling of nick changes. (user: js, size: 15348) [annotate] [blame] [check-ins using]
To Artifact [db72e704d4]:
- File src/IRCConnection.m — part of check-in [09ffe6e374] at 2013-02-16 22:42:30 on branch trunk — Fix wrong selector name. (user: js, size: 15344) [annotate] [blame] [check-ins using]
︙ | |||
571 572 573 574 575 576 577 | 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 | - + | - (BOOL)socket: (OFTCPSocket*)socket didReceiveISO88591Line: (OFString*)line exception: (OFException*)exception { if (line != nil) { [self IRC_processLine: line]; [socket asyncReadLineWithTarget: self |
︙ |