From b103d16eb1a9182715b808d913f964abd9f783be Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 8 Jul 2013 15:48:37 -0400 Subject: Fix loading some older compat flags and showing noexpire on /ns info --- modules/commands/ns_set.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/commands/ns_set.cpp') diff --git a/modules/commands/ns_set.cpp b/modules/commands/ns_set.cpp index 08cf3966a..6f47750cb 100644 --- a/modules/commands/ns_set.cpp +++ b/modules/commands/ns_set.cpp @@ -1156,7 +1156,7 @@ class NSSet : public Module info.AddOption(_("Auto-op")); if (chanstats.HasExt(na->nc)) info.AddOption(_("Chanstats")); - if (noexpire.HasExt(na->nc)) + if (noexpire.HasExt(na)) info.AddOption(_("No expire")); } }; -- cgit