mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 12:53:42 +02:00
Such draft. Very wow.
This commit is contained in:
parent
8f5e200551
commit
c0f66c95ff
2 changed files with 21 additions and 18 deletions
|
|
@ -248,16 +248,10 @@ static void sig_print_starting(TEXT_DEST_REC *dest)
|
|||
if (printing_joins)
|
||||
return;
|
||||
|
||||
/* Do not dump the netsplit stats unless:
|
||||
* a) This is an IRC server
|
||||
* b) The message level is high enough
|
||||
* b) The message belongs to a channel
|
||||
* c) There's a NETJOIN record for this server
|
||||
*/
|
||||
if (!IS_IRC_SERVER(dest->server))
|
||||
return;
|
||||
|
||||
if (dest->level != MSGLEVEL_MSGS)
|
||||
if (dest->level != MSGLEVEL_PUBLIC)
|
||||
return;
|
||||
|
||||
if (!server_ischannel(dest->server, dest->target))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue