mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +02:00
/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:
parent
5def50c7f6
commit
d0a4404bdf
5 changed files with 113 additions and 35 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue