@@ -77,10 +77,19 @@ leaveChannel: (IRCChannel*)channel withReason: (OFString*)reason { of_log(@"%@ left %@ (%@).", user, channel, reason); } + +- (void)connection: (IRCConnection*)connection + didSeeUser: (IRCUser*)user + kickUser: (OFString*)kickedUser + fromChannel: (IRCChannel*)channel + withReason: (OFString*)reason +{ + of_log(@"%@ kicked %@ from %@: %@", user, kickedUser, channel, reason); +} - (void)connection: (IRCConnection*)connection didSeeUserQuit: (IRCUser*)user withReason: (OFString*)reason {