]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/s_conf.h
Add hostserv/botserv aliases to the example confs.
[irc/rqf/shadowircd.git] / include / s_conf.h
index 3f9d167b7aca33396fff0005cfbedcd194050f61..625bfde7b735496bfe9273e171e97ca3561cf970 100644 (file)
@@ -64,6 +64,8 @@ struct ConfItem
        char *host;             /* host part of user@host */
        char *passwd;           /* doubles as kline reason *ugh* */
        char *spasswd;          /* Password to send. */
+       char *autojoin;         /* channels for users to autojoin to on connect */
+       char *autojoin_opers; /* channels for opers to autojoin on oper-up */
        char *user;             /* user part of user@host */
        int port;
        time_t hold;            /* Hold action until this time (calendar time) */
@@ -214,6 +216,7 @@ struct config_file_entry
        int default_umodes;
        int global_snotices;
        int operspy_dont_care_user_info;
+       int secret_channels_in_whois;
 };
 
 struct config_channel_entry
@@ -234,6 +237,8 @@ struct config_channel_entry
        int burst_topicwho;
        int kick_on_split_riding;
        int only_ascii_channels;
+       int cycle_host_change;
+       int host_in_topic;
        int resv_forcepart;
 };