mirror of
https://github.com/anope/anope.git
synced 2026-07-09 13:43:14 +02:00
Add the anope_override keyword to methods that lack it.
This commit is contained in:
@@ -129,7 +129,7 @@ class MemoServCore : public Module, public MemoServService
|
||||
return MEMO_SUCCESS;
|
||||
}
|
||||
|
||||
void Check(User *u)
|
||||
void Check(User *u) anope_override
|
||||
{
|
||||
const NickCore *nc = u->Account();
|
||||
if (!nc)
|
||||
|
||||
Reference in New Issue
Block a user