diff --git a/ShiftOS.WinForms/Commands.cs b/ShiftOS.WinForms/Commands.cs index 91caff4..2d297f5 100644 --- a/ShiftOS.WinForms/Commands.cs +++ b/ShiftOS.WinForms/Commands.cs @@ -39,17 +39,6 @@ using Newtonsoft.Json; /// namespace ShiftOS.WinForms { - [Namespace("sos")] - public static class MichaelDrunkStuff - { - [Command("drunkmichael")] - public static bool Drunky() - { - - return true; - } - } - [Namespace("trm")] public static class TerminalExtensions {