Class IrcOptions
public sealed class IrcOptions
- Inheritance
-
IrcOptions
- Inherited Members
Constructors
IrcOptions()
public IrcOptions()
Fields
SectionName
public const string SectionName = "Irc"
Field Value
Properties
Enabled
public bool Enabled { get; set; }
Property Value
Motd
public string? Motd { get; set; }
Property Value
Port
public int Port { get; set; }
Property Value
PublicBaseUrl
Public HTTP(S) base of this EchoHub server (e.g. "https://chat.example.com"), used to turn relative attachment URLs into absolute links IRC clients can open. When unset, attachment lines fall back to the relative path.
public string? PublicBaseUrl { get; set; }
Property Value
ServerName
public string ServerName { get; set; }
Property Value
TlsCertPassword
public string? TlsCertPassword { get; set; }
Property Value
TlsCertPath
public string? TlsCertPath { get; set; }
Property Value
TlsEnabled
public bool TlsEnabled { get; set; }
Property Value
TlsPort
public int TlsPort { get; set; }