]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - modules/m_kline.c
Add option general::use_propagated_bans to allow disabling new KLINE.
[irc/rqf/shadowircd.git] / modules / m_kline.c
index 46ff73040dfd89136940fc6e2a8ff20fae7fde28..364c30b0f7f8fdd86782520d9e662941cab1653b 100644 (file)
@@ -107,7 +107,7 @@ mo_kline(struct Client *client_p, struct Client *source_p, int parc, const char
        struct ConfItem *aconf;
        int tkline_time = 0;
        int loc = 1;
-       int propagated = 1;
+       int propagated = ConfigFileEntry.use_propagated_bans;
 
        if(!IsOperK(source_p))
        {