From 82006b868f0fc33cfe8903cdcf854a7f6be9b344 Mon Sep 17 00:00:00 2001 From: Robby- Date: Wed, 2 Oct 2013 00:13:40 +0200 Subject: 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. --- modules/commands/ns_access.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'modules/commands/ns_access.cpp') diff --git a/modules/commands/ns_access.cpp b/modules/commands/ns_access.cpp index 5adf17120..ddbcad0a2 100644 --- a/modules/commands/ns_access.cpp +++ b/modules/commands/ns_access.cpp @@ -78,8 +78,6 @@ class CommandNSAccess : public Command { unsigned i, end; - Log(nc == source.GetAccount() ? LOG_COMMAND : LOG_ADMIN, source, this) << "to view the access list for " << nc->display; - if (nc->access.empty()) { source.Reply(_("%s's access list is empty."), nc->display.c_str()); -- cgit