diff options
author | Peter Powell <petpow@saberuk.com> | 2019-06-10 14:06:28 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2019-06-10 14:06:28 +0100 |
commit | 9a0cefb52f68e666a1ec19380ceed086070e9492 (patch) | |
tree | ebbd8bc943cfc7d0dafbc45a9647160fefb92255 /docs | |
parent | 6e898936d6e0f44da0992ad09139f0e8e6d141af (diff) |
Add support for including directories containing .conf files.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf/inspircd.conf.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/conf/inspircd.conf.example b/docs/conf/inspircd.conf.example index f421eb0e8..62e0867aa 100644 --- a/docs/conf/inspircd.conf.example +++ b/docs/conf/inspircd.conf.example @@ -59,6 +59,7 @@ # # # Syntax is as follows: # #<include file="file.conf"> # +#<include directory="modules"> # #<include executable="/path/to/executable parameters"> # # # # Executable include example: # |