summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/anope.example.conf2
-rw-r--r--modules/protocol/inspircd.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/data/anope.example.conf b/data/anope.example.conf
index 93ae9c317..fb90a2f08 100644
--- a/data/anope.example.conf
+++ b/data/anope.example.conf
@@ -768,7 +768,7 @@ log
* memoserv/no-limit - Can send memos through limits and throttles
* nickserv/alist - Can see the channel access list of other users
* nickserv/auspex - Can see any information with /NICKSERV INFO
- * nickserv/cert - Can modify other certificate lists
+ * nickserv/cert - Can modify other users certificate lists
* nickserv/confirm - Can confirm other users nicknames
* nickserv/drop - Can drop other users nicks
* nickserv/recover - Can recover other users nicks
diff --git a/modules/protocol/inspircd.cpp b/modules/protocol/inspircd.cpp
index 275f963a6..3cc6e5c95 100644
--- a/modules/protocol/inspircd.cpp
+++ b/modules/protocol/inspircd.cpp
@@ -784,7 +784,7 @@ namespace InspIRCdExtban
{
}
- bool Matches(User *u, const Entry *e) anope_override
+ bool Matches(User *u, const Entry *e) override
{
Anope::string *opertype = u->GetExt<Anope::string>("opertype");
if (!opertype)