Fix a few errors in the example configs (caused errors on starting the ircd).

This commit is contained in:
JD Horelick 2010-03-04 14:18:15 -05:00
parent 3da167f207
commit f11e5895dc
2 changed files with 4 additions and 4 deletions

View File

@ -282,13 +282,13 @@ operator "god" {
/* swhois: defines an additional line that will be displayed /* swhois: defines an additional line that will be displayed
* whenever someone does /whois on the oper in question. * whenever someone does /whois on the oper in question.
*/ */
swhois = "is wearing pants." swhois = "is wearing pants.";
/* operstring: defines a custom operstring for this oper, /* operstring: defines a custom operstring for this oper,
* which will be shown in whois instead of default_operstring * which will be shown in whois instead of default_operstring
* or default_adminstring. * or default_adminstring.
*/ */
operstring = "is a lazy IRC Operator" operstring = "is a lazy IRC Operator";
/* flags: misc options for the operator. You may prefix an option /* flags: misc options for the operator. You may prefix an option
* with ~ to disable it, e.g. ~encrypted. * with ~ to disable it, e.g. ~encrypted.

View File

@ -499,13 +499,13 @@ operator "god" {
/* swhois: defines an additional line that will be displayed /* swhois: defines an additional line that will be displayed
* whenever someone does /whois on the oper in question. * whenever someone does /whois on the oper in question.
*/ */
swhois = "is wearing pants." swhois = "is wearing pants.";
/* operstring: defines a custom operstring for this oper, /* operstring: defines a custom operstring for this oper,
* which will be shown in whois instead of default_operstring * which will be shown in whois instead of default_operstring
* or default_adminstring. * or default_adminstring.
*/ */
operstring = "is a lazy IRC Operator" operstring = "is a lazy IRC Operator";
/* flags: misc options for the operator. You may prefix an option /* flags: misc options for the operator. You may prefix an option
* with ~ to disable it, e.g. ~encrypted. * with ~ to disable it, e.g. ~encrypted.