Some /NAMES fixes

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2441 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2002-02-15 07:31:25 +00:00 committed by cras
commit e30c1b4f8e
3 changed files with 5 additions and 3 deletions

View file

@ -496,7 +496,7 @@ void fe_channels_nicklist(CHANNEL_REC *channel, int flags)
g_slist_free(sorted);
printformat(channel->server, channel->name,
MSGLEVEL_CLIENTCRAP, TXT_ENDOFNAMES,
MSGLEVEL_CLIENTNOTICE, TXT_ENDOFNAMES,
channel->name, nicks, ops, halfops, voices, normal);
}