mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 03:40:16 +02:00
378 event (whois realhost) data is different between irc servers, so added
support for another server. Also added support for 377 event (whois usermode). git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2107 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
32f26d0ff5
commit
a9428129a5
3 changed files with 30 additions and 5 deletions
|
|
@ -103,6 +103,7 @@ FORMAT_REC fecommon_irc_formats[] = {
|
|||
{ "whois_help", "{whois is available for help}", 1, { 0 } },
|
||||
{ "whois_modes", " {whois modes $1}", 2, { 0, 0 } },
|
||||
{ "whois_realhost", "{whois hostname $1}", 2, { 0, 0 } },
|
||||
{ "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 } },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue