From bab70e73f627b4ad74c419417eec9ee74436ab2e Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 4 Jan 2015 22:28:17 +0000 Subject: [PATCH] added function for admin command decoding, and removed dev code --- privateFunctions.cs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/privateFunctions.cs b/privateFunctions.cs index cd520e6..1eaa1e4 100644 --- a/privateFunctions.cs +++ b/privateFunctions.cs @@ -6,6 +6,11 @@ using System.Drawing; namespace Pithos { class privateFunctions { + public static void adminCommands(string input) + { + + } + public static List validUserNames() { List valids = new List(); 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":