diff options
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 5fdbfc45..1a759f14 100644 --- a/src/common/hexchat.h +++ b/src/common/hexchat.h @@ -398,6 +398,7 @@ typedef struct session guint8 text_hidejoinpart; guint8 text_logging; guint8 text_scrollback; + guint8 text_strip; struct server *server; void *usertree_alpha; /* pure alphabetical tree */ |