ObjIRC  Diff

Differences From Artifact [3b6f19e207]:

To Artifact [bf66f3f82c]:


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