@@ -130,6 +130,12 @@ fromUser: (IRCUser*)user inChannel: (IRCChannel*)channel { of_log(@"NOTICE: [%@] %@: %@", channel, user, notice); } + +- (void)connection: (IRCConnection*)connection + didReceiveNamesForChannel: (IRCChannel*)channel +{ + of_log(@"Users in %@: %@", channel, channel.users); +} @end