diff options
-rw-r--r-- | docs/inspircd.conf.example | 4 | ||||
-rwxr-xr-x | src/version.sh | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index 97e61007a..ce903240c 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -386,6 +386,10 @@ # # # By default, ALL modules are commented out. You must uncomment them # # or add lines to your config to load modules. # +# # +# WINDOWS USERS PLEASE NOTE: You can still load these modules! They # +# are incorporated into the executable and can be loaded and removed # +# similarly to if they were in a ramdisk. # #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Foobar module - does nothing diff --git a/src/version.sh b/src/version.sh index 2e80661bc..c7ad0d79c 100755 --- a/src/version.sh +++ b/src/version.sh @@ -1,2 +1,2 @@ #!sh -echo "InspIRCd-1.0(Beta5)+CVS" +echo "InspIRCd-1.0(Beta5)" |