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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user