diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-11-25 13:51:50 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-11-25 13:51:50 +0000 |
commit | 4f6f5e85f9773c2b504dbc412959ed95b454db57 (patch) | |
tree | b468bd48a56d4e8a7c5eae6d6b7650253136864a /src/modules/extra | |
parent | c66706c610784a4875f38c7ce75a28f95e5ebb5e (diff) |
Fixed OnMeshToken (deprecated)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1950 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/extra')
-rw-r--r-- | src/modules/extra/m_sqllog.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
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")) |