diff options
author | terminaldweller <devi@terminaldweller.com> | 2024-06-03 19:09:41 +0000 |
---|---|---|
committer | terminaldweller <devi@terminaldweller.com> | 2024-06-03 19:09:41 +0000 |
commit | f8738b563757158c8fe6ffe77d4cdc5dad1e2a62 (patch) | |
tree | ecb361b2fa330462ea9895b92f84dcf388afb48a /types.go | |
parent | some cleanup (diff) | |
download | milla-f8738b563757158c8fe6ffe77d4cdc5dad1e2a62.tar.gz milla-f8738b563757158c8fe6ffe77d4cdc5dad1e2a62.zip |
first lua script, WIP, rss script incoming
Diffstat (limited to '')
-rw-r--r-- | types.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ type TomlConfig struct { WebIRCGateway string `toml:"webIRCGateway"` WebIRCHostname string `toml:"webIRCHostname"` WebIRCAddress string `toml:"webIRCAddress"` - PluginPath string `toml:"pluginPath"` + Plugins []string `toml:"plugins"` CustomCommands map[string]CustomCommand `toml:"customCommands"` Temp float64 `toml:"temp"` RequestTimeout int `toml:"requestTimeout"` |