]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modes/cmode_h.cpp
apparently ar -s is equivalent to ranlib, except it doesnt have a fucking noisy non...
[user/henk/code/inspircd.git] / src / modes / cmode_h.cpp
index e54488bd1bad7d1c1ee310c422e48dc373867992..2df6170cab807783e8bf0fd2324ebad6b37a629e 100644 (file)
@@ -47,11 +47,11 @@ ModePair ModeChannelHalfOp::ModeSet(User*, User*, Channel* channel, const std::s
 
 void ModeChannelHalfOp::RemoveMode(Channel* channel)
 {
-       CUList* list = channel->GetHalfoppedUsers();
+       CUList* clist = channel->GetHalfoppedUsers();
        CUList copy;
        char moderemove[MAXBUF];
 
-       for (CUList::iterator i = list->begin(); i != list->end(); i++)
+       for (CUList::iterator i = clist->begin(); i != clist->end(); i++)
        {
                User* n = i->first;
                copy.insert(std::make_pair(n,n->nick));