From 04ece67c3d8534f74a3d75ec77378cb57a9c044e Mon Sep 17 00:00:00 2001 From: Attila Molnar Date: Mon, 14 Jul 2014 16:10:12 +0200 Subject: Rename UserMembList to Channel::MemberMap, switch all code to use it --- 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 a2c0b2e2c..ce576baf1 100644 --- a/src/modules/m_check.cpp +++ b/src/modules/m_check.cpp @@ -224,7 +224,7 @@ class CommandCheck : public Command /* now the ugly bit, spool current members of a channel. :| */ - const UserMembList& ulist = targchan->GetUsers(); + const Channel::MemberMap& ulist = targchan->GetUsers(); /* note that unlike /names, we do NOT check +i vs in the channel */ for (UserMembCIter i = ulist.begin(); i != ulist.end(); ++i) -- cgit v1.3.1-10-gc9f91