tgstation-server
6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
src
Tgstation.Server.Api
Models
IrcPasswordType.cs
Go to the documentation of this file.
1
namespace
Tgstation.Server.Api.Models
2
{
6
public
enum
IrcPasswordType
7
{
11
Server
,
12
16
Sasl
,
17
21
NickServ
,
22
26
Oper
,
27
}
28
}
Tgstation.Server.Api.Models
Definition
ChatChannel.cs:6
Tgstation.Server.Api.Models.IrcPasswordType
IrcPasswordType
Represents the type of a password for a ChatProvider.Irc.
Definition
IrcPasswordType.cs:7
Tgstation.Server.Api.Models.IrcPasswordType.Oper
@ Oper
Use OPER authentication.
Tgstation.Server.Api.Models.IrcPasswordType.NickServ
@ NickServ
Use NickServ authentication.
Tgstation.Server.Api.Models.IrcPasswordType.Sasl
@ Sasl
Use PLAIN sasl authentication.
Tgstation.Server.Api.Models.IrcPasswordType.Server
@ Server
Use server authentication.
Generated by
1.9.8