]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/extra/m_mysql.cpp
Update this to use the new oper call
[user/henk/code/inspircd.git] / src / modules / extra / m_mysql.cpp
index 25b54c258344b62f534486ed4d8fd4713ea29a3e..de8b8f418bf0753449d00ca42338ed2ea4e958d8 100644 (file)
@@ -754,10 +754,6 @@ class ModuleSQL : public Module
        }
 
 
-       void Implements(char* List)
-       {
-               List[I_OnRehash] = List[I_OnRequest] = 1;
-       }
 
        unsigned long NewID()
        {
@@ -882,7 +878,7 @@ void* DispatcherThread(void* arg)
                        /* XXX: Unlock */
                }
 
-               usleep(50);
+               usleep(1000);
        }
 
        return NULL;