diff options
author | Arnavion <arnavion@gmail.com> | 2015-01-18 02:10:03 -0800 |
---|---|---|
committer | Arnavion <arnavion@gmail.com> | 2015-01-18 02:10:03 -0800 |
commit | ee17ec6b4f0d0d198f0a8efa1eaf4e93646140e1 (patch) | |
tree | 1f3250faef10d9da12d6f8e1777f0edea8487be7 /src/common/hexchat.h | |
parent | 5a56f9ea01986dfcb3da856177398a455bf7b38c (diff) |
Removed legacy "IRC" encoding.
Diffstat (limited to 'src/common/hexchat.h')
-rw-r--r-- | src/common/hexchat.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/hexchat.h b/src/common/hexchat.h index a5b61a26..4bc6eb20 100644 --- a/src/common/hexchat.h +++ b/src/common/hexchat.h @@ -568,7 +568,6 @@ typedef struct server unsigned int have_invite:1; /* invite exemptions +I */ unsigned int have_cert:1; /* have loaded a cert */ 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 */ unsigned int sasl_mech; /* mechanism for sasl auth */ unsigned int sent_saslauth:1; /* have sent AUTHENICATE yet */ |