diff options
Diffstat (limited to 'include/inspircd_io.h')
-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. */ |