@@ -96,7 +96,11 @@ - (void)sendLineWithFormat: (OFConstantString*)line, ...; - (void)sendMessage: (OFString*)msg toChannel: (IRCChannel*)channel; - (void)sendMessage: (OFString*)msg toUser: (IRCUser*)user; +- (void)sendNotice: (OFString*)notice + toUser: (IRCUser*)user; +- (void)sendNotice: (OFString*)notice + toChannel: (IRCChannel*)channel; - (void)handleConnection; @end