diff options
Diffstat (limited to 'modules/extra/m_sql_oper.cpp')
-rw-r--r-- | modules/extra/m_sql_oper.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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) |