diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-04-05 18:01:28 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-04-05 18:01:28 +0000 |
commit | 5cce62f7d799f073ea6ca1793328c08c2df7c3ff (patch) | |
tree | f7c83d3655893414643f252e9c4d83cbf5327ea3 /src/users.cpp | |
parent | c720b1b6f234b8f8145ddeda6ef48b214091136a (diff) |
Major optimizations!
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@982 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/users.cpp')
-rw-r--r-- | src/users.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/users.cpp b/src/users.cpp index 9f82a04d6..a32b94cf7 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -23,6 +23,8 @@ extern std::stringstream config_f; +extern time_t TIME; + userrec::userrec() { // the PROPER way to do it, AVOID bzero at *ALL* costs |