From 53bc4023f0834df79bf18e519c7196eafec2c649 Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 24 Apr 2017 17:10:01 -0400 Subject: [PATCH] Remove sos.drunkmichael --- ShiftOS.WinForms/Commands.cs | 11 ----------- 1 file changed, 11 deletions(-) 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 {