diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-01-15 18:18:09 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-01-15 18:18:09 +0000 |
commit | 5ba356b7e090e4c1c8f83babb2f8ab8bceb74ef2 (patch) | |
tree | 085fff61c284af80b77f3351e7001171972f0d06 | |
parent | c83fe8c9b9adf33ed2db709b523dddd6aab27255 (diff) |
Removed deprecated default= for bind tags
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2799 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r-- | docs/inspircd.conf.example | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index 6d2b2aed2..f69a598af 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -99,7 +99,6 @@ # # # <bind address="ip number" port="port" type="clients"> # # <bind address="ip number" port="port" type="servers"> # -# <bind address="ip number" port="port" type="servers" default="yes"> # # # <bind address="" port="6660" type="clients"> |