1
0
mirror of https://github.com/irssi/irssi.git synced 2024-12-04 14:46:39 -05:00

/NAMES #channel_you're_not_joined doesn't print the "total of xx nick" line

anymore - it was always just full of 0 and people thought it was a bug (it's
a missing feature :).


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1679 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-07-29 05:32:38 +00:00 committed by cras
parent 4740336c3f
commit 2d5edb8c4d

View File

@ -92,11 +92,6 @@ static void event_end_of_names(IRC_SERVER_REC *server, const char *data)
if (chanrec != NULL)
fe_channels_nicklist(CHANNEL(chanrec),
CHANNEL_NICKLIST_FLAG_ALL);
else {
printformat_module("fe-common/core", server, channel,
MSGLEVEL_CRAP, TXT_ENDOFNAMES,
channel, 0, 0, 0, 0);
}
g_free(params);
}