diff options
author | Jilles Tjoelker <jilles@irssi.org> | 2007-11-03 00:06:47 +0000 |
---|---|---|
committer | jilles <jilles@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2007-11-03 00:06:47 +0000 |
commit | 55c16859993bff2520881b0072962a941904e2f7 (patch) | |
tree | 20d0c5c4a22a0606e3d589fe9b06db88d181f95c /src/fe-common | |
parent | c4d88a3b72a0d87c1c1bac4df3bf44db0e4f659a (diff) | |
download | irssi-55c16859993bff2520881b0072962a941904e2f7.zip |
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
Diffstat (limited to 'src/fe-common')
-rw-r--r-- | src/fe-common/irc/module-formats.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 } }, |