Differences From Artifact [42875301de]:
- File src/IRCConnection.h — part of check-in [6f062f7189] at 2011-09-10 13:40:49 on branch trunk — Add support for parsing KICK. (user: js, size: 3701) [annotate] [blame] [check-ins using]
To Artifact [7ce17cfdc3]:
- File src/IRCConnection.h — part of check-in [84aa37ee2e] at 2011-09-10 19:59:13 on branch trunk — Add support for sending notices. (user: js, size: 3841) [annotate] [blame] [check-ins using]
︙ | |||
94 95 96 97 98 99 100 101 102 | 94 95 96 97 98 99 100 101 102 103 104 105 106 | + + + + | 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)sendNotice: (OFString*)notice toUser: (IRCUser*)user; - (void)sendNotice: (OFString*)notice toChannel: (IRCChannel*)channel; - (void)handleConnection; @end |