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