diff options
Diffstat (limited to 'modules/commands/ns_access.cpp')
-rw-r--r-- | modules/commands/ns_access.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
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()); |