Add silent channel option
[umurmur.git] / src / conf.h
index 8eb84e2e569ba5714a82158744cac38d5112407d..d30ed416b1667741b4bd74cc036312acfd199f98 100644 (file)
@@ -1,5 +1,5 @@
-/* Copyright (C) 2009-2011, Martin Johansson <martin@fatbob.nu>
-   Copyright (C) 2005-2011, Thorvald Natvig <thorvald@natvig.com>
+/* Copyright (C) 2009-2013, Martin Johansson <martin@fatbob.nu>
+   Copyright (C) 2005-2013, Thorvald Natvig <thorvald@natvig.com>
 
    All rights reserved.
 
@@ -51,6 +51,11 @@ typedef enum param {
        ADMIN_PASSPHRASE,
        BAN_LENGTH,
        ALLOW_TEXTMESSAGE,
+       ENABLE_BAN,
+       BANFILE,
+       SYNC_BANFILE,
+       OPUS_THRESHOLD,
+       SILENT_CHANNEL,
 } param_t;
 
 typedef struct {
@@ -58,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 {