diff options
Diffstat (limited to 'modules/commands/os_set.cpp')
-rw-r--r-- | modules/commands/os_set.cpp | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/modules/commands/os_set.cpp b/modules/commands/os_set.cpp index 8b402ee69..06723a230 100644 --- a/modules/commands/os_set.cpp +++ b/modules/commands/os_set.cpp @@ -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.")); |