Skip to content

Commit

Permalink
fix: set NS_NO_EXPIRE on nick (NickAlias table) rather than group (Ni…
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter253545 committed Dec 30, 2023
1 parent 7822664 commit 533f7b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/classes/Anope.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,6 @@ class Anope {
KILLPROTECT: 1,
MEMO_RECEIVE: 1,
MEMO_SIGNON: 1,
NS_NO_EXPIRE: 1,
NS_PRIVATE: 1,
NS_SECURE: 1,
display: nick,
Expand All @@ -472,6 +471,7 @@ class Anope {
vhost_creator: 'API',
vhost_time: createdUnixTime,
vhost_host: vhost,
NS_NO_EXPIRE: 1,
}).into('anope_db_NickAlias')

await transaction.commit()
Expand Down

0 comments on commit 533f7b8

Please sign in to comment.