diff options
| author | Adam <Adam@anope.org> | 2011-08-05 06:18:38 -0400 |
|---|---|---|
| committer | Adam <Adam@anope.org> | 2011-08-05 06:18:38 -0400 |
| commit | 5e18a7292b15a0aaf27c2f3ce6335116a4d2290d (patch) | |
| tree | e4fecd737635cac1bc038ee8a56805f424cee613 /data | |
| parent | e66063e6304538d34c40460ca0aa2be5ddb6bdec (diff) | |
Mark the new commands/ modules as CORE and fixed a typo in the example.conf
Diffstat (limited to 'data')
| -rw-r--r-- | data/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | data/example.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt index b0d99e11e..a9f27a5f8 100644 --- a/data/CMakeLists.txt +++ b/data/CMakeLists.txt @@ -1,6 +1,6 @@ # Only install example.chk and example.conf from this directory # NOTE: I would've had this just find all files in the directory, but that would include files not needed (like this file) -set(DATA example.chk commands.example.conf example.conf modules.example.conf mysql/tables.sql) +set(DATA example.chk tables.sql botserv.example.conf example.conf hostserv.example.conf modules.example.conf operserv.example.conf chanserv.example.conf global.example.conf memoserv.example.conf nickserv.example.conf) install(FILES ${DATA} DESTINATION data ) diff --git a/data/example.conf b/data/example.conf index a14cf9ef6..1f85bed94 100644 --- a/data/example.conf +++ b/data/example.conf @@ -494,7 +494,7 @@ options include { type = "file" - name = "botserv.example.comf" + name = "botserv.example.conf" } /* |
