From 7ba7290bf07b4fb4d25566ee042fd43f9e129617 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Thu, 7 Feb 2019 12:14:37 +0000 Subject: ModeParser: remove fakederef. --- src/modules/m_check.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_check.cpp') 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); -- cgit v1.3.1-10-gc9f91