diff options
author | TingPing <tngpng@gmail.com> | 2013-03-21 15:02:32 -0700 |
---|---|---|
committer | TingPing <tngpng@gmail.com> | 2013-03-21 15:02:32 -0700 |
commit | d37ef26104d3b302d983cf444595f8226e0bbb30 (patch) | |
tree | 41f38be53105089f26c84f619024618635af2205 /src/common/hexchat.h | |
parent | c5404b8e25afdc30b5bcafdd2a21b169443e00cc (diff) | |
parent | ec576f315aacd314fd2688a553efb9a14761a2c5 (diff) |
Merge pull request #459 from RichardHitt/banlist1
Redesign the Ban List window. Closes #303, closes #342, closes #427
Diffstat (limited to 'src/common/hexchat.h')
-rw-r--r-- | src/common/hexchat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/hexchat.h b/src/common/hexchat.h index fcc77251..8e459306 100644 --- a/src/common/hexchat.h +++ b/src/common/hexchat.h @@ -575,6 +575,7 @@ typedef struct server unsigned int have_idmsg:1; /* freenode's IDENTIFY-MSG */ unsigned int have_sasl:1; /* SASL capability */ unsigned int have_except:1; /* ban exemptions +e */ + unsigned int have_invite:1; /* invite exemptions +I */ unsigned int using_cp1255:1; /* encoding is CP1255/WINDOWS-1255? */ unsigned int using_irc:1; /* encoding is "IRC" (CP1252/UTF-8 hybrid)? */ unsigned int use_who:1; /* whether to use WHO command to get dcc_ip */ |