diff options
Diffstat (limited to '')
-rw-r--r-- | types.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |