diff options
author | om <om@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-02-04 17:18:27 +0000 |
---|---|---|
committer | om <om@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-02-04 17:18:27 +0000 |
commit | 40f2d919a73ae8c901c9a36261f78e2a32b31f88 (patch) | |
tree | c44f7396ed1780326f194820901e4f68e60be6e8 | |
parent | 752f34d314de327132c1eb95ae54864c5847c426 (diff) |
Make the alternative hosts be in alphabetical order :(
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3077 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 368418f29..ebcdf3c86 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -293,7 +293,7 @@ <oper name="katsklaw" password="s3cret" - host="*@server.com ident@dialup15.isp.com *@localhost" + host="ident@dialup15.isp.com *@localhost *@server.com" type="NetAdmin"> |