X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fsample-ngircd.conf;h=c7845135104eb67555e7a6b201fea7c76199fef6;hb=652a003ef5680bebf4f9ae7adb9e38aa4a2a8cb8;hp=73619ac2259e2ea7451ae5dbf89d0a9dd0eae7a0;hpb=0fa00df615e9f97aac2a8984d349a4a3d526e127;p=ngircd-alex.git diff --git a/doc/sample-ngircd.conf b/doc/sample-ngircd.conf index 73619ac2..c7845135 100644 --- a/doc/sample-ngircd.conf +++ b/doc/sample-ngircd.conf @@ -1,16 +1,27 @@ -# ngircd.conf +# $Id: sample-ngircd.conf,v 1.3 2002/02/17 17:34:50 alex Exp $ -ServerName = thor.my.net -ServerInfo = [thor.my.net] Experimental ngIRCd Test Server +[Global] + Name = irc.the.net + Info = Server Info Text + Ports = 6667, 6668, 6669 + MotdFile = /usr/local/etc/ngircd.motd + PingTimeout = 120 + PongTimeout = 10 + ConnectRetry = 60 -# Operator = Alex -# OperatorPwd = 123 +[Operator] +; Name = TheOper +; Password = ThePwd -ListenPorts = 6668 +[Server] +; Host = connect-to-host.the.net +; Name = irc2.the.net +; Port = 6666 +; Password = ThePwd1 -MotdFile = /usr/local/etc/ngircd.motd - -PingTimeout = 120 -PongTimeout = 10 +[Server] +; Host = wait-for-host.the.net +; Name = irc3.the.net +; Password = ThePwd2 # -eof-