@@ -103,7 +103,8 @@ - (void)sendNotice: (OFString*)notice toChannel: (IRCChannel*)channel; - (void)kickUser: (IRCUser*)user fromChannel: (IRCChannel*)channel withReason: (OFString*)reason; +- (void)changeNicknameTo: (OFString*)nickname; - (void)handleConnection; @end