]> jfr.im git - irc/rqf/shadowircd.git/commitdiff
Fix a few errors in the example configs (caused errors on starting the ircd).
authorJD Horelick <redacted>
Thu, 4 Mar 2010 19:18:15 +0000 (14:18 -0500)
committerJD Horelick <redacted>
Thu, 4 Mar 2010 19:18:15 +0000 (14:18 -0500)
doc/example.conf
doc/reference.conf

index 4e58f9e1ba2134d84bf0938d500c7ceab5d0936a..e13575ba3cf17a36efe89d19972e9c647c4faa8e 100755 (executable)
@@ -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.
index 390f72d95567c20eb45223e15b8c336b2fa4d041..3f33a41db730f63d740ea3416268722c2dc40a08 100755 (executable)
@@ -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.