mirror of
https://github.com/irssi/irssi.git
synced 2024-10-27 05:20:20 -04:00
whois_away had one extra space at the beginning.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1587 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
b62615e32a
commit
84e8d9acfa
@ -106,7 +106,7 @@ FORMAT_REC fecommon_irc_formats[] = {
|
||||
{ "whois_modes", " {whois modes $1}", 2, { 0, 0 } },
|
||||
{ "whois_realhost", "{whois hostname $1}", 2, { 0, 0 } },
|
||||
{ "whois_channels", "{whois channels %|$1}", 2, { 0, 0 } },
|
||||
{ "whois_away", " {whois away %|$1}", 2, { 0, 0 } },
|
||||
{ "whois_away", "{whois away %|$1}", 2, { 0, 0 } },
|
||||
{ "whois_special", "{whois %|{hilight $1}}", 2, { 0, 0 } },
|
||||
{ "end_of_whois", "End of WHOIS", 1, { 0 } },
|
||||
{ "end_of_whowas", "End of WHOWAS", 1, { 0 } },
|
||||
|
Loading…
Reference in New Issue
Block a user