]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Move user quit logic out of cull list
authordanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>
Wed, 2 Sep 2009 00:50:12 +0000 (00:50 +0000)
committerdanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>
Wed, 2 Sep 2009 00:50:12 +0000 (00:50 +0000)
commitdb7cc57f444a82df65f47b4f7058560e645e35cf
treea56309d5d5ae0dec214f2d45a2852f2bd1cf2b02
parent3999c2eccf43c998e70d49023d8f35e3fa1632c8
Move user quit logic out of cull list

This changes the cull list from a list of User* that ran special cleanup
to a list of classbase* that simply deletes the objects.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11636 e03df62e-2008-0410-955e-edbf42e46eb7
include/cull_list.h
src/cull_list.cpp
src/inspircd.cpp
src/modules/m_spanningtree/treeserver.cpp
src/usermanager.cpp