diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-02-06 13:41:24 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-02-06 13:41:24 +0000 |
commit | 6c14fd7ccdecbf596d64e5baa5e4e0c09bfa0f0d (patch) | |
tree | f0122b65721eb6881e78ccc556d13fb64e9ef40a /include | |
parent | 6d94d84683bd0e916e5ce0a3c7fedbc524d653b0 (diff) |
Added support for changing tempdir via <options:tempdir>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3107 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 990b746be..711488c36 100644 --- a/include/inspircd_io.h +++ b/include/inspircd_io.h @@ -142,6 +142,10 @@ class ServerConfig : public classbase */ char ModPath[1024]; + /** The temporary directory where modules are copied + */ + char TempDir[1024]; + /** The full pathname to the executable, as * given in argv[0] when the program starts. */ |