aboutsummaryrefslogtreecommitdiffstats
path: root/types.go
diff options
context:
space:
mode:
authorterminaldweller <devi@terminaldweller.com>2024-06-03 19:09:41 +0000
committerterminaldweller <devi@terminaldweller.com>2024-06-03 19:09:41 +0000
commitf8738b563757158c8fe6ffe77d4cdc5dad1e2a62 (patch)
treeecb361b2fa330462ea9895b92f84dcf388afb48a /types.go
parentsome cleanup (diff)
downloadmilla-f8738b563757158c8fe6ffe77d4cdc5dad1e2a62.tar.gz
milla-f8738b563757158c8fe6ffe77d4cdc5dad1e2a62.zip
first lua script, WIP, rss script incoming
Diffstat (limited to 'types.go')
-rw-r--r--types.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/types.go b/types.go
index e068c70..ded95ec 100644
--- a/types.go
+++ b/types.go
@@ -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"`