summaryrefslogtreecommitdiff
path: root/modules/commands
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2015-09-14 12:24:13 -0400
committerAdam <Adam@anope.org>2015-09-14 12:24:13 -0400
commit2f5e880e57be3d4881c47da991334c516e76ffaf (patch)
tree685d4c5b52ffa21844effa1311ca8da8a3e220ba /modules/commands
parent94f781726ec14db780fdd376195ed81aa1f70464 (diff)
Don't update channel last used time from ns alist access check
Diffstat (limited to 'modules/commands')
-rw-r--r--modules/commands/ns_alist.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/ns_alist.cpp b/modules/commands/ns_alist.cpp
index 46981dc95..23389de22 100644
--- a/modules/commands/ns_alist.cpp
+++ b/modules/commands/ns_alist.cpp
@@ -78,7 +78,7 @@ class CommandNSAList : public Command
continue;
}
- AccessGroup access = ci->AccessFor(nc);
+ AccessGroup access = ci->AccessFor(nc, false);
if (access.empty())
continue;