Add silent channel option
[umurmur.git] / src / conf.h
index 62d755b97008c7b54140a1554d2981cf67691398..d30ed416b1667741b4bd74cc036312acfd199f98 100644 (file)
@@ -55,6 +55,7 @@ typedef enum param {
        BANFILE,
        SYNC_BANFILE,
        OPUS_THRESHOLD,
+       SILENT_CHANNEL,
 } param_t;
 
 typedef struct {
@@ -62,7 +63,7 @@ typedef struct {
        const char *name;
        const char *description;
        const char *password;
-       bool_t noenter;
+       bool_t noenter, silent;
 } conf_channel_t;
 
 typedef struct {