From c841e501f9c62475a4f2cd28d436747c51b9f434 Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Fri, 9 Sep 2011 16:53:20 +0000 Subject: [PATCH] Revert "fix" for parsing JOIN as it broke stuff. FossilOrigin-Name: 960f920c6d80ed3728396045a871b3b3ca175bd7bcaf933f2fffe0245b486df2 --- src/IRCConnection.m | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/IRCConnection.m b/src/IRCConnection.m index 504e63c..729598f 100644 --- a/src/IRCConnection.m +++ b/src/IRCConnection.m @@ -181,6 +181,8 @@ who = [who substringWithRange: of_range(1, who.length - 1)]; + where = [where substringWithRange: + of_range(1, where.length - 1)]; user = [IRCUser IRCUserWithString: who]; if ([who hasPrefix: