コード例 #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();
 }
コード例 #2
0
ファイル: Connection.java プロジェクト: WarlordsofHell/Server
 /** Adds the banned usernames and ips from the text file to the ban list */
 public static void initialize() {
   banUsers();
   banIps();
   muteUsers();
   muteIps();
 }