Revert "fix" for parsing JOIN as it broke stuff.
FossilOrigin-Name: 960f920c6d80ed3728396045a871b3b3ca175bd7bcaf933f2fffe0245b486df2
This commit is contained in:
parent
5e4747ea9c
commit
c841e501f9
1 changed files with 2 additions and 0 deletions
|
@ -181,6 +181,8 @@
|
||||||
|
|
||||||
who = [who substringWithRange:
|
who = [who substringWithRange:
|
||||||
of_range(1, who.length - 1)];
|
of_range(1, who.length - 1)];
|
||||||
|
where = [where substringWithRange:
|
||||||
|
of_range(1, where.length - 1)];
|
||||||
user = [IRCUser IRCUserWithString: who];
|
user = [IRCUser IRCUserWithString: who];
|
||||||
|
|
||||||
if ([who hasPrefix:
|
if ([who hasPrefix:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue