Hello,
I am using the latest ngircd on a raspberry pi (armhf) with Debian Wheezy. I was wondering if I can restrict the creation of rooms/channels in Ngircd? I've created 2 rooms/channels which I want to be the only one available and that other people can only use those 2 rooms and can not create their own. Is that possible?
Thanks for any help.
Michiel
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.
On Fri, Mar 29, 2013 at 4:30 AM, Michiel van Es mve@pragmasec.nl wrote:
Hello,
I am using the latest ngircd on a raspberry pi (armhf) with Debian Wheezy. I was wondering if I can restrict the creation of rooms/channels in Ngircd? I've created 2 rooms/channels which I want to be the only one available and that other people can only use those 2 rooms and can not create their own. Is that possible?
Thanks for any help.
Michiel ______________________________**_________________
ngIRCd Mailing List: ngIRCd-ML@arthur.barton.de http://arthur.barton.de/**mailman/listinfo/ngircd-mlhttp://arthur.barton.de/mailman/listinfo/ngircd-ml
Ah stupid me.
This was what I was looking for: # Allow Pre-Defined Channels only (see Section [Channels]) PredefChannelsOnly = yes
Thx!
Michiel
Op 29 mrt. 2013 om 02:28 heeft Doug douglas.linder@gmail.com het volgende geschreven:
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.
On Fri, Mar 29, 2013 at 4:30 AM, Michiel van Es mve@pragmasec.nl wrote:
Hello,
I am using the latest ngircd on a raspberry pi (armhf) with Debian Wheezy. I was wondering if I can restrict the creation of rooms/channels in Ngircd? I've created 2 rooms/channels which I want to be the only one available and that other people can only use those 2 rooms and can not create their own. Is that possible?
Thanks for any help.
Michiel _______________________________________________
ngIRCd Mailing List: ngIRCd-ML@arthur.barton.de http://arthur.barton.de/mailman/listinfo/ngircd-ml