diff options
author | mrg <mrg@pkgsrc.org> | 2002-04-03 13:42:01 +0000 |
---|---|---|
committer | mrg <mrg@pkgsrc.org> | 2002-04-03 13:42:01 +0000 |
commit | d22a551585a7012aa76e8622bf9ab5608157a70b (patch) | |
tree | f16fbfd433c158e84aefa11b0b619b4b2b2ad17b /chat/ircII/PLIST | |
parent | 66722fd01e9ac09d01ad1385f397467682511ce6 (diff) | |
download | pkgsrc-d22a551585a7012aa76e8622bf9ab5608157a70b.tar.gz |
update to ircii-20020403. highlights include:
o new /on dcc_list hook, for /dcc list output
o /dcc list bug fixed
o status clock gets very slow bug fixed
o fix /window new server foo.com channel #foo,foo
o fix build problem on BSD/OS 4.3
o new --disable-non-blocking to turn off non blocking connects
o new /load autoquery, to automatically create a new query window
when /msg'ing. apparently like mIRC
o /whois works on ICB again
o multi-server connections should work much better now, including
when loaded from a script
o new help file for /window where, missing since forever
o server "." refers to the last connected server in this window, eg
`/window server .' and `/server .'
Diffstat (limited to 'chat/ircII/PLIST')
-rw-r--r-- | chat/ircII/PLIST | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/chat/ircII/PLIST b/chat/ircII/PLIST index 06fa04ae14f..b2a72617251 100644 --- a/chat/ircII/PLIST +++ b/chat/ircII/PLIST @@ -1,6 +1,6 @@ -@comment $NetBSD: PLIST,v 1.6 2002/03/21 16:30:59 mrg Exp $ +@comment $NetBSD: PLIST,v 1.7 2002/04/03 13:42:01 mrg Exp $ bin/irc -bin/irc-20020322 +bin/irc-20020403 bin/ircbug bin/ircflush bin/ircio @@ -144,6 +144,7 @@ share/irc/help/load/2.9script@.GZ@ share/irc/help/load/action@.GZ@ share/irc/help/load/alias@.GZ@ share/irc/help/load/autoop@.GZ@ +share/irc/help/load/autoquery@.GZ@ share/irc/help/load/basical@.GZ@ share/irc/help/load/bigcheese@.GZ@ share/irc/help/load/brc@.GZ@ @@ -245,6 +246,7 @@ share/irc/help/on/connect@.GZ@ share/irc/help/on/ctcp@.GZ@ share/irc/help/on/ctcp_reply@.GZ@ share/irc/help/on/dcc_chat@.GZ@ +share/irc/help/on/dcc_list@.GZ@ share/irc/help/on/dcc_raw@.GZ@ share/irc/help/on/disconnect@.GZ@ share/irc/help/on/exec@.GZ@ @@ -503,6 +505,7 @@ share/irc/help/window/stack@.GZ@ share/irc/help/window/sticky@.GZ@ share/irc/help/window/swap@.GZ@ share/irc/help/window/unbind@.GZ@ +share/irc/help/window/where@.GZ@ share/irc/help/window/window@.GZ@ share/irc/help/xecho@.GZ@ share/irc/help/xtype@.GZ@ @@ -511,6 +514,7 @@ share/irc/script/2.9script share/irc/script/action share/irc/script/alias share/irc/script/autoop +share/irc/script/autoquery share/irc/script/basical share/irc/script/bigcheese share/irc/script/brc |