Remove legacy command-line args & xauth bot

- Use scripting instead of xauth bot
- Use ini files instead of bot:botname args
This commit is contained in:
ORelio 2014-04-02 22:53:46 +02:00
parent 25bf5a8ca9
commit a481640306
3 changed files with 0 additions and 115 deletions

View file

@ -63,10 +63,6 @@ namespace MinecraftClient
public static int AutoRelog_Retries = 3;
public static string AutoRelog_KickMessagesFile = "kickmessages.txt";
//xAuth Settings
public static bool xAuth_Enabled = false;
public static string xAuth_Password = "";
//Scripting Settings
public static bool Scripting_Enabled = false;
public static string Scripting_ScriptFile = "script.txt";