From 22658d63bdb1e52a66f4514af45fa55ca5891345 Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 26 May 2013 17:13:11 -0400 Subject: Get rid of the remaining references in the core to specific services. Move more stuff out of the core to the proper modules. --- modules/extra/m_sql_oper.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/extra/m_sql_oper.cpp') diff --git a/modules/extra/m_sql_oper.cpp b/modules/extra/m_sql_oper.cpp index 0289e9a22..6f9f05004 100644 --- a/modules/extra/m_sql_oper.cpp +++ b/modules/extra/m_sql_oper.cpp @@ -41,6 +41,7 @@ class SQLOperResult : public SQL::Interface } catch (const SQL::Exception &) { } + BotInfo *OperServ = Config->GetClient("OperServ"); if (opertype.empty()) { if (user->Account() && user->Account()->o && !user->Account()->o->config) -- cgit