From f11e5895dccf7c7e4fcd79dee49aeddf9f0b1638 Mon Sep 17 00:00:00 2001 From: JD Horelick Date: Thu, 4 Mar 2010 14:18:15 -0500 Subject: [PATCH] Fix a few errors in the example configs (caused errors on starting the ircd). --- doc/example.conf | 4 ++-- doc/reference.conf | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/example.conf b/doc/example.conf index 4e58f9e..e13575b 100755 --- a/doc/example.conf +++ b/doc/example.conf @@ -282,13 +282,13 @@ operator "god" { /* swhois: defines an additional line that will be displayed * 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, * which will be shown in whois instead of default_operstring * 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 * with ~ to disable it, e.g. ~encrypted. diff --git a/doc/reference.conf b/doc/reference.conf index 390f72d..3f33a41 100755 --- a/doc/reference.conf +++ b/doc/reference.conf @@ -499,13 +499,13 @@ operator "god" { /* swhois: defines an additional line that will be displayed * 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, * which will be shown in whois instead of default_operstring * 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 * with ~ to disable it, e.g. ~encrypted.