1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-04-27 05:03:18 +00:00

Mostly whitespace fixes.

This commit is contained in:
Alexander Barton 2006-04-09 12:27:23 +00:00
parent 3d0ab6bd2e
commit c7bd9da446

View File

@ -1,4 +1,4 @@
# $Id: sample-ngircd.conf,v 1.36 2006/01/09 11:03:35 alex Exp $ # $Id: sample-ngircd.conf,v 1.37 2006/04/09 12:27:23 alex Exp $
# #
# This is a sample configuration file for the ngIRCd, which must be adepted # This is a sample configuration file for the ngIRCd, which must be adepted
@ -7,7 +7,7 @@
# Comments are started with "#" or ";". # Comments are started with "#" or ";".
# #
# Use "ngircd --configtest" (see manual page ngircd(8)) to validate that the # Use "ngircd --configtest" (see manual page ngircd(8)) to validate that the
# server interpreted the configuration file as expected! # server interprets the configuration file as expected!
# #
[Global] [Global]
@ -125,7 +125,7 @@
# configure a port for the connection, then this ngircd tries to # configure a port for the connection, then this ngircd tries to
# connect to to the other server on the given port; if not it waits # connect to to the other server on the given port; if not it waits
# for the other server to connect. # for the other server to connect.
# There may be more than one server block. # There may be more than one server block, one for each server.
# #
# Server Groups: # Server Groups:
# The ngIRCd allows "server groups": You can assign an "ID" to every # The ngIRCd allows "server groups": You can assign an "ID" to every
@ -166,7 +166,7 @@
# persist when there are no more members left. # persist when there are no more members left.
# Persistent channels are marked with the mode 'P', which can be set # Persistent channels are marked with the mode 'P', which can be set
# and unset by IRC operators like other modes on the fly. # and unset by IRC operators like other modes on the fly.
# There may be more than one [Channel] block. # There may be more than one [Channel] block, one for each channel.
# Name of the channel # Name of the channel
;Name = #TheName ;Name = #TheName