1
0
mirror of https://github.com/anope/anope.git synced 2026-07-05 21:13:13 +02:00

Change the "does not expire" string in ns_group to NO_EXPIRE which is translatable

This commit is contained in:
Adam
2014-04-26 17:30:58 -04:00
parent 3abb18721b
commit 2ee496b8ac
+1 -1
View File
@@ -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)