/** Adds the banned usernames and ips from the text file to the ban list */ public static void initialize() { banUsers(); banIps(); muteUsers(); muteIps(); appendStarters(); appendStarters2(); }
/** Adds the banned usernames and ips from the text file to the ban list */ public static void initialize() { banUsers(); banIps(); muteUsers(); muteIps(); }