From cf505b850bb02e7b691fbd5f48618d66fe55bc0a Mon Sep 17 00:00:00 2001 From: TingPing Date: Thu, 6 Jun 2013 17:47:01 -0400 Subject: Add chanopt for stripping colors --- src/common/hexchat.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common/hexchat.c') 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; -- cgit 1.4.1