summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJilles Tjoelker <jilles@irssi.org>2007-06-05 20:24:33 +0000
committerjilles <jilles@dbcabf3a-b0e7-0310-adc4-f8d773084564>2007-06-05 20:24:33 +0000
commit78e24b03789b7c552698995c7472307c240cdaf8 (patch)
treef6bafad799ee8f888639bd5f18adb4f9ba6e13b6 /src
parent51ab0c135035b3748b6ceb8fa1033f08310bd57b (diff)
downloadirssi-78e24b03789b7c552698995c7472307c240cdaf8.zip
Put "account" before services login name (330 numeric, whois_extra).
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4541 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src')
-rw-r--r--src/fe-common/irc/module-formats.c2
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 cf2ac5d5..4e1626eb 100644
--- a/src/fe-common/irc/module-formats.c
+++ b/src/fe-common/irc/module-formats.c
@@ -105,7 +105,7 @@ FORMAT_REC fecommon_irc_formats[] = {
{ "whois_channels", "{whois channels %|$1}", 2, { 0, 0 } },
{ "whois_away", "{whois away %|$1}", 2, { 0, 0 } },
{ "whois_special", "{whois %|$1}", 2, { 0, 0 } },
- { "whois_extra", "{whois %|$1}", 2, { 0, 0 } },
+ { "whois_extra", "{whois account %|$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 } },