diff options
author | Adam <Adam@anope.org> | 2010-09-12 00:02:22 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2010-09-12 00:02:22 -0400 |
commit | 47872e53ed39c45c1718f142367f6a2ee5d049e7 (patch) | |
tree | ac108ae8209d859c4676c221e01f73d09e9f763c /data | |
parent | e30370af107e4ae46c5287c7cfa01b679bcc25b3 (diff) |
Removed the --log command line option because its no longer necessary, and updated example.conf
Diffstat (limited to 'data')
-rw-r--r-- | data/example.conf | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/data/example.conf b/data/example.conf index b98595ef7..5bc72c40c 100644 --- a/data/example.conf +++ b/data/example.conf @@ -129,15 +129,13 @@ serverinfo /* * The hostname that Services will be seen as, it must have no conflicts with any * other server names on the rest of your IRC network. Note that it does not have - * to be an existing hostname, just one that isn't on your network already. This - * can be overridden with the -name command-line option when starting Services. + * to be an existing hostname, just one that isn't on your network already. */ name = "services.localhost.net" /* * The text which should appear as the server's information in /whois and similar - * queries. This can be overridden by the -desc command-line option when starting - * Services. + * queries. */ description = "Services for IRC Networks" @@ -174,8 +172,6 @@ serverinfo /* * These identify the ident@hostname which will be used by the Services pesudoclients. - * They can be overridden by the -user and -host command-line options when starting - * Services. */ ident = "services" hostname = "localhost.net" |