]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_securelist.cpp
Auto loading of commands as shared objects via dlsym (very lightweight interface...
[user/henk/code/inspircd.git] / src / modules / m_securelist.cpp
index dad59b6e3e037358a9cb32325e8b37dc47e1271b..14eb2aecff8a3039fc8d1cd9f7853bde76ed53f6 100644 (file)
@@ -19,16 +19,12 @@ using namespace std;
 #include "users.h"
 #include "channels.h"
 #include "modules.h"
-#include "helperfuncs.h"
+
 #include <vector>
 #include "inspircd.h"
 
-extern time_t TIME;
-
 /* $ModDesc: A module overriding /list, and making it safe - stop those sendq problems. */
 
-
 class ModuleSecureList : public Module
 {
  private:
@@ -63,7 +59,7 @@ class ModuleSecureList : public Module
                if (!validated)
                        return 0;
  
-               if ((command == "LIST") && (TIME < (user->signon+60)) && (!*user->oper))
+               if ((command == "LIST") && (ServerInstance->Time() < (user->signon+60)) && (!*user->oper))
                {
                        user->WriteServ("NOTICE %s :*** You cannot list within the first minute of connecting. Please try again later.",user->nick);
                        /* Some crap clients (read: mIRC, various java chat applets) muck up if they don't