@@ -66,10 +66,12 @@ fromUser: (IRCUser*)user; - (void)connection: (IRCConnection*)connection didReceiveNotice: (OFString*)notice fromUser: (IRCUser*)user inChannel: (IRCChannel*)channel; +- (void)connection: (IRCConnection*)connection + didReceiveNamesForChannel: (IRCChannel*)channel; @end @interface IRCConnection: OFObject { OFTCPSocket *sock;