Did you read the config file? Find your ngircd.conf and set:
# Allow Pre-Defined Channels only (see Section [Channels])
PredefChannelsOnly = yes
and:
[Channel]
# Pre-defined channels can be configured in [Channel] sections.
# Such channels are created by the server when starting up and even
# persist when there are no more members left.
# Persistent channels are marked with the mode 'P', which can be set
# and unset by IRC operators like other modes on the fly.
# There may be more than one [Channel] block, one for each channel.
# Name of the channel
Name = #All
# Topic for this channel
Topic = a great topic
# Initial channel modes
# Obviously only add k if you want it to be pw protected
Modes = tn
# initial channel password (mode k)
;Key = Secret
# Key file, syntax for each line: "<user>:<nick>:<key>".
# Default: none.
;KeyFile = /usr/local/etc/#chan.key
# maximum users per channel (mode l)
;MaxUsers = 23
You can have multiple channel blocks in the config file.
Pretty easy really. Is that what are you're after?
~
Doug.