aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_check.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2019-02-07 12:14:37 +0000
committerGravatar Sadie Powell2019-02-07 12:14:37 +0000
commit7ba7290bf07b4fb4d25566ee042fd43f9e129617 (patch)
treec7a784c828a9be68f963776e5cdcdd1f088f4790 /src/modules/m_check.cpp
parentLogManager: remove fakederef. (diff)
ModeParser: remove fakederef.
Diffstat (limited to 'src/modules/m_check.cpp')
-rw-r--r--src/modules/m_check.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_check.cpp b/src/modules/m_check.cpp
index cf2954697..bcbffc789 100644
--- a/src/modules/m_check.cpp
+++ b/src/modules/m_check.cpp
@@ -269,7 +269,7 @@ class CommandCheck : public Command
i->first->GetRealName().c_str()));
}
- const ModeParser::ListModeList& listmodes = ServerInstance->Modes->GetListModes();
+ const ModeParser::ListModeList& listmodes = ServerInstance->Modes.GetListModes();
for (ModeParser::ListModeList::const_iterator i = listmodes.begin(); i != listmodes.end(); ++i)
context.DumpListMode(*i, targchan);