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