From a9ab99a29bd38105362df914ad3861f72c83ae54 Mon Sep 17 00:00:00 2001 From: Kwoth Date: Thu, 2 Feb 2017 03:21:02 +0100 Subject: [PATCH] Compile error --- .../Modules/Administration/Commands/SelfCommands.cs | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/NadekoBot/Modules/Administration/Commands/SelfCommands.cs b/src/NadekoBot/Modules/Administration/Commands/SelfCommands.cs index 13817a65..a56ee402 100644 --- a/src/NadekoBot/Modules/Administration/Commands/SelfCommands.cs +++ b/src/NadekoBot/Modules/Administration/Commands/SelfCommands.cs @@ -184,6 +184,14 @@ namespace NadekoBot.Modules.Administration return UserStatus.Online; } + + public enum SettableUserStatus + { + Online, + Invisible, + Idle, + Dnd + } } } }