mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 04:13:32 +02:00
Added support for 326 and 327 whois numerics in OPN.
Removed keeping track of ban exceptions and invite list. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2212 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
fe8971ac8f
commit
3f275ebd55
10 changed files with 21 additions and 269 deletions
|
|
@ -102,7 +102,7 @@ FORMAT_REC fecommon_irc_formats[] = {
|
|||
{ "whois_registered", "{whois has registered this nick}", 1, { 0 } },
|
||||
{ "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_realhost", "{whois hostname $1-}", 3, { 0, 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 } },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue