@@ -77,10 +77,17 @@ leaveChannel: (IRCChannel*)channel withReason: (OFString*)reason { of_log(@"%@ left %@ (%@).", user, channel, reason); } + +- (void)connection: (IRCConnection*)connection + didSeeUserQuit: (IRCUser*)user + withReason: (OFString*)reason +{ + of_log(@"%@ quit (%@).", user, reason); +} - (void)connection: (IRCConnection*)connection didReceiveMessage: (OFString*)msg fromUser: (IRCUser*)user inChannel: (IRCChannel*)channel