diff options
| author | 2006-02-22 18:56:25 +0000 | |
|---|---|---|
| committer | 2006-02-22 18:56:25 +0000 | |
| commit | 39ca58c38ce96a37586d5cef381e321709be3326 (patch) | |
| tree | 9d5dbc479927cd54a744cc283b0ce4dd7c37a43a /include | |
| parent | Oh yae, Oh Yae, back in old days of yore, Ye Brain doth set the nick buffer a... (diff) | |
Added m_safelist helper functions GetChannelCount and GetChannelIndex
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3287 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
| -rw-r--r-- | include/modules.h | 4 |
1 files changed, 4 insertions, 0 deletions
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); }; |
