diff options
Diffstat (limited to 'doc/reference.conf')
-rw-r--r-- | doc/reference.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/reference.conf b/doc/reference.conf index f2b9b42..1c51db6 100644 --- a/doc/reference.conf +++ b/doc/reference.conf @@ -1,7 +1,7 @@ -/* ircd-hybrid reference configuration file - * Copyright (C) 2000-2014 Hybrid Development Team +/* + * This is an example configuration file for ircd-hybrid * - * Written by ejb, wcampbel, db, leeh and others + * Copyright (c) 2000-2014 ircd-hybrid development team * * $Id$ */ @@ -427,7 +427,7 @@ operator { /* * user: the user@host required for this operator. Multiple - * user="" lines are supported. + * user lines are supported. */ user = "*sheep@192.168.0.0/16"; user = "*@127.0.0.0/8"; |