diff options
Diffstat (limited to 'src/fe-common/irc/module-formats.c')
-rw-r--r-- | src/fe-common/irc/module-formats.c | 5 |
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 } }, |