/NAMES: -ops -halfops -voices -normal options added. /NAMES without

parameters now prints nicklist in active channel, /NAMES ** shows all
nicks in all channels.


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1332 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-03-04 00:14:00 +00:00 committed by cras
commit d0a4404bdf
5 changed files with 113 additions and 35 deletions

View file

@ -90,7 +90,8 @@ static void event_end_of_names(IRC_SERVER_REC *server, const char *data)
chanrec = irc_channel_find(server, channel);
if (chanrec != NULL)
fe_channels_nicklist(CHANNEL(chanrec));
fe_channels_nicklist(CHANNEL(chanrec),
CHANNEL_NICKLIST_FLAG_ALL);
else {
printformat_module("fe-common/core", server, channel,
MSGLEVEL_CRAP, TXT_ENDOFNAMES,