added function for admin command decoding, and removed dev code

This commit is contained in:
Jake Howard 2015-01-04 22:28:17 +00:00
parent a426823e00
commit bab70e73f6

View file

@ -6,6 +6,11 @@ using System.Drawing;
namespace Pithos
{
class privateFunctions {
public static void adminCommands(string input)
{
}
public static List<string> validUserNames() {
List<string> valids = new List<string>();
valids.Add("Jake");
@ -22,7 +27,6 @@ namespace Pithos
public static bool checkHardCodes(string input)
{
string hash = tools.hash(input).ToLower();
Program.UL.unlockButton.Text = hash;
switch (hash)
{
case "747ec194be4358b3d54b3a29f5a20546":