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

@@ -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 */