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

@ -74,7 +74,9 @@ static void event_names_list(IRC_SERVER_REC *server, const char *data)
if (irc_channel_find(server, channel) == NULL) {
printformat_module("fe-common/core", server, channel,
MSGLEVEL_CRAP, TXT_NAMES,
channel, names);
channel, 0, 0, 0, 0, 0);
printtext(server, channel, MSGLEVEL_CRAP, "%s", names);
}
g_free(params);
}