diff options
author | Berke Viktor <berkeviktor@aol.com> | 2012-01-20 01:31:53 +0100 |
---|---|---|
committer | Berke Viktor <berkeviktor@aol.com> | 2012-01-20 01:31:53 +0100 |
commit | c1ec6d1039317342ed339f2ca1b52e2f4f3b07d3 (patch) | |
tree | ad7008a20b176eafd12e6fa6dba0ea36c4d019fd /src/common/xchat.h | |
parent | a9fb6a18ecaff6b2f39a4710677385557af15924 (diff) |
allow for disabling the filtering mechanism
Diffstat (limited to 'src/common/xchat.h')
-rw-r--r-- | src/common/xchat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/xchat.h b/src/common/xchat.h index 6815cc39..ba9040ca 100644 --- a/src/common/xchat.h +++ b/src/common/xchat.h @@ -307,6 +307,7 @@ struct xchatprefs unsigned int emoticons; unsigned int tab_icons; unsigned int tab_xp; + unsigned int text_nonbmp; #endif unsigned int ctcp_number_limit; /*flood */ |