diff options
author | Timo Sirainen <cras@irssi.org> | 2001-12-07 19:40:37 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-12-07 19:40:37 +0000 |
commit | 3f275ebd55c1c26935849787839c73ee0535a359 (patch) | |
tree | 60574af0ef9e2f7fd37aca74d2df34cd3779989c /src/fe-common/irc/module-formats.c | |
parent | fe8971ac8f9e841e2e33e2532c029eddda589774 (diff) | |
download | irssi-3f275ebd55c1c26935849787839c73ee0535a359.zip |
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
Diffstat (limited to 'src/fe-common/irc/module-formats.c')
-rw-r--r-- | src/fe-common/irc/module-formats.c | 2 |
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 9685afc5..452f18d6 100644 --- a/src/fe-common/irc/module-formats.c +++ b/src/fe-common/irc/module-formats.c @@ -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 } }, |