]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/conf.h
Channel autojoin functionality
[ngircd-alex.git] / src / ngircd / conf.h
index 97ce336d0796d7f4c4324d0e0332c043d7b5e114..f3e2c5a573936a8df5588cba342d8b5f63566f71 100644 (file)
@@ -87,6 +87,7 @@ struct Conf_Channel {
        char key[CLIENT_PASS_LEN];      /**< Channel key ("password", mode "k" ) */
        char topic[COMMAND_LEN];        /**< Initial topic */
        char keyfile[512];              /**< Path and name of channel key file */
+       bool autojoin;                  /**< 1 to make all users autojoin this channel */
        unsigned long maxusers;         /**< User limit for this channel, mode "l" */
        unsigned int modes_num;         /**< Number of channel modes to evaluate */
 };