diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-01-15 14:41:26 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-01-15 14:41:26 +0000 |
commit | bb22b5cd2c7326a044ae8a4074531159ac700cef (patch) | |
tree | 1d56c44ae9d416ac4ac85d0a19e028047a2b4c14 /include | |
parent | 90ceee88f0dc73c5135b4fc650215652e9e5e323 (diff) |
Made inspircd close and reopen its log on rehash
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2794 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
-rw-r--r-- | include/inspircd_io.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/inspircd_io.h b/include/inspircd_io.h index d89f41828..cf8e83906 100644 --- a/include/inspircd_io.h +++ b/include/inspircd_io.h @@ -274,6 +274,10 @@ class ServerConfig : public classbase */ char OperOnlyStats[MAXBUF]; + /** The path and filename of the ircd.log file + */ + std::string logpath; + ServerConfig(); /** Clears the include stack in preperation for |