diff options
author | Timo Sirainen <cras@irssi.org> | 2001-11-19 23:04:58 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-11-19 23:04:58 +0000 |
commit | a9428129a55afe562bed60e80cfc78ccdc1c52fe (patch) | |
tree | 1a73d0305af5f7d2683cf6b87057fec409435d2b /src/fe-common/irc/module-formats.c | |
parent | 32f26d0ff5e07faedb3b7fe44fec61ab7b3ec041 (diff) | |
download | irssi-a9428129a55afe562bed60e80cfc78ccdc1c52fe.zip |
378 event (whois realhost) data is different between irc servers, so added
support for another server. Also added support for 377 event (whois
usermode).
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2107 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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fe-common/irc/module-formats.c b/src/fe-common/irc/module-formats.c index d96838da..9685afc5 100644 --- a/src/fe-common/irc/module-formats.c +++ b/src/fe-common/irc/module-formats.c @@ -103,6 +103,7 @@ FORMAT_REC fecommon_irc_formats[] = { { "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_usermode", "{whois usermode $1}", 2, { 0, 0 } }, { "whois_channels", "{whois channels %|$1}", 2, { 0, 0 } }, { "whois_away", "{whois away %|$1}", 2, { 0, 0 } }, { "whois_special", "{whois %|{hilight $1}}", 2, { 0, 0 } }, |