diff options
| author | 2008-02-22 16:40:02 +0000 | |
|---|---|---|
| committer | 2008-02-22 16:40:02 +0000 | |
| commit | 29b51086b95c86f812ac35ed7d3333f060ba5a8c (patch) | |
| tree | 89aa4084906075fac71ebfbafd627ae2f60732fa /src/users.cpp | |
| parent | someone forgot to add all the new m_spanningtree files to the project too :p (diff) | |
Nuke TIMESYNC from orbit \o/
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8998 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/users.cpp')
| -rw-r--r-- | src/users.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/users.cpp b/src/users.cpp index f6ef92af3..8fdf336cc 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -177,7 +177,7 @@ User::User(InspIRCd* Instance, const std::string &uid) : ServerInstance(Instance *password = *nick = *ident = *host = *dhost = *fullname = *awaymsg = *oper = *uuid = 0; server = (char*)Instance->FindServerNamePtr(Instance->Config->ServerName); reset_due = ServerInstance->Time(); - age = ServerInstance->Time(true); + age = ServerInstance->Time(); Penalty = 0; lines_in = lastping = signon = idle_lastmsg = nping = registered = 0; ChannelCount = timeout = bytes_in = bytes_out = cmds_in = cmds_out = 0; |
