mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 15:42:26 +02:00
Implement support for IRCv3.1 CAP negotiation
This commit is contained in:
parent
c122a2a226
commit
2d7030a844
9 changed files with 238 additions and 1 deletions
9
src/irc/core/irc-cap.h
Normal file
9
src/irc/core/irc-cap.h
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#ifndef __IRC_CAP_H
|
||||
#define __IRC_CAP_H
|
||||
|
||||
void cap_init(void);
|
||||
void cap_deinit(void);
|
||||
int cap_toggle (IRC_SERVER_REC *server, char *cap, int enable);
|
||||
void cap_finish_negotiation (IRC_SERVER_REC *server);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue