From: brain Date: Fri, 25 Nov 2005 13:51:50 +0000 (+0000) Subject: Fixed OnMeshToken (deprecated) X-Git-Tag: v2.0.23~10070 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=4f6f5e85f9773c2b504dbc412959ed95b454db57;p=user%2Fhenk%2Fcode%2Finspircd.git Fixed OnMeshToken (deprecated) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1950 e03df62e-2008-0410-955e-edbf42e46eb7 --- diff --git a/src/modules/extra/m_sqllog.cpp b/src/modules/extra/m_sqllog.cpp index bffed5dd9..72d1ffcea 100644 --- a/src/modules/extra/m_sqllog.cpp +++ b/src/modules/extra/m_sqllog.cpp @@ -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"))