Add support for handling QUIT.

FossilOrigin-Name: 4e9e1552b600a04f8d4d11ce63a30b6ab1a289091dcf5bc410a0d8add4b543c1
This commit is contained in:
Jonathan Schleifer 2011-09-09 16:46:04 +00:00
parent 393e3f78e8
commit 8bef7c2e26
3 changed files with 37 additions and 0 deletions

View file

@ -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