irssi-import / bugs.irssi.org

bugs.irssi.org archive
https://github.com/irssi/irssi/issues
0 stars 0 forks source link

If netjoin_max_nicks is set to 0, no nicks are displayed on the netjoin. #744

Open irssibot opened 14 years ago

irssibot commented 14 years ago

Setting netjoin_max_nicks to 0 causes this :

[21:17:12] ::: Netsplit irc.foo.bar <-> irc.bar.foo quits: ealexp_ [21:18:08] ::: Netsplit over, joins: (+1 more)

irssibot commented 14 years ago

What behaviour would you expect?

irssibot commented 14 years ago

The same as described in the documentation ("netjoin_max_nicks = 10 ; When non-zero, limits the number of nicknames to display during netjoins."). Also, netsplit_nicks_hide_threshold works this way.

irssibot commented 14 years ago

(this way means that if it is set to 0, all nicks are displayed...)