diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-11-11 18:11:42 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-11-11 18:11:42 +0000 |
commit | 461e4aef03d8d0f4570d878ef1656a574e1b791d (patch) | |
tree | 2e911a00d36fcfa9197aaf2bdc76b915d0e67f07 /include | |
parent | 05e88fcd544e3cc22cfdd080a829cf835531d6ee (diff) |
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
Diffstat (limited to 'include')
-rw-r--r-- | include/configreader.h | 4 |
1 files changed, 3 insertions, 1 deletions
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<std::string, std::stringstream*> IncludedFiles; + std::map<std::string, std::istream*> 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 }; |