mirror of
https://github.com/irssi/irssi.git
synced 2026-08-15 22:52:15 +02:00
add chghost capability support
This commit is contained in:
parent
95d695de8c
commit
4dbbbf47a4
8 changed files with 74 additions and 0 deletions
|
|
@ -21,6 +21,7 @@
|
|||
#define CAP_SETNAME "draft/setname"
|
||||
#define CAP_INVITE_NOTIFY "invite-notify"
|
||||
#define CAP_AWAY_NOTIFY "away-notify"
|
||||
#define CAP_CHGHOST "chghost"
|
||||
|
||||
/* returns IRC_SERVER_REC if it's IRC server, NULL if it isn't */
|
||||
#define IRC_SERVER(server) \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue