diff options
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/config.h b/include/config.h index cbe36d4f7..ef71933ec 100644 --- a/include/config.h +++ b/include/config.h @@ -549,7 +549,7 @@ class CoreExport ServerConfig /* Default botmodes on channels, defaults to ao */ Anope::string BotModes; /* THe actual modes */ - std::vector<ChannelModeStatus *> BotModeList; + ChannelStatus BotModeList; /* How many times to try and reconnect to the uplink before giving up */ unsigned MaxRetries; /* How long to wait between connection attempts */ |