diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-04-03 15:46:36 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-04-03 15:46:36 +0000 |
commit | 8a1923c253a798f0823cc87d3cfdef012c533871 (patch) | |
tree | 9bbe48495c9e8756a7ba68cd83256333a9c02472 /docs | |
parent | 37ca99f87272214d1b647f734f9ef4334b605779 (diff) |
Added support for module-defined chanmodes with no parameters
Fixed minor typo in example conf
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@361 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs')
-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 b6b1e46eb..00de3d415 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -57,7 +57,7 @@ # port - opens an unused port # # type - can be 'clients' or 'servers'. The clients type is # # a standard tcp based socket, the servers type is a # - UDP based connection. # +# UDP based connection. # # default - if the port type is 'servers' then this can be # # specified. If set to 'yes', it indicates that this # # port is the default route for all /connect commands.# |