1
0
mirror of https://github.com/anope/anope.git synced 2026-06-28 20:16:38 +02:00

Added a default expiry time for suspended and forbidden nicks and channels

This commit is contained in:
Adam
2010-11-22 10:08:37 -06:00
parent 4d342d955d
commit 697dc89382
9 changed files with 95 additions and 14 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ NickAlias::NickAlias(const Anope::string &nickname, NickCore *nickcore)
else if (!nickcore)
throw CoreException("Empty nickcore passed to NickAlias constructor");
this->time_registered = this->last_seen = 0;
this->time_registered = this->last_seen = Anope::CurTime;
this->nick = nickname;
this->nc = nickcore;