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

Move all built-in extended bans to modules/extbans/...

This commit is contained in:
Bram Matthys
2015-06-05 15:38:01 +02:00
parent 0994c9431f
commit de59bf47ef
15 changed files with 767 additions and 289 deletions
-1
View File
@@ -1173,7 +1173,6 @@ int InitwIRCD(int argc, char *argv[])
tkl_init();
umode_init();
extcmode_init();
extban_init();
init_random(); /* needs to be done very early!! */
clear_scache_hash_table();
#ifdef FORCE_CORE