@@ -108,8 +108,8 @@ toChannel: (IRCChannel*)channel; - (void)kickUser: (OFString*)user fromChannel: (IRCChannel*)channel withReason: (OFString*)reason; - (void)changeNicknameTo: (OFString*)nickname; -- (void)process; +- (void)processLine: (OFString*)line; - (void)handleConnection; @end