]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Fixed OnMeshToken (deprecated)
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Fri, 25 Nov 2005 13:51:50 +0000 (13:51 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Fri, 25 Nov 2005 13:51:50 +0000 (13:51 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1950 e03df62e-2008-0410-955e-edbf42e46eb7

src/modules/extra/m_sqllog.cpp

index bffed5dd9b69d3dab2f356467ddd446c56ebc1a7..72d1ffcea26baadfc6d147dab30c253c62118cc7 100644 (file)
@@ -206,13 +206,6 @@ class ModuleSQLLog : public Module
                return 0;
        }
 
-       virtual int OnMeshToken(char token,string_list params,serverrec* source,serverrec* reply, std::string tcp_host,std::string ipaddr,int port)
-       {
-               if ((token == 'U') || (token == 's') || (token == 'S'))
-                       AddLogEntry(LT_SERVLINK,tcp_host,ipaddr,Srv->GetServerName());
-               return 0;
-       }
-
        virtual int OnPreCommand(std::string command, char **parameters, int pcnt, userrec *user)
        {
                if ((command == "GLINE") || (command == "KLINE") || (command == "ELINE") || (command == "ZLINE"))