aboutsummaryrefslogtreecommitdiffstats
path: root/kirc.h
diff options
context:
space:
mode:
Diffstat (limited to 'kirc.h')
-rw-r--r--kirc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kirc.h b/kirc.h
index 4e1c4a0..102803e 100644
--- a/kirc.h
+++ b/kirc.h
@@ -57,6 +57,7 @@ static char sasl = 0; /* SASL method */
static char isu8 = 0; /* UTF-8 flag */
static char dcc = 0; /* DCC flag */
static char filter = 0; /* flag to filter ansi colors */
+static char filter_joins = 0; /* filter join/part/nick/quit messages */
static char* dcc_dir = NULL; /* DCC download directory */
static mode_t dcc_mode = DCC_MODE; /* file permissions for downloaded files */
static const char *host = "irc.libera.chat"; /* host address */