Differences From Artifact [9f9c8d8d61]:
- File tests/test.m — part of check-in [e7f0831117] at 2016-05-07 11:21:37 on branch trunk — Adjust to ObjFW changes (user: js, size: 4012) [annotate] [blame] [check-ins using]
- File tests/tests.m — part of check-in [3bac4aa7d3] at 2016-05-07 11:58:33 on branch trunk — Add a proper build system (user: js, size: 4012) [annotate] [blame] [check-ins using]
To Artifact [ce0aa7ef08]:
- File tests/tests.m — part of check-in [c17c999968] at 2017-01-22 23:01:50 on branch trunk — Add ping timeout (user: js, size: 4129) [annotate] [blame] [check-ins using]
︙ | |||
134 135 136 137 138 139 140 141 | 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 | + + + + + + + | - (void)connection: (IRCConnection*)connection didReceiveNamesForChannel: (OFString*)channel { of_log(@"Users in %@: %@", channel, [connection usersInChannel: channel]); } - (void)connectionWasClosed: (IRCConnection*)connection { of_log(@"Disconnected!"); [OFApplication terminate]; } @end |