Add support for handling QUIT.
FossilOrigin-Name: 4e9e1552b600a04f8d4d11ce63a30b6ab1a289091dcf5bc410a0d8add4b543c1
This commit is contained in:
parent
393e3f78e8
commit
8bef7c2e26
3 changed files with 37 additions and 0 deletions
|
@ -43,6 +43,9 @@
|
|||
didSeeUser: (IRCUser*)user
|
||||
leaveChannel: (IRCChannel*)channel
|
||||
withReason: (OFString*)reason;
|
||||
- (void)connection: (IRCConnection*)connection
|
||||
didSeeUserQuit: (IRCUser*)user
|
||||
withReason: (OFString*)reason;
|
||||
- (void)connection: (IRCConnection*)connection
|
||||
didReceiveMessage: (OFString*)msg
|
||||
fromUser: (IRCUser*)user
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue