From 46c97a8db770d637cf8e11fa8b178a32c60cdada Mon Sep 17 00:00:00 2001 From: Attila Molnar Date: Mon, 14 Jul 2014 16:24:59 +0200 Subject: Rename UserChanList to User::ChanList, remove UCListIter --- 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 75c6a4399..cbdb1d528 100644 --- a/src/modules/m_check.cpp +++ b/src/modules/m_check.cpp @@ -190,7 +190,7 @@ class CommandCheck : public Command else user->SendText(checkstr + " onip " + targuser->GetIPString()); - for (UCListIter i = targuser->chans.begin(); i != targuser->chans.end(); i++) + for (User::ChanList::iterator i = targuser->chans.begin(); i != targuser->chans.end(); i++) { Membership* memb = *i; Channel* c = memb->chan; -- cgit v1.3.1-10-gc9f91