summaryrefslogtreecommitdiff
path: root/src/fe-common/irc/module-formats.c
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2001-02-21 18:32:15 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2001-02-21 18:32:15 +0000
commit4a35a41c85d6fea8668553d135f7947f26313254 (patch)
treea26d33e8ea2ed36be6ed500e3dfbb8565fa7212f /src/fe-common/irc/module-formats.c
parentdb4e159870ab950ade8426db61a5af856b4326ac (diff)
downloadirssi-4a35a41c85d6fea8668553d135f7947f26313254.zip
Support for several unrealircd WHOIS replies, patch by Mark Glines
<paranoid@deathsdoor.com> git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1275 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/fe-common/irc/module-formats.c')
-rw-r--r--src/fe-common/irc/module-formats.c5
1 files changed, 5 insertions, 0 deletions
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 } },