]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Someone forgot another :p
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Thu, 24 Aug 2006 18:10:26 +0000 (18:10 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Thu, 24 Aug 2006 18:10:26 +0000 (18:10 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5013 e03df62e-2008-0410-955e-edbf42e46eb7

src/modules/extra/m_sqllog.cpp

index baa138f8832d5b9d071d75bd92b18036296da2d9..dde990ccc5a82d80a7c5d63da68d131b71858585 100644 (file)
@@ -278,7 +278,7 @@ class ModuleSQLLog : public Module
        void Implements(char* List)
        {
                List[I_OnRehash] = List[I_OnOper] = List[I_OnGlobalOper] = List[I_OnKill] = 1;
-               List[I_OnPreCommand] = List[I_OnUserConnect] = List[I_OnGlobalConnect] = 1;
+               List[I_OnPreCommand] = List[I_OnUserConnect] = 1;
                List[I_OnUserQuit] = List[I_OnLoadModule] = List[I_OnRequest] = 1;
        }