diff options
author | Adam <Adam@anope.org> | 2013-07-08 15:48:37 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2013-07-08 15:48:37 -0400 |
commit | b103d16eb1a9182715b808d913f964abd9f783be (patch) | |
tree | 7b770a89a95c8672e79bbfed06aae1d84ea2975c /modules/commands/ns_set.cpp | |
parent | e3b6ae3649fdec00890efb0dea6382651452d869 (diff) |
Fix loading some older compat flags and showing noexpire on /ns info
Diffstat (limited to 'modules/commands/ns_set.cpp')
-rw-r--r-- | modules/commands/ns_set.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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")); } }; |