summaryrefslogtreecommitdiff
path: root/modules/commands/ns_group.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2014-04-26 17:30:58 -0400
committerAdam <Adam@anope.org>2014-04-26 17:30:58 -0400
commit2ee496b8ac2aff980103237331514f31b7fdc039 (patch)
tree051187fc9503f24e36355c1e4670fc9580763685 /modules/commands/ns_group.cpp
parent3abb18721bf969157110ad4bb8e4b3ea26dde8e8 (diff)
Change the "does not expire" string in ns_group to NO_EXPIRE which is translatable
Diffstat (limited to 'modules/commands/ns_group.cpp')
-rw-r--r--modules/commands/ns_group.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/ns_group.cpp b/modules/commands/ns_group.cpp
index 04842b3e3..9b3f425e9 100644
--- a/modules/commands/ns_group.cpp
+++ b/modules/commands/ns_group.cpp
@@ -321,7 +321,7 @@ class CommandNSGList : public Command
Anope::string expires;
if (na2->HasExt("NS_NO_EXPIRE"))
- expires = "Does not expire";
+ expires = NO_EXPIRE;
else if (!nickserv_expire || Anope::NoExpire)
;
else if (na2->nc->HasExt("UNCONFIRMED") && unconfirmed_expire)