1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-03-13 20:48:11 +00:00
Alexander Barton 07cb8ed9ae Don't send invalid CHANINFO commands when no key is set
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.
2020-06-11 16:45:30 +02:00
..
2015-07-19 03:03:06 +02:00
2014-03-19 00:59:01 +01:00
2015-06-24 21:15:44 +02:00
2015-09-06 19:38:16 +02:00
2015-09-06 19:38:16 +02:00
2017-01-15 22:07:11 +01:00