mirror of
https://github.com/weechat/weechat.git
synced 2026-07-04 16:53:14 +02:00
irc: track realnames using extended-join and WHO
This commit is contained in:
@@ -186,6 +186,7 @@ struct t_irc_server
|
||||
char *nick_modes; /* nick modes */
|
||||
int cap_away_notify; /* 1 if capability away-notify is enabled*/
|
||||
int cap_account_notify; /* 1 if CAP account-notify is enabled */
|
||||
int cap_extended_join; /* 1 if CAP extended-join is enabled */
|
||||
char *isupport; /* copy of message 005 (ISUPPORT) */
|
||||
char *prefix_modes; /* prefix modes from msg 005 (eg "ohv") */
|
||||
char *prefix_chars; /* prefix chars from msg 005 (eg "@%+") */
|
||||
|
||||
Reference in New Issue
Block a user