Handle nickname changes.
FossilOrigin-Name: 7b1c2b91a430c3744d650d3305e867008bc8173de9ed6fdc208b4d7b1f736da9
This commit is contained in:
parent
ee29d6e973
commit
182774ba6c
3 changed files with 30 additions and 0 deletions
|
@ -43,6 +43,9 @@
|
|||
didSeeUser: (IRCUser*)user
|
||||
leaveChannel: (IRCChannel*)channel
|
||||
withReason: (OFString*)reason;
|
||||
- (void)connection: (IRCConnection*)connection
|
||||
didSeeUser: (IRCUser*)user
|
||||
changeNicknameTo: (OFString*)nickname;
|
||||
- (void)connection: (IRCConnection*)connection
|
||||
didSeeUserQuit: (IRCUser*)user
|
||||
withReason: (OFString*)reason;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue