diff options
author | Timo Sirainen <cras@irssi.org> | 2004-07-11 15:42:21 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2004-07-11 15:42:21 +0000 |
commit | 6f45115b5e21d4806c391673ae9afbf54a6bff48 (patch) | |
tree | d7e5eb41af22cc2da0ec336f656a32ebe5224fe1 /src/fe-common/irc/module-formats.c | |
parent | e9c3a217e3149922508c0a80d0eda8a52792d641 (diff) | |
download | irssi-6f45115b5e21d4806c391673ae9afbf54a6bff48.zip |
Fixed handling WHOIS printing once and for all. Everything unknown between
"beginning of whois" and "end of whois" events is now printed as
whois_special. Removed whois_registered and whois_help, they're printed with
whois_special as well.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3263 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, 0 insertions, 2 deletions
diff --git a/src/fe-common/irc/module-formats.c b/src/fe-common/irc/module-formats.c index 3391089e..4b466f1c 100644 --- a/src/fe-common/irc/module-formats.c +++ b/src/fe-common/irc/module-formats.c @@ -99,8 +99,6 @@ FORMAT_REC fecommon_irc_formats[] = { { "whois_idle_signon", "{whois idle %|$1 days $2 hours $3 mins $4 secs {comment signon: $5}}", 6, { 0, 1, 1, 1, 1, 0 } }, { "whois_server", "{whois server %|$1 {comment $2}}", 3, { 0, 0, 0 } }, { "whois_oper", "{whois {hilight $1}}", 2, { 0, 0 } }, - { "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-}", 3, { 0, 0, 0 } }, { "whois_usermode", "{whois usermode $1}", 2, { 0, 0 } }, |