diff options
author | terminaldweller <devi@terminaldweller.com> | 2024-11-04 23:40:55 +0000 |
---|---|---|
committer | terminaldweller <devi@terminaldweller.com> | 2024-11-04 23:40:55 +0000 |
commit | d8f15ff06238dd96c62d96b5bfc4f4c3752fdeee (patch) | |
tree | 7da5f61390978b47fedac3b6d68e35f107b05afa /types.go | |
parent | fixed the wrong condition (diff) | |
download | milla-d8f15ff06238dd96c62d96b5bfc4f4c3752fdeee.tar.gz milla-d8f15ff06238dd96c62d96b5bfc4f4c3752fdeee.zip |
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"` |