Remove sos.drunkmichael

This commit is contained in:
Michael 2017-04-24 17:10:01 -04:00
parent 6df3458048
commit 53bc4023f0

View file

@ -39,17 +39,6 @@ using Newtonsoft.Json;
/// </summary>
namespace ShiftOS.WinForms
{
[Namespace("sos")]
public static class MichaelDrunkStuff
{
[Command("drunkmichael")]
public static bool Drunky()
{
return true;
}
}
[Namespace("trm")]
public static class TerminalExtensions
{