aboutsummaryrefslogtreecommitdiffstats
path: root/src/commands/cmd_oper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/cmd_oper.cpp')
-rw-r--r--src/commands/cmd_oper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/cmd_oper.cpp b/src/commands/cmd_oper.cpp
index bc356f2fb..ed69ceb25 100644
--- a/src/commands/cmd_oper.cpp
+++ b/src/commands/cmd_oper.cpp
@@ -65,7 +65,7 @@ CmdResult CommandOper::HandleLocal(const std::vector<std::string>& parameters, L
if (i != ServerInstance->Config->oper_blocks.end())
{
OperInfo* ifo = i->second;
- ConfigTag* tag = ifo->oper_block;
+ ConfigTag* tag = ifo->config_blocks[0];
match_login = true;
match_pass = !ServerInstance->PassCompare(user, tag->getString("password"), parameters[1], tag->getString("hash"));
match_hosts = OneOfMatches(TheHost,TheIP,tag->getString("host"));