Add option 'noenter' to channel configuration and implement support.
[umurmur.git] / src / conf.h
index c0a0825c47702c0e4bd68c5f3c08cd610f6346a2..04beaa3ba55428d44b4de29bba472e73bd758981 100644 (file)
@@ -49,6 +49,7 @@ typedef struct {
        char parent[MAX_TEXT];
        char name[MAX_TEXT];
        char description[MAX_TEXT];
+       bool_t noenter;
 } conf_channel_t;
 
 typedef struct {