summaryrefslogtreecommitdiff
path: root/include/inspircd.h
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2004-04-07 18:12:45 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2004-04-07 18:12:45 +0000
commitf2c5ec55f306657b2eb249ae483270bc466c2cb7 (patch)
tree402c7aa6b7880424e98197efd09fbe559270bcba /include/inspircd.h
parent632ca0fd6a2cfa3d06f87b77ccffcc2e5a835572 (diff)
Added Server::CountUsers function
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@423 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/inspircd.h')
-rw-r--r--include/inspircd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/inspircd.h b/include/inspircd.h
index f38ee47be..442211ea1 100644
--- a/include/inspircd.h
+++ b/include/inspircd.h
@@ -111,4 +111,5 @@ chanrec* add_channel(userrec *user, const char* cn, const char* key);
chanrec* del_channel(userrec *user, const char* cname, const char* reason);
void force_nickchange(userrec* user,const char* newnick);
void kill_link(userrec *user,const char* r);
+int usercount(chanrec *c);