]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/s_conf.h
Added m_cycle and added it to all the appropriate locations.
[irc/rqf/shadowircd.git] / include / s_conf.h
index 84d47bd4276cbb694cc0030f0034c81be6a630e9..ae87cf7e866bfde82ff127b6b3ccf54a32bb2585 100644 (file)
@@ -139,6 +139,7 @@ struct config_file_entry
        char *default_operstring;
        char *default_adminstring;
        char *default_operhost;
+       char *static_quit;
        char *servicestring;
        char *kline_reason;
 
@@ -160,6 +161,7 @@ struct config_file_entry
        int dots_in_ident;
        int failed_oper_notice;
        int anti_nick_flood;
+       int use_part_messages;
        int anti_spam_exit_message_time;
        int max_accept;
        int max_monitor;
@@ -226,7 +228,7 @@ struct config_channel_entry
        char * autochanmodes;
        char * exemptchanops;
        int use_halfop;
-       int use_owner;
+       int use_admin;
        int use_except;
        int use_invex;
        int use_knock;