@@ -77,7 +77,11 @@ - (void)leaveChannel: (IRCChannel*)channel; - (void)leaveChannel: (IRCChannel*)channel withReason: (OFString*)reason; - (void)sendLine: (OFString*)line; - (void)sendLineWithFormat: (OFConstantString*)line, ...; +- (void)sendMessage: (OFString*)msg + toChannel: (IRCChannel*)channel; +- (void)sendMessage: (OFString*)msg + toUser: (IRCUser*)user; - (void)handleConnection; @end