mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 03:40:16 +02:00
Support for 330 whois event (auth) in qnet
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2833 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
4fe68fcdd0
commit
8d41e24b58
3 changed files with 16 additions and 0 deletions
|
|
@ -107,6 +107,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 %|{hilight $1}}", 2, { 0, 0 } },
|
||||
{ "whois_extra", "{whois %|{hilight $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…
Add table
Add a link
Reference in a new issue