From 55c16859993bff2520881b0072962a941904e2f7 Mon Sep 17 00:00:00 2001 From: Jilles Tjoelker Date: Sat, 3 Nov 2007 00:06:47 +0000 Subject: Remove a space that messed up alignment in whois mode replies. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4636 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') diff --git a/src/fe-common/irc/module-formats.c b/src/fe-common/irc/module-formats.c index f1720962..fb14a0e4 100644 --- a/src/fe-common/irc/module-formats.c +++ b/src/fe-common/irc/module-formats.c @@ -99,7 +99,7 @@ FORMAT_REC fecommon_irc_formats[] = { { "whois_idle_signon", "{whois idle %|$1 days $2 hours $3 mins $4 secs {comment signon: $5}}", 6, { 0, 1, 1, 1, 1, 0 } }, { "whois_server", "{whois server %|$1 {comment $2}}", 3, { 0, 0, 0 } }, { "whois_oper", "{whois {hilight $1}}", 2, { 0, 0 } }, - { "whois_modes", " {whois modes $1}", 2, { 0, 0 } }, + { "whois_modes", "{whois modes $1}", 2, { 0, 0 } }, { "whois_realhost", "{whois hostname $1-}", 3, { 0, 0, 0 } }, { "whois_usermode", "{whois usermode $1}", 2, { 0, 0 } }, { "whois_channels", "{whois channels %|$1}", 2, { 0, 0 } }, -- cgit v1.2.3