diff options
Diffstat (limited to 'types.go')
-rw-r--r-- | types.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -73,6 +73,7 @@ type TomlConfig struct { DatabaseName string `toml:"databaseName"` LLMProxy string `toml:"llmProxy"` IRCProxy string `toml:"ircProxy"` + GeneralProxy string `toml:"generalProxy"` IRCDName string `toml:"ircdName"` WebIRCPassword string `toml:"webIRCPassword"` WebIRCGateway string `toml:"webIRCGateway"` |