Documentation ¶
Index ¶
Constants ¶
View Source
const Legacy = "legacy"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { IRC struct { UseTLS bool UseSASL bool SkipTLSVerify bool Server string Nick string Password string Channel string NickServNick string NickServPassword string RemoteNickFormat string IgnoreNicks string } Mattermost struct { URL string ShowJoinPart bool IconURL string SkipTLSVerify bool BindAddress string Channel string PrefixMessagesWithNick bool NicksPerRow int NickFormatter string Server string Team string Login string Password string RemoteNickFormat *string IgnoreNicks string NoTLS bool } Channel map[string]*struct { IRC string Mattermost string } General struct { GiphyAPIKey string } }
Click to show internal directories.
Click to hide internal directories.