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_channelban.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_channelban.cpp') diff --git a/src/modules/m_channelban.cpp b/src/modules/m_channelban.cpp index 300caa123..4d3f80e36 100644 --- a/src/modules/m_channelban.cpp +++ b/src/modules/m_channelban.cpp @@ -40,7 +40,7 @@ class ModuleBadChannelExtban : public Module rm = mask.substr(3); status = mh->GetModeChar(); } - for (UCListIter i = user->chans.begin(); i != user->chans.end(); i++) + for (User::ChanList::iterator i = user->chans.begin(); i != user->chans.end(); i++) { if (InspIRCd::Match((*i)->chan->name, rm)) { -- cgit v1.3.1-10-gc9f91