Add channel position.
[umurmur.git] / src / channel.c
index 7e939a527b4307f57c36b205558c6cfdb46653bb..021f9bd5bb63eb87646e09dfda3bbd5583b17641 100644 (file)
@@ -161,6 +161,7 @@ void Chan_init()
                        channel_t *ch, *ch_itr = NULL;
                        ch = Chan_createChannel(chdesc.name, chdesc.description);
                        ch->noenter = chdesc.noenter;
+                       ch->position = chdesc.position;
                        if (chdesc.password) {
                                Log_info("Setting password on channel '%s'", ch->name); 
                                ch->password = strdup(chdesc.password);