diff options
| author | 2006-12-23 17:08:02 +0000 | |
|---|---|---|
| committer | 2006-12-23 17:08:02 +0000 | |
| commit | 6cc7cd76fbc809d6c0df55c061684581e31b6ebc (patch) | |
| tree | 24cdf1a0c83998d30d15cde8ffcb3606349440a5 /include | |
| parent | Dont sleep if there is a diedelay of 0 (diff) | |
Close logfile on rehash and reopen (it was only doing this on sighup for some reason)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6079 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
| -rw-r--r-- | include/inspircd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/inspircd.h b/include/inspircd.h index 4aa61e943..9f2ae630a 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -604,6 +604,8 @@ class InspIRCd : public classbase */ void OpenLog(char** argv, int argc); + void CloseLog(); + /** Convert a user to a pseudoclient, disconnecting the real user * @param user The user to convert * @param message The quit message to display when exiting the user |
