1
0
mirror of https://github.com/anope/anope.git synced 2026-07-10 08:43:13 +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
+5 -4
View File
@@ -215,10 +215,11 @@ class CommandOSSet : public Command
"users will not be allowed to modify any Services data,\n"
"including channel and nickname access lists, etc. IRCops\n"
"with sufficient Services privileges will be able to modify\n"
"Services' AKILL list and drop or forbid nicknames and\n"
"channels, but any such changes will not be saved unless\n"
"read-only mode is deactivated before Services is terminated\n"
"or restarted.\n"
"Services' AKILL, SQLINE, SNLINE and ignore lists, drop,\n"
"suspend or forbid nicknames and channels, and manage news,\n"
"oper info and DNS, but any such changes will not be saved\n"
"unless read-only mode is deactivated before Services are\n"
"terminated or restarted.\n"
" \n"
"This option is equivalent to the command-line option\n"
"\002--readonly\002."));