From 39ca58c38ce96a37586d5cef381e321709be3326 Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 22 Feb 2006 18:56:25 +0000 Subject: Added m_safelist helper functions GetChannelCount and GetChannelIndex git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3287 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/modules.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') diff --git a/include/modules.h b/include/modules.h index a0b6adba7..8c37a8cc2 100644 --- a/include/modules.h +++ b/include/modules.h @@ -1739,6 +1739,10 @@ class Server : public classbase virtual void DelSocket(InspSocket* sock); virtual void RehashServer(); + + virtual long GetChannelCount(); + + virtual chanrec* GetChannelIndex(long index); }; -- cgit v1.2.3