summaryrefslogtreecommitdiff
path: root/include/servers.h
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2012-10-22 00:54:30 -0400
committerAdam <Adam@anope.org>2012-10-22 00:54:30 -0400
commit0b9db15efc322336ddb08671ce68a3d45fb22520 (patch)
tree2e8149f370c63f08f2f197eaa92b1b36e857b0e9 /include/servers.h
parentd5b2f9cfa78ed176ffe1d9f2923799fdd37217a5 (diff)
Add os_dns, a way to control your DNS zone via services
Diffstat (limited to 'include/servers.h')
-rw-r--r--include/servers.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/servers.h b/include/servers.h
index 94dc5491e..36da6bbd8 100644
--- a/include/servers.h
+++ b/include/servers.h
@@ -63,6 +63,9 @@ class CoreExport Server : public Flags<ServerFlag>
~Server();
public:
+ /* Number of users on the server */
+ unsigned Users;
+
/** Delete this server with a reason
* @param reason The reason
*/