Fix wrong selector name.

FossilOrigin-Name: 09ffe6e3742282b75247c8f8e002b19766a1beb57a032dec5778b37776373825
This commit is contained in:
Jonathan Schleifer 2013-02-16 22:42:29 +00:00
parent 89de85cc61
commit 52fcf8b32d
2 changed files with 2 additions and 2 deletions

View file

@ -575,7 +575,7 @@
if (line != nil) {
[self IRC_processLine: line];
[socket asyncReadLineWithTarget: self
selector: @selector(connection:
selector: @selector(socket:
didReceiveLine:
exception:)];
}