diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-05-30 23:30:21 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-05-30 23:30:21 +0000 |
commit | 4e90e203ae6c73cfce1338ce39bc52ba0cb8dae1 (patch) | |
tree | 78d77db9b8d1f7393c416d25f41ba5cf859ef345 | |
parent | 0c94779a6ebfc8369fc057e36fa02cd481748552 (diff) |
Fixed typo found by crazy (missing # for comment)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1574 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r-- | docs/inspircd.conf.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index 4d6db4514..9e098b78b 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -94,7 +94,7 @@ <power diepass="diepass" restartpass="restartpass" pause="2"> -=-=-=-=-=-=-=-=-=-=- INCLUDE CONFIGURATION -=-=-=-=-=-=-=-=-=-=-=-=-= +#-#-#-#-#-#-#-#-#-# INCLUDE CONFIGURATION #-#-#-#-#-#-#-#-#-#-#-#-#-# # # # This optional tag allows you to include another config file # # allowing you to keep your configuration tidy. The configuration # |