Keep track of users in a channel.
FossilOrigin-Name: 5f51d55981a74610c7d36038d540cc689b15d41194b00b2e8b0c7428bf102341
This commit is contained in:
parent
77e2dba178
commit
318f4a2c1b
5 changed files with 83 additions and 1 deletions
|
@ -68,6 +68,8 @@
|
|||
didReceiveNotice: (OFString*)notice
|
||||
fromUser: (IRCUser*)user
|
||||
inChannel: (IRCChannel*)channel;
|
||||
- (void)connection: (IRCConnection*)connection
|
||||
didReceiveNamesForChannel: (IRCChannel*)channel;
|
||||
@end
|
||||
|
||||
@interface IRCConnection: OFObject
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue