summaryrefslogtreecommitdiff
path: root/modules/extra/bs_autoassign.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/extra/bs_autoassign.cpp')
-rw-r--r--modules/extra/bs_autoassign.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/extra/bs_autoassign.cpp b/modules/extra/bs_autoassign.cpp
index b57564e23..be4b58cf9 100644
--- a/modules/extra/bs_autoassign.cpp
+++ b/modules/extra/bs_autoassign.cpp
@@ -26,7 +26,7 @@ class BSAutoAssign : public Module
this->OnReload();
}
- void OnChanRegistered(ChannelInfo *ci)
+ void OnChanRegistered(ChannelInfo *ci) anope_override
{
if (this->bot.empty())
return;
@@ -41,7 +41,7 @@ class BSAutoAssign : public Module
bi->Assign(NULL, ci);
}
- void OnReload()
+ void OnReload() anope_override
{
ConfigReader config;
this->bot = config.ReadValue("bs_autoassign", "bot", "", 0);