diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-08-19 20:52:57 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-08-19 20:52:57 +0000 |
commit | fc8b284c2a3fcd3882c8d6c1eec4bd99f3e4c628 (patch) | |
tree | d717f5fd0d5981dafa2a6c727770e476ff16ed77 /docs | |
parent | cf4439ac5c5e5f57aba2c998ee63b9b27ec17d69 (diff) |
Add <hostchange:ports> to the m_hostchange module to implement feature in bug #363
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7762 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs')
-rw-r--r-- | docs/inspircd.conf.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index 11853b604..31d69d84c 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -1570,6 +1570,7 @@ #<hostchange mask="*@fbi.gov" action="addnick"> #<hostchange mask="*r00t@*" action="suffix"> #<hostchange mask="a@b.com" action="set" value="blah.blah.blah"> +#<hostchange mask="localhost" ports="7000,7001,7005-7007" action="set" value="blahblah.foo"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # httpd module: Provides http server support for InspIRCd |