1
0
mirror of https://github.com/anope/anope.git synced 2026-06-29 15:16:37 +02:00

Fix some oversights.

This commit is contained in:
Sadie Powell
2024-02-29 17:14:59 +00:00
parent 5441093211
commit 893bbf9251
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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)