Fix wrong selector name.
FossilOrigin-Name: 09ffe6e3742282b75247c8f8e002b19766a1beb57a032dec5778b37776373825
This commit is contained in:
parent
89de85cc61
commit
52fcf8b32d
2 changed files with 2 additions and 2 deletions
|
@ -575,7 +575,7 @@
|
|||
if (line != nil) {
|
||||
[self IRC_processLine: line];
|
||||
[socket asyncReadLineWithTarget: self
|
||||
selector: @selector(connection:
|
||||
selector: @selector(socket:
|
||||
didReceiveLine:
|
||||
exception:)];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue