From 461e4aef03d8d0f4570d878ef1656a574e1b791d Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 11 Nov 2007 18:11:42 +0000 Subject: More stuff for this. Its starting to take shape a bit now, and is tidier than the craq i came up with before git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8567 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/configreader.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/configreader.h b/include/configreader.h index c06bd7fb5..8a389ed02 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -242,10 +242,12 @@ class CoreExport ServerConfig : public Extensible */ bool CheckOnce(char* tag); - std::map IncludedFiles; + std::map IncludedFiles; public: + size_t TotalDownloaded; + /** Used to indicate who we announce invites to on a channel */ enum InviteAnnounceState { INVITE_ANNOUNCE_NONE, INVITE_ANNOUNCE_ALL, INVITE_ANNOUNCE_OPS, INVITE_ANNOUNCE_DYNAMIC }; -- cgit v1.2.3