Differences From Artifact [d5cac9a794]:
- File src/IRCConnection.h — part of check-in [4e0ae8ca4e] at 2011-09-10 23:11:19 on branch trunk — Add support for kicking a user. (user: js, size: 3950) [annotate] [blame] [check-ins using]
To Artifact [23abeda3ff]:
- File src/IRCConnection.h — part of check-in [117cdc960f] at 2011-09-10 23:21:04 on branch trunk — Add support for changing the nickname. (user: js, size: 3997) [annotate] [blame] [check-ins using]
︙ | |||
101 102 103 104 105 106 107 108 109 | 101 102 103 104 105 106 107 108 109 110 | + | - (void)sendNotice: (OFString*)notice toUser: (IRCUser*)user; - (void)sendNotice: (OFString*)notice toChannel: (IRCChannel*)channel; - (void)kickUser: (IRCUser*)user fromChannel: (IRCChannel*)channel withReason: (OFString*)reason; - (void)changeNicknameTo: (OFString*)nickname; - (void)handleConnection; @end |