mirror of
https://github.com/osmarks/ngircd.git
synced 2026-05-16 02:22:08 +00:00
07cb8ed9ae
It can happen that a channel is +k, but no key is set: for example by
misconfiguring a pre-defined channel. In this case, ngIRCd sent an
invalud CHANINFO command ("CHANINFO #test +Pk 0 :'", note the unset
key represented by the two spaces) to its peers.
Fix this and enhance the CHANINFO documentation.