1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-02 18:53:13 +02:00

secure by default: set::oper-only-stats now defaults to "*"

This commit is contained in:
Bram Matthys
2015-06-03 09:59:20 +02:00
parent e49563fc7c
commit 6ef0069cd6
+1
View File
@@ -1515,6 +1515,7 @@ void config_setdefaultsettings(aConfiguration *i)
#endif /* INET6 */
i->nicklen = NICKLEN;
i->link_bindip = strdup("*");
i->oper_only_stats = strdup("*");
}
/* 1: needed for set::options::allow-part-if-shunned,