Add channel position.
[umurmur.git] / src / channel.h
index 3df0af3f9f777ffa920eb298b0919085e7a5916b..35caceb4946d1f6c4707e506fc8547cbc927055c 100644 (file)
@@ -41,7 +41,8 @@ typedef struct channel {
        char *desc;
        char *password;
        struct channel *parent;
-       bool_t temporary, noenter;
+       bool_t temporary, noenter, silent;
+       int position;
        struct dlist node;
        struct dlist subs;
        struct dlist clients;