From 8f0b1082d8eb9927ab2fdb8e00328df69d198c9a Mon Sep 17 00:00:00 2001 From: w00t Date: Sat, 12 Jul 2008 10:53:31 +0000 Subject: Add XLineManager::DelAll to delete all lines of a given type. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9975 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/xline.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') diff --git a/include/xline.h b/include/xline.h index d1fe0e882..4be5922d0 100644 --- a/include/xline.h +++ b/include/xline.h @@ -517,6 +517,10 @@ class CoreExport XLineManager : public classbase */ XLineLookup* GetAll(const std::string &type); + /** Remove all lines of a certain type. + */ + void DelAll(const std::string &type); + /** Return all known types of line currently stored by the XLineManager. * @return A vector containing all known line types currently stored in the main list. */ -- cgit v1.2.3