From 2f5e880e57be3d4881c47da991334c516e76ffaf Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 14 Sep 2015 12:24:13 -0400 Subject: Don't update channel last used time from ns alist access check --- modules/commands/ns_alist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/commands/ns_alist.cpp') 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; -- cgit