]> arthur.barton.de Git - ngircd.git/commit
Don't enforce channel types for other servers
authorAlexander Barton <alex@barton.de>
Tue, 3 Sep 2013 15:13:46 +0000 (17:13 +0200)
committerAlexander Barton <alex@barton.de>
Tue, 3 Sep 2013 15:13:46 +0000 (17:13 +0200)
commitaad92ceafe8b4b0091867415504f83930a74428b
tree3f497c7d25f48f4d12db82ec1669699a83ef8143
parent4102e8fdfea33a5d8c398c98db90914c5dc29610
Don't enforce channel types for other servers

The configuration option "AllowedChannelTypes" must only be enforced for
regular clients and not for remote servers. Channels created by other
servres are always allowed, because they already exist and the daemon
must stay in sync with the network.
src/ngircd/irc-channel.c