ObjIRC  Diff

Differences From Artifact [9f9c8d8d61]:

To Artifact [ce0aa7ef08]:


134
135
136
137
138
139
140







141

-	   (void)connection: (IRCConnection*)connection
  didReceiveNamesForChannel: (OFString*)channel
{
	of_log(@"Users in %@: %@", channel,
	    [connection usersInChannel: channel]);
}







@end







>
>
>
>
>
>
>

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