diff options
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) */ |