Add support for sending notices.
FossilOrigin-Name: 84aa37ee2ebcf403cbbaea796a48c5af26d800bd7db673ff7894f5ca8a685bbd
This commit is contained in:
parent
b0ef070c32
commit
842476ea96
2 changed files with 16 additions and 0 deletions
|
@ -98,5 +98,9 @@
|
|||
toChannel: (IRCChannel*)channel;
|
||||
- (void)sendMessage: (OFString*)msg
|
||||
toUser: (IRCUser*)user;
|
||||
- (void)sendNotice: (OFString*)notice
|
||||
toUser: (IRCUser*)user;
|
||||
- (void)sendNotice: (OFString*)notice
|
||||
toChannel: (IRCChannel*)channel;
|
||||
- (void)handleConnection;
|
||||
@end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue