diff options
author | Timo Sirainen <cras@irssi.org> | 2002-11-13 09:24:25 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2002-11-13 09:24:25 +0000 |
commit | b5a13fd80b332ca92b58805426b5e0002400f983 (patch) | |
tree | 834075cf775f9e3ca0bc913cb770e7d0141cdcc7 /src/fe-common | |
parent | be1cd41a349ec77dcbb149e393e75209d1d0b9f0 (diff) | |
download | irssi-b5a13fd80b332ca92b58805426b5e0002400f983.zip |
Don't highlight whois_extra and whois_special lines.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2998 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/fe-common')
-rw-r--r-- | src/fe-common/irc/module-formats.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fe-common/irc/module-formats.c b/src/fe-common/irc/module-formats.c index 841ac4ca..3391089e 100644 --- a/src/fe-common/irc/module-formats.c +++ b/src/fe-common/irc/module-formats.c @@ -106,8 +106,8 @@ FORMAT_REC fecommon_irc_formats[] = { { "whois_usermode", "{whois usermode $1}", 2, { 0, 0 } }, { "whois_channels", "{whois channels %|$1}", 2, { 0, 0 } }, { "whois_away", "{whois away %|$1}", 2, { 0, 0 } }, - { "whois_special", "{whois %|{hilight $1}}", 2, { 0, 0 } }, - { "whois_extra", "{whois %|{hilight $1}}", 2, { 0, 0 } }, + { "whois_special", "{whois %|$1}", 2, { 0, 0 } }, + { "whois_extra", "{whois %|$1}", 2, { 0, 0 } }, { "end_of_whois", "End of WHOIS", 1, { 0 } }, { "end_of_whowas", "End of WHOWAS", 1, { 0 } }, { "whois_not_found", "There is no such nick $0", 1, { 0 } }, |