aboutsummaryrefslogtreecommitdiffstats
path: root/types.go
diff options
context:
space:
mode:
Diffstat (limited to 'types.go')
-rw-r--r--types.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/types.go b/types.go
index 78c1337..1fc09dc 100644
--- a/types.go
+++ b/types.go
@@ -80,6 +80,7 @@ type TomlConfig struct {
WebIRCAddress string `toml:"webIRCAddress"`
RSSFile string `toml:"rssFile"`
Plugins []string `toml:"plugins"`
+ Context []string `toml:"context"`
CustomCommands map[string]CustomCommand `toml:"customCommands"`
WatchLists map[string]WatchList `toml:"watchList"`
LuaStates map[string]LuaLstates