mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-29 16:11:05 +01:00
Move IrcPasswordType to the API
This commit is contained in:
+3
-3
@@ -1,9 +1,9 @@
|
||||
namespace Tgstation.Server.Host.Components.Chat.Providers
|
||||
namespace Tgstation.Server.Api.Models
|
||||
{
|
||||
/// <summary>
|
||||
/// Represents the type of a password passed to the constructor of <see cref="IrcProvider"/>
|
||||
/// Represents the type of a password for a <see cref="ChatProvider.Irc"/>
|
||||
/// </summary>
|
||||
enum IrcPasswordType
|
||||
public enum IrcPasswordType
|
||||
{
|
||||
/// <summary>
|
||||
/// Use server authentication
|
||||
Reference in New Issue
Block a user