mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
Some /NAMES fixes
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2441 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
3dc9cbbf24
commit
e30c1b4f8e
3 changed files with 5 additions and 3 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue