mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
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
This commit is contained in:
parent
51ab0c1350
commit
78e24b0378
@ -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 } },
|
||||
|
Loading…
Reference in New Issue
Block a user