diff options
| author | 2006-01-15 14:41:26 +0000 | |
|---|---|---|
| committer | 2006-01-15 14:41:26 +0000 | |
| commit | bb22b5cd2c7326a044ae8a4074531159ac700cef (patch) | |
| tree | 1d56c44ae9d416ac4ac85d0a19e028047a2b4c14 /include | |
| parent | Removed some redundant (and commented out) functions (diff) | |
| download | inspircd++-bb22b5cd2c7326a044ae8a4074531159ac700cef.tar.gz inspircd++-bb22b5cd2c7326a044ae8a4074531159ac700cef.tar.bz2 inspircd++-bb22b5cd2c7326a044ae8a4074531159ac700cef.zip | |
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 |
