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/message.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/message.cpp')
-rw-r--r-- | src/message.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/message.cpp b/src/message.cpp index 6c09096d2..2239916c0 100644 --- a/src/message.cpp +++ b/src/message.cpp @@ -56,6 +56,8 @@ extern int MODCOUNT; extern std::vector<Module*> modules; extern std::vector<ircd_module*> factory; +extern time_t TIME; + /* return 0 or 1 depending if users u and u2 share one or more common channels * (used by QUIT, NICK etc which arent channel specific notices) */ |