mirror of
https://github.com/anope/anope.git
synced 2026-06-29 02:06:37 +02:00
Add the anope_override keyword to methods that lack it.
This commit is contained in:
+1
-1
@@ -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"));
|
||||
|
||||
Reference in New Issue
Block a user