From: Matthew Wiggins Date: Tue, 8 Mar 2005 15:41:41 +0000 (+0000) Subject: fixed couple opf snafu X-Git-Tag: rubiks-ircd-1-0-6~18 X-Git-Url: http://git.pulsar-zone.net/?a=commitdiff_plain;h=74dad2908a3541a5993605e891fa61fcb725c782;p=rubiks-ircd.git fixed couple opf snafu --- diff --git a/doc/template.conf b/doc/template.conf index babb72f..e71d61f 100644 --- a/doc/template.conf +++ b/doc/template.conf @@ -33,7 +33,7 @@ port { /* more listening ports */ port { port 7029; }; -port { port 9999; type SSL}; +port { port 9999; type SSL; }; /* note that allow blocks are matched in order listed */ @@ -84,6 +84,7 @@ class { /* connection class for server operators */ class { name opers; + maxusers 100; pingfreq 90; maxsendq 500000; # 500KB limit for opers }; @@ -108,7 +109,7 @@ connect { bind 127.0.0.1; # We connect from this IP apasswd secret; # We accept this password from hub cpasswd secret; # We send this password to hub - flags H; # It is a hub + flags EH; # It is a hub, and encrypted class hub; # Use hub class };