From 91df762e93212958db487d8517addba1a63a4ddd Mon Sep 17 00:00:00 2001 From: danieldg Date: Sun, 13 Sep 2009 20:30:47 +0000 Subject: Membership* changes git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11697 e03df62e-2008-0410-955e-edbf42e46eb7 --- 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 fd5d5d401..727ab15a3 100644 --- a/src/modules/m_channelban.cpp +++ b/src/modules/m_channelban.cpp @@ -39,7 +39,7 @@ class ModuleBadChannelExtban : public Module ModResult rv; for (UCListIter i = user->chans.begin(); i != user->chans.end(); i++) { - rv = rv + c->GetExtBanStatus(i->first->name, 'j'); + rv = rv + c->GetExtBanStatus((*i)->name, 'j'); } return rv; -- cgit v1.2.3