]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/conf.h
Support individual channel keys for pre-defined channels.
[ngircd-alex.git] / src / ngircd / conf.h
index cd9cb9581fba4dd91daae6e7fdabd3a6a8ee2626..4695b25ab8d2486305209f204adb20c87de92bfe 100644 (file)
@@ -72,6 +72,7 @@ struct Conf_Channel {
        char modes[CHANNEL_MODE_LEN];   /* Initial channel modes */
        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 */
        unsigned long maxusers;         /* maximum usercount for this channel, mode "l" */
 };