summaryrefslogtreecommitdiff
path: root/modules/fantasy.cpp
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2021-04-27 21:41:19 +0100
committerSadie Powell <sadie@witchery.services>2021-04-27 21:41:19 +0100
commit095a25d4731c7b2df73174eaedecae90aa1e610b (patch)
tree2c0c6b855cd98f75fef89279b7022554c6d674c8 /modules/fantasy.cpp
parentc00ecc5e024251213a71673a63efe24e10d0cdbe (diff)
Add the anope_override keyword to methods that lack it.
Diffstat (limited to 'modules/fantasy.cpp')
-rw-r--r--modules/fantasy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/fantasy.cpp b/modules/fantasy.cpp
index 45223f398..f5e544544 100644
--- a/modules/fantasy.cpp
+++ b/modules/fantasy.cpp
@@ -208,7 +208,7 @@ class Fantasy : public Module
FOREACH_MOD(OnPostCommand, (source, cmd, params));
}
- void OnBotInfo(CommandSource &source, BotInfo *bi, ChannelInfo *ci, InfoFormatter &info)
+ void OnBotInfo(CommandSource &source, BotInfo *bi, ChannelInfo *ci, InfoFormatter &info) anope_override
{
if (fantasy.HasExt(ci))
info.AddOption(_("Fantasy"));