Add chanopt for stripping colors

This commit is contained in:
TingPing
2013-06-06 17:47:01 -04:00
parent fd762303b0
commit cf505b850b
5 changed files with 8 additions and 1 deletions

View File

@@ -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;