From 1b5ce43e7f39d9e9996e68e71f99b18cfd50ece8 Mon Sep 17 00:00:00 2001 From: Cyberboss Date: Fri, 21 Sep 2018 10:44:24 -0400 Subject: [PATCH] Move IrcPasswordType to the API --- .../Models}/IrcPasswordType.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename src/{Tgstation.Server.Host/Components/Chat/Providers => Tgstation.Server.Api/Models}/IrcPasswordType.cs (60%) diff --git a/src/Tgstation.Server.Host/Components/Chat/Providers/IrcPasswordType.cs b/src/Tgstation.Server.Api/Models/IrcPasswordType.cs similarity index 60% rename from src/Tgstation.Server.Host/Components/Chat/Providers/IrcPasswordType.cs rename to src/Tgstation.Server.Api/Models/IrcPasswordType.cs index d31a3aba73..bb3451bfbd 100644 --- a/src/Tgstation.Server.Host/Components/Chat/Providers/IrcPasswordType.cs +++ b/src/Tgstation.Server.Api/Models/IrcPasswordType.cs @@ -1,9 +1,9 @@ -namespace Tgstation.Server.Host.Components.Chat.Providers +namespace Tgstation.Server.Api.Models { /// - /// Represents the type of a password passed to the constructor of + /// Represents the type of a password for a /// - enum IrcPasswordType + public enum IrcPasswordType { /// /// Use server authentication