Differences From Artifact [3b6f19e207]:
- File tests/test.m — part of check-in [6f062f7189] at 2011-09-10 13:40:49 on branch trunk — Add support for parsing KICK. (user: js, size: 3819) [annotate] [blame] [check-ins using]
To Artifact [bf66f3f82c]:
- File tests/test.m — part of check-in [5f51d55981] at 2011-10-05 19:40:34 on branch trunk — Keep track of users in a channel. (user: js, size: 3977) [annotate] [blame] [check-ins using]
︙ | |||
128 129 130 131 132 133 134 135 | 128 129 130 131 132 133 134 135 136 137 138 139 140 141 | + + + + + + | - (void)connection: (IRCConnection*)connection didReceiveNotice: (OFString*)notice fromUser: (IRCUser*)user inChannel: (IRCChannel*)channel { of_log(@"NOTICE: [%@] %@: %@", channel, user, notice); } - (void)connection: (IRCConnection*)connection didReceiveNamesForChannel: (IRCChannel*)channel { of_log(@"Users in %@: %@", channel, channel.users); } @end |