@@ -573,11 +573,11 @@ exception: (OFException*)exception { if (line != nil) { [self IRC_processLine: line]; [socket asyncReadLineWithTarget: self - selector: @selector(connection: + selector: @selector(socket: didReceiveLine: exception:)]; } return NO;