diff options
author | Peter Powell <petpow@saberuk.com> | 2013-03-01 03:06:06 +0000 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2013-03-02 15:50:09 +0000 |
commit | 5f6372b2f091b704b8b79e4696a71e795f1164c0 (patch) | |
tree | 072e60a6b12cb6c36063a0203acc9acdb6baf0c7 /win | |
parent | d8e92ecc5e1cfced8bc5ed429dfb2eab5d8ae8ae (diff) |
Reorganise configuration files:
- Example config files now end with .conf.example.
- Example text files now end with .txt.example.
- Removed 'inspircd' from the name of multiple example files.
- Added missing oper motd example file.
Diffstat (limited to 'win')
-rw-r--r-- | win/inspircd.nsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/inspircd.nsi b/win/inspircd.nsi index 4204ec29b..e1ce0159f 100644 --- a/win/inspircd.nsi +++ b/win/inspircd.nsi @@ -156,7 +156,7 @@ Section "Config Files" SEC02 SetOutPath "$INSTDIR\conf\aliases" File "..\docs\conf\aliases\*.example" SetOutPath "$INSTDIR\conf\modules" - File "..\docs\conf\modules\modules.*" + File "..\docs\conf\modules\*.example" SectionEnd Section "Command Handlers" SEC03 |