diff options
Diffstat (limited to 'src/cmd_privmsg.cpp')
-rw-r--r-- | src/cmd_privmsg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd_privmsg.cpp b/src/cmd_privmsg.cpp index 06207059d..59a450fef 100644 --- a/src/cmd_privmsg.cpp +++ b/src/cmd_privmsg.cpp @@ -25,7 +25,7 @@ #include "helperfuncs.h" #include "commands/cmd_privmsg.h" -extern InspIRCd* ServerInstance; + extern time_t TIME; void cmd_privmsg::Handle (const char** parameters, int pcnt, userrec *user) |