diff options
| author | 2020-09-21 15:24:49 +0100 | |
|---|---|---|
| committer | 2020-09-21 15:25:06 +0100 | |
| commit | 5cb71b751a62c4aeadced5311c84d92dfe62db20 (patch) | |
| tree | 665de279d44da14aae469b3d49f08d219da4700a /docs | |
| parent | Only bind on 6667 instead of 6660-6669 in the example configs. (diff) | |
| download | inspircd++-5cb71b751a62c4aeadced5311c84d92dfe62db20.tar.gz inspircd++-5cb71b751a62c4aeadced5311c84d92dfe62db20.tar.bz2 inspircd++-5cb71b751a62c4aeadced5311c84d92dfe62db20.zip | |
Fix the example configs lying about where paths are relative to.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/conf/inspircd.conf.example | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/conf/inspircd.conf.example b/docs/conf/inspircd.conf.example index d35dc0446..84dea8b19 100644 --- a/docs/conf/inspircd.conf.example +++ b/docs/conf/inspircd.conf.example @@ -50,8 +50,7 @@ # file you include will be treated as part of the configuration file # # which includes it, in simple terms the inclusion is transparent. # # # -# All paths to config files are relative to the directory that the # -# process runs in. # +# All paths to config files are relative to the config directory. # # # # You may also include an executable file, in which case if you do so # # the output of the executable on the standard output will be added # |
