1
0
mirror of https://github.com/anope/anope.git synced 2026-07-04 12:53:14 +02:00

cs_entrymsg: Check for the correct override privilege.

Make some more commands check if Read-Only mode is active.
cs_flags: Show a meaningful message when a user is not found on the access list.
os_set: Add missing capabilities to the readonly help output.
OperServ: Add logging to certain commands.
NickServ: Undo logging for listings.
This commit is contained in:
Robby-
2013-10-02 00:13:40 +02:00
committed by Adam
parent ba5a3f5f00
commit 82006b868f
20 changed files with 128 additions and 29 deletions
+1 -1
View File
@@ -222,7 +222,7 @@ class CommandCSFlags : public Command
}
else
{
source.Reply(_("Insufficient flags given."));
source.Reply(_("\002%s\002 not found on %s access list."), mask.c_str(), ci->name.c_str());
}
return;
}