summary refs log tree commit diff stats
path: root/src/common/hexchat.c
diff options
context:
space:
mode:
authorTingPing <tingping@tingping.se>2013-06-06 17:47:01 -0400
committerTingPing <tingping@tingping.se>2013-06-06 17:47:01 -0400
commitcf505b850bb02e7b691fbd5f48618d66fe55bc0a (patch)
tree83395d6ac39c5b90c21a2664edd001425f961bbc /src/common/hexchat.c
parentfd762303b0c655f77ddff3004bfaaf11cc6c4e0d (diff)
Add chanopt for stripping colors
Diffstat (limited to 'src/common/hexchat.c')
-rw-r--r--src/common/hexchat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/hexchat.c b/src/common/hexchat.c
index 65999794..fb9dde5c 100644
--- a/src/common/hexchat.c
+++ b/src/common/hexchat.c
@@ -465,6 +465,7 @@ session_new (server *serv, char *from, int type, int focus)
 	sess->text_hidejoinpart = SET_DEFAULT;
 	sess->text_logging = SET_DEFAULT;
 	sess->text_scrollback = SET_DEFAULT;
+	sess->text_strip = SET_DEFAULT;
 
 	sess->lastact_idx = LACT_NONE;