From 4a35a41c85d6fea8668553d135f7947f26313254 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Wed, 21 Feb 2001 18:32:15 +0000 Subject: Support for several unrealircd WHOIS replies, patch by Mark Glines git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1275 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/fe-common/irc/module-formats.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/fe-common/irc/module-formats.c') diff --git a/src/fe-common/irc/module-formats.c b/src/fe-common/irc/module-formats.c index ead4b193..faae5de2 100644 --- a/src/fe-common/irc/module-formats.c +++ b/src/fe-common/irc/module-formats.c @@ -100,9 +100,14 @@ FORMAT_REC fecommon_irc_formats[] = { { "whois_idle_signon", " idle : $1 days $2 hours $3 mins $4 secs {comment signon: $5}", 6, { 0, 1, 1, 1, 1, 0 } }, { "whois_server", " server : $1 {comment $2}", 3, { 0, 0, 0 } }, { "whois_oper", " : {hilight IRC operator}", 1, { 0 } }, + { "whois_oper_type", " : {hilight $1}", 2, { 0, 0 } }, { "whois_registered", " : has registered this nick", 1, { 0 } }, + { "whois_help", " : is available for help", 1, { 0 } }, + { "whois_modes", " modes : $1", 2, { 0, 0 } }, + { "whois_realhost", " hostname : $1", 2, { 0, 0 } }, { "whois_channels", " channels : $1", 2, { 0, 0 } }, { "whois_away", " away : $1", 2, { 0, 0 } }, + { "whois_special", " : $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 } }, -- cgit debian/1.2.3+git2.25.1-1-2-gaceb0