From 4d39f311f99da06b4a489423a881672e508bebf7 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Sun, 3 Dec 2000 02:28:01 +0000 Subject: fixes git-svn-id: http://svn.irssi.org/repos/irssi/trunk@933 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/fe-common/irc/module-formats.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fe-common/irc/module-formats.c') diff --git a/src/fe-common/irc/module-formats.c b/src/fe-common/irc/module-formats.c index 8c96c599..e5fd8c53 100644 --- a/src/fe-common/irc/module-formats.c +++ b/src/fe-common/irc/module-formats.c @@ -59,7 +59,7 @@ FORMAT_REC fecommon_irc_formats[] = { { "channel_rejoin", "Channel {channel $0} is temporarily unavailable, this is normally because of netsplits. Irssi will now automatically try to rejoin back to this channel until the join is successful. Use /RMREJOINS command if you wish to abort this.", 1, { 0 } }, { "inviting", "Inviting {nick $0} to {channel $1}", 2, { 0, 0 } }, { "not_invited", "You have not been invited to a channel!", 0 }, - { "names", "{names_users Users {names_channel $0}}$1", 2, { 0, 0 } }, + { "names", "{names_users Users {names_channel $0}} $1", 2, { 0, 0 } }, { "names_nick", "{names_nick $0 $1}", 2, { 0, 0 } }, { "endofnames", "{channel $0}: Total of {hilight $1} nicks {comment {hilight $2} ops, {hilight $3} voices, {hilight $4} normal}", 5, { 0, 1, 1, 1, 1 } }, { "channel_created", "Channel {channelhilight $0} created $1", 2, { 0, 0 } }, -- cgit v1.2.3