summaryrefslogtreecommitdiff
path: root/net/ircII
diff options
context:
space:
mode:
authormrg <mrg>2000-03-16 15:03:10 +0000
committermrg <mrg>2000-03-16 15:03:10 +0000
commitf658f6de8ec457f2ba33a98402201053b7e10152 (patch)
tree3f98b2e074a91ef1a7dee2cabbd8140122aca194 /net/ircII
parent200151cbabead37fb09c09fc2248c6c90ad18e3e (diff)
downloadpkgsrc-f658f6de8ec457f2ba33a98402201053b7e10152.tar.gz
update to ircII 4.4Q. new features include:
o new /cat command. o new $chatpeers() function. o new /set make_notice_msg variable. o /encrypt -showkeys option added. o lastlog level HELP added. o more bugs fixed. o additional /bind-able metakeys: meta5_character, meta6_character, meta7_character, meta8_character o forward and backward scroll *really* works! o scrolling directly to the start also works! o most /ignore requests are now honoured by the ICB mode. o new /set no_ask_password variable added. o new /set xterm_path variable added. o new /set irchost variable added. o IPv6 [se:ve:er]:port support added. o translation table support in dumb mode. o new $wincols() and $winrows() functions which return the number of columns and rows in this window. o /set auto_unmark_away fixed after many years o bunches of bugs fixed o if /dcc get fails due to local permissions, the offer is not removed any longer, allowing the problem to be fixed. o +c (colourless) and +R (registered users only) channel modes o IRC 2.10 !channels supported o vasprintf(3) support o aliases of dynamic sizes! o channels *really* should stay attached to windows properly and hang around after reconnects, etc. o /join bug is gone o new /on window_swap that is triggered when you swap windows. o /window bind has original behaviour; stick to windows not channels. o ICB support extended.
Diffstat (limited to 'net/ircII')
-rw-r--r--net/ircII/Makefile8
-rw-r--r--net/ircII/files/md54
-rw-r--r--net/ircII/patches/patch-aa18
-rw-r--r--net/ircII/patches/patch-ab148
-rw-r--r--net/ircII/patches/patch-ad81
-rw-r--r--net/ircII/patches/patch-ae32
-rw-r--r--net/ircII/patches/patch-af28
-rw-r--r--net/ircII/pkg/PLIST491
8 files changed, 256 insertions, 554 deletions
diff --git a/net/ircII/Makefile b/net/ircII/Makefile
index 6139a199e58..49f32298070 100644
--- a/net/ircII/Makefile
+++ b/net/ircII/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.25 2000/02/09 18:21:11 hubertf Exp $
+# $NetBSD: Makefile,v 1.26 2000/03/16 15:03:10 mrg Exp $
# FreeBSD Id: Makefile,v 1.14 1997/05/14 10:35:13 torstenb Exp
#
-DISTNAME= ircii-4.4M
-PKGNAME= ircII-4.4M
-WRKSRC= ${WRKDIR}/ircii-4.4M
+DISTNAME= ircii-4.4Q
+PKGNAME= ircII-4.4Q
+WRKSRC= ${WRKDIR}/ircii-4.4Q
CATEGORIES= net
MASTER_SITES= ftp://ircftp.au.eterna.com.au/pub/ircII/
diff --git a/net/ircII/files/md5 b/net/ircII/files/md5
index 3605f2b745d..2012f11b50f 100644
--- a/net/ircII/files/md5
+++ b/net/ircII/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.8 2000/01/31 23:00:47 mrg Exp $
+$NetBSD: md5,v 1.9 2000/03/16 15:03:11 mrg Exp $
-MD5 (ircii-4.4M.tar.gz) = 34d6fb3e4d2635b04978741a3fad5c9d
+MD5 (ircii-4.4Q.tar.gz) = 760e36a364083e23b28ee672880e1a5d
diff --git a/net/ircII/patches/patch-aa b/net/ircII/patches/patch-aa
deleted file mode 100644
index 1fa0f60936d..00000000000
--- a/net/ircII/patches/patch-aa
+++ /dev/null
@@ -1,18 +0,0 @@
-$NetBSD: patch-aa,v 1.8 2000/02/05 19:59:27 wiz Exp $
-
-Index: configure.in
-===================================================================
-RCS file: /home/cvs/ircii/configure.in,v
-retrieving revision 1.121
-retrieving revision 1.122
-diff -p -u -r1.121 -r1.122
---- configure.in 2000/01/28 19:55:28 1.121
-+++ configure.in 2000/01/31 04:06:24 1.122
-@@ -916,7 +916,6 @@ AC_ARG_ENABLE(ipv6,
- #include <sys/socket.h>
- main()
- {
-- exit(0);
- if (socket(AF_INET6, SOCK_STREAM, 0) < 0)
- exit(1);
- else
diff --git a/net/ircII/patches/patch-ab b/net/ircII/patches/patch-ab
deleted file mode 100644
index 69234a4f676..00000000000
--- a/net/ircII/patches/patch-ab
+++ /dev/null
@@ -1,148 +0,0 @@
-$NetBSD: patch-ab,v 1.8 2000/01/31 23:00:47 mrg Exp $
-
-Index: configure
-===================================================================
-RCS file: /home/cvs/ircii/configure,v
-retrieving revision 2.83
-retrieving revision 2.84
-diff -p -u -r2.83 -r2.84
---- configure 2000/01/28 19:57:35 2.83
-+++ configure 2000/01/31 04:07:12 2.84
-@@ -4511,7 +4511,6 @@ else
- #include <sys/socket.h>
- main()
- {
-- exit(0);
- if (socket(AF_INET6, SOCK_STREAM, 0) < 0)
- exit(1);
- else
-@@ -4519,7 +4518,7 @@ main()
- }
-
- EOF
--if { (eval echo configure:4523: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:4522: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
- echo "$ac_t""yes" 1>&6
- cat >> confdefs.h <<\EOF
-@@ -4546,12 +4545,12 @@ ipv6trylibc=no
-
- if test "x$ipv6" = "xyes"; then
- echo $ac_n "checking ipv6 stack type""... $ac_c" 1>&6
--echo "configure:4550: checking ipv6 stack type" >&5
-+echo "configure:4549: checking ipv6 stack type" >&5
- for i in inria kame linux-glibc linux-libinet6 toshiba v6d zeta; do
- case $i in
- inria)
- cat > conftest.$ac_ext <<EOF
--#line 4555 "configure"
-+#line 4554 "configure"
- #include "confdefs.h"
- dnl
- #include <netinet/in.h>
-@@ -4570,7 +4569,7 @@ rm -f conftest*
- ;;
- kame)
- cat > conftest.$ac_ext <<EOF
--#line 4574 "configure"
-+#line 4573 "configure"
- #include "confdefs.h"
- dnl
- #include <netinet/in.h>
-@@ -4592,7 +4591,7 @@ rm -f conftest*
- ;;
- linux-glibc)
- cat > conftest.$ac_ext <<EOF
--#line 4596 "configure"
-+#line 4595 "configure"
- #include "confdefs.h"
- dnl
- #include <features.h>
-@@ -4620,7 +4619,7 @@ rm -f conftest*
- ;;
- toshiba)
- cat > conftest.$ac_ext <<EOF
--#line 4624 "configure"
-+#line 4623 "configure"
- #include "confdefs.h"
- dnl
- #include <sys/param.h>
-@@ -4641,7 +4640,7 @@ rm -f conftest*
- ;;
- v6d)
- cat > conftest.$ac_ext <<EOF
--#line 4645 "configure"
-+#line 4644 "configure"
- #include "confdefs.h"
- dnl
- #include </usr/local/v6/include/sys/v6config.h>
-@@ -4662,7 +4661,7 @@ rm -f conftest*
- ;;
- zeta)
- cat > conftest.$ac_ext <<EOF
--#line 4666 "configure"
-+#line 4665 "configure"
- #include "confdefs.h"
- dnl
- #include <sys/param.h>
-@@ -4703,13 +4702,13 @@ ipv6 kit and compile beforehand." 1>&2;
- fi
- fi
- echo $ac_n "checking getaddrinfo bug""... $ac_c" 1>&6
--echo "configure:4707: checking getaddrinfo bug" >&5
-+echo "configure:4706: checking getaddrinfo bug" >&5
- if test "$cross_compiling" = yes; then
- echo "$ac_t""buggy" 1>&6
- buggygetaddrinfo=yes
- else
- cat > conftest.$ac_ext <<EOF
--#line 4713 "configure"
-+#line 4712 "configure"
- #include "confdefs.h"
-
- #include <sys/types.h>
-@@ -4796,7 +4795,7 @@ main()
- }
-
- EOF
--if { (eval echo configure:4800: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:4799: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
- echo "$ac_t""good" 1>&6
- buggygetaddrinfo=no
-@@ -4832,7 +4831,7 @@ do
- # Extract the first word of "$ac_prog", so it can be a program name with args.
- set dummy $ac_prog; ac_word=$2
- echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
--echo "configure:4836: checking for $ac_word" >&5
-+echo "configure:4835: checking for $ac_word" >&5
- if eval "test \"`echo '$''{'ac_cv_prog_COPY_DIRECTORY'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -4867,7 +4866,7 @@ do
- # Extract the first word of "$ac_prog", so it can be a program name with args.
- set dummy $ac_prog; ac_word=$2
- echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
--echo "configure:4871: checking for $ac_word" >&5
-+echo "configure:4870: checking for $ac_word" >&5
- if eval "test \"`echo '$''{'ac_cv_prog_COPY_DIRECTORY'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -4920,7 +4919,7 @@ do
- # Extract the first word of "$ac_prog", so it can be a program name with args.
- set dummy $ac_prog; ac_word=$2
- echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
--echo "configure:4924: checking for $ac_word" >&5
-+echo "configure:4923: checking for $ac_word" >&5
- if eval "test \"`echo '$''{'ac_cv_prog_ZCAT'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -4995,7 +4994,7 @@ if test -z "$SENDMAIL"; then
- # Extract the first word of `sendmail', so it can be a program name with args.
- set dummy sendmail; word=$2
- echo $ac_n "checking for $word""... $ac_c" 1>&6
--echo "configure:4999: checking for $word" >&5
-+echo "configure:4998: checking for $word" >&5
- IFS="${IFS= }"; saveifs="$IFS"; IFS="${IFS}:"
- for dir in $_PATH; do
- test -z "$dir" && dir=.
diff --git a/net/ircII/patches/patch-ad b/net/ircII/patches/patch-ad
deleted file mode 100644
index 91771ce22df..00000000000
--- a/net/ircII/patches/patch-ad
+++ /dev/null
@@ -1,81 +0,0 @@
-$NetBSD: patch-ad,v 1.3 2000/01/31 23:00:48 mrg Exp $
-
-Index: source/icb.c
-===================================================================
-RCS file: /home/cvs/ircii/source/icb.c,v
-retrieving revision 2.24
-retrieving revision 2.26
-diff -p -u -r2.24 -r2.26
---- source/icb.c 2000/01/06 01:00:55 2.24
-+++ source/icb.c 2000/01/31 22:29:07 2.26
-@@ -216,7 +216,7 @@ icb_got_status(line)
- group = ap[1] + 21;
- KILL_SPACE(group);
- clear_channel_list(parsing_server_index);
-- add_channel(group, parsing_server_index, 1, 0);
-+ add_channel(group, parsing_server_index, CHAN_JOINED, 0);
- set_server_icbgroup(parsing_server_index, group);
- icb_set_fromuserhost(empty_string);
- message_from(group, LOG_CRAP);
-@@ -268,14 +268,32 @@ icb_got_status(line)
- do_say = 0;
- RESTORE_SPACE;
- }
-+ else
-+ if (my_stricmp(ap[0], "change") == 0)
-+ {
-+ /* look for "Group is now named XXX" */
-+
-+ if (my_strnicmp(ap[1], "Group is now named ", 19) == 0)
-+ {
-+ int len;
-+
-+ group = ap[1] + 19;
-+ len = strlen(group);
-+ if (group[len - 1] == '.')
-+ group[len - 1] = 0; /* kill the period */
-+
-+ clear_channel_list(parsing_server_index);
-+ add_channel(group, parsing_server_index, CHAN_JOINED, 0);
-+ set_server_icbgroup(parsing_server_index, group);
-+ icb_set_fromuserhost(empty_string);
-+ }
-+ /* leave do_say set for both cases */
-+ }
-
-- /* run this hook even if do_say is no? for now, no. */
-- /* HOOK: new? status? icb_status? */
-- /* the hook is needed. or support here for it. there are a lot more status messages
-- * we need to deal with that come via here... */
- #if 0
--*** info Change: Group is now named somaz
-+/* messages not yet understood */
- #endif
-+
- if (do_say && do_hook(ICB_STATUS_LIST, "%s %s", ap[0], ap[1]))
- say("info %s: %s", ap[0], ap[1]);
- out:
-@@ -623,13 +641,16 @@ icb_put_msg2(to, line)
- size_t len, remain;
-
- /* HOOK: send_msg */
-- save_message_from();
-- level = set_lastlog_msg_level(LOG_MSG);
-- message_from(to, LOG_MSG);
-- if (do_hook(SEND_MSG_LIST, "%s %s", to, line))
-- put_it("-> *%s* %s", to, line);
-- set_lastlog_msg_level(level);
-- restore_message_from();
-+ if (window_display)
-+ {
-+ save_message_from();
-+ level = set_lastlog_msg_level(LOG_MSG);
-+ message_from(to, LOG_MSG);
-+ if (do_hook(SEND_MSG_LIST, "%s %s", to, line))
-+ put_it("-> *%s* %s", to, line);
-+ set_lastlog_msg_level(level);
-+ restore_message_from();
-+ }
-
- /* deal with ICB 255 length limits */
- /* command + 'm' + sep + to + space + (line +) nul */
diff --git a/net/ircII/patches/patch-ae b/net/ircII/patches/patch-ae
deleted file mode 100644
index 291a8bd02c7..00000000000
--- a/net/ircII/patches/patch-ae
+++ /dev/null
@@ -1,32 +0,0 @@
-$NetBSD: patch-ae,v 1.1 2000/01/31 23:00:49 mrg Exp $
-
-Index: source/edit.c
-===================================================================
-RCS file: /home/cvs/ircii/source/edit.c,v
-retrieving revision 1.119
-retrieving revision 1.120
-diff -p -u -r1.119 -r1.120
---- edit.c 1999/12/18 13:12:00 1.119
-+++ edit.c 2000/01/30 21:07:47 1.120
-@@ -1285,6 +1285,21 @@ whois(command, args, subargs)
- *args,
- *subargs;
- {
-+ if (get_server_version(from_server) == ServerICB)
-+ {
-+ int display;
-+ char *buf;
-+
-+ display = window_display;
-+ window_display = 0;
-+ buf = new_malloc(5 + 1 + strlen(args) + 1);
-+ sprintf(buf, "whereis %s", args);
-+ icb_put_msg2("server", buf);
-+ new_free(&buf);
-+ window_display = display;
-+ return;
-+ }
-+
- if (args && *args)
- send_to_server("%s %s", command, args);
- else /* Default to yourself -lynx */
diff --git a/net/ircII/patches/patch-af b/net/ircII/patches/patch-af
deleted file mode 100644
index 59bba151332..00000000000
--- a/net/ircII/patches/patch-af
+++ /dev/null
@@ -1,28 +0,0 @@
-$NetBSD: patch-af,v 1.1 2000/03/02 16:02:50 mrg Exp $
-
-Index: script/times
-===================================================================
-RCS file: /home/cvs/ircii/script/times,v
-retrieving revision 1.1
-diff -p -c -r1.1 times
-*** times 1999/12/09 10:40:36 1.1
---- times 2000/03/02 15:54:09
-***************
-*** 1,8 ****
- #
-
-! on ^msg * echo $Z *$0* $2-
- on ^send_msg * echo $Z -> *$0* $1-
-! on ^dcc * echo $Z =$0= $2-
- on ^send_dcc * echo $Z -> =$0= $1-
- on ^public * echo $Z <$0> $2-
- on ^send_public * echo $Z > $1-
---- 1,8 ----
- #
-
-! on ^msg * echo $Z *$0* $1-
- on ^send_msg * echo $Z -> *$0* $1-
-! on ^dcc * echo $Z =$0= $1-
- on ^send_dcc * echo $Z -> =$0= $1-
- on ^public * echo $Z <$0> $2-
- on ^send_public * echo $Z > $1-
diff --git a/net/ircII/pkg/PLIST b/net/ircII/pkg/PLIST
index 853edb0f99d..0ce9f130905 100644
--- a/net/ircII/pkg/PLIST
+++ b/net/ircII/pkg/PLIST
@@ -1,127 +1,27 @@
-@comment $NetBSD: PLIST,v 1.20 2000/02/09 17:36:27 hubertf Exp $
-bin/irc-4.4M
-bin/ircbug
+@comment $NetBSD: PLIST,v 1.21 2000/03/16 15:03:14 mrg Exp $
bin/irc
-bin/ircio
+bin/irc-4.4Q
+bin/ircbug
bin/ircflush
+bin/ircio
bin/wserv
man/man1/irc.1
man/man1/ircII.1
man/man1/ircbug.1
-share/irc/translation/ASCII
-share/irc/translation/CP437
-share/irc/translation/CP850
-share/irc/translation/DANISH
-share/irc/translation/DEC_MCS
-share/irc/translation/DG_MCS
-share/irc/translation/DUTCH
-share/irc/translation/FINNISH
-share/irc/translation/FRENCH
-share/irc/translation/FRENCH_CANADIAN
-share/irc/translation/GERMAN
-share/irc/translation/HP_MCS
-share/irc/translation/IRV
-share/irc/translation/ITALIAN
-share/irc/translation/JIS
-share/irc/translation/MACINTOSH
-share/irc/translation/NEXT
-share/irc/translation/NORWEGIAN_1
-share/irc/translation/NORWEGIAN_2
-share/irc/translation/POLISH
-share/irc/translation/POLISH_NOPL
-share/irc/translation/PORTUGUESE
-share/irc/translation/PORTUGUESE_COM
-share/irc/translation/RUSSIAN
-share/irc/translation/RUSSIAN_ALT
-share/irc/translation/RUSSIAN_WIN
-share/irc/translation/SPANISH
-share/irc/translation/SWEDISH
-share/irc/translation/SWEDISH_NAMES
-share/irc/translation/SWEDISH_NAMES_COM
-share/irc/translation/SWISS
-share/irc/translation/UNITED_KINGDOM
-share/irc/translation/UNITED_KINGDOM_COM
-share/irc/script/2.8script
-share/irc/script/2.9script
-share/irc/script/action
-share/irc/script/alias
-share/irc/script/autoop
-share/irc/script/basical
-share/irc/script/bigcheese
-share/irc/script/brc
-share/irc/script/channel
-share/irc/script/columns
-share/irc/script/commander
-share/irc/script/compl.mods
-share/irc/script/complete
-share/irc/script/cursor
-share/irc/script/dccchan
-share/irc/script/default
-share/irc/script/deutsch
-share/irc/script/disc
-share/irc/script/dmsg
-share/irc/script/edit
-share/irc/script/english
-share/irc/script/events
-share/irc/script/extensions
-share/irc/script/finger
-share/irc/script/flood
-share/irc/script/fnet
-share/irc/script/functions
-share/irc/script/global
-share/irc/script/help
-share/irc/script/history
-share/irc/script/history-match
-share/irc/script/icb
-share/irc/script/imap
-share/irc/script/ircIIhelp
-share/irc/script/ircprimer
-share/irc/script/ircrc
-share/irc/script/kickmenu
-share/irc/script/killpath
-share/irc/script/kpstat
-share/irc/script/list
-share/irc/script/log
-share/irc/script/lynx_ircrc
-share/irc/script/meta1
-share/irc/script/meta2
-share/irc/script/msg
-share/irc/script/mudlike
-share/irc/script/nemesis
-share/irc/script/netsplit
-share/irc/script/newaway
-share/irc/script/newformat
-share/irc/script/nicks
-share/irc/script/nocolour
-share/irc/script/oldping
-share/irc/script/oper
-share/irc/script/otherstatus
-share/irc/script/ping
-share/irc/script/prefix
-share/irc/script/recursion
-share/irc/script/repeat
-share/irc/script/screen
-share/irc/script/service
-share/irc/script/shell
-share/irc/script/silent
-share/irc/script/smileys
-share/irc/script/tabkey
-share/irc/script/time
-share/irc/script/times
-share/irc/script/traces
-share/irc/script/troy
-share/irc/script/uhnotify
-share/irc/script/undernet
-share/irc/script/version
-share/irc/script/voice
-share/irc/script/wallopstat
-share/irc/script/whowas
-share/irc/script/window
+share/irc/help/!@.GZ@
+share/irc/help/.date@.GZ@
+share/irc/help/:@.GZ@
+share/irc/help/abort@.GZ@
+share/irc/help/admin@.GZ@
share/irc/help/alias/alias@.GZ@
+share/irc/help/alias/functions@.GZ@
share/irc/help/alias/quote@.GZ@
share/irc/help/alias/special@.GZ@
share/irc/help/alias/width@.GZ@
-share/irc/help/alias/functions@.GZ@
+share/irc/help/assign@.GZ@
+share/irc/help/away@.GZ@
+share/irc/help/basics@.GZ@
+share/irc/help/beep@.GZ@
share/irc/help/bind/backspace@.GZ@
share/irc/help/bind/backward_character@.GZ@
share/irc/help/bind/backward_history@.GZ@
@@ -140,15 +40,19 @@ share/irc/help/bind/erase_line@.GZ@
share/irc/help/bind/erase_to_beg_of_line@.GZ@
share/irc/help/bind/erase_to_end_of_line@.GZ@
share/irc/help/bind/examples@.GZ@
-share/irc/help/bind/keys@.GZ@
share/irc/help/bind/forward_character@.GZ@
share/irc/help/bind/forward_history@.GZ@
share/irc/help/bind/forward_word@.GZ@
share/irc/help/bind/help_character@.GZ@
+share/irc/help/bind/keys@.GZ@
share/irc/help/bind/meta1_character@.GZ@
share/irc/help/bind/meta2_character@.GZ@
share/irc/help/bind/meta3_character@.GZ@
share/irc/help/bind/meta4_character@.GZ@
+share/irc/help/bind/meta5_character@.GZ@
+share/irc/help/bind/meta6_character@.GZ@
+share/irc/help/bind/meta7_character@.GZ@
+share/irc/help/bind/meta8_character@.GZ@
share/irc/help/bind/next_window@.GZ@
share/irc/help/bind/nothing@.GZ@
share/irc/help/bind/parse_command@.GZ@
@@ -171,6 +75,15 @@ share/irc/help/bind/transpose_characters@.GZ@
share/irc/help/bind/type_text@.GZ@
share/irc/help/bind/unstop_all_windows@.GZ@
share/irc/help/bind/yank_from_cutbuffer@.GZ@
+share/irc/help/brick@.GZ@
+share/irc/help/bye@.GZ@
+share/irc/help/cat@.GZ@
+share/irc/help/cd@.GZ@
+share/irc/help/channel@.GZ@
+share/irc/help/clear@.GZ@
+share/irc/help/commands@.GZ@
+share/irc/help/comment@.GZ@
+share/irc/help/connect@.GZ@
share/irc/help/ctcp/action@.GZ@
share/irc/help/ctcp/clientinfo@.GZ@
share/irc/help/ctcp/ctcp@.GZ@
@@ -181,6 +94,7 @@ share/irc/help/ctcp/time@.GZ@
share/irc/help/ctcp/userinfo@.GZ@
share/irc/help/ctcp/utc@.GZ@
share/irc/help/ctcp/version@.GZ@
+share/irc/help/date@.GZ@
share/irc/help/dcc/chat@.GZ@
share/irc/help/dcc/close@.GZ@
share/irc/help/dcc/dcc@.GZ@
@@ -191,6 +105,41 @@ share/irc/help/dcc/rename@.GZ@
share/irc/help/dcc/send@.GZ@
share/irc/help/dcc/talk@.GZ@
share/irc/help/dcc/tmsg@.GZ@
+share/irc/help/deop@.GZ@
+share/irc/help/describe@.GZ@
+share/irc/help/die@.GZ@
+share/irc/help/digraph@.GZ@
+share/irc/help/dmsg@.GZ@
+share/irc/help/dquery@.GZ@
+share/irc/help/echo@.GZ@
+share/irc/help/encrypt@.GZ@
+share/irc/help/etiquette@.GZ@
+share/irc/help/eval@.GZ@
+share/irc/help/exec@.GZ@
+share/irc/help/exit@.GZ@
+share/irc/help/expressions@.GZ@
+share/irc/help/flush@.GZ@
+share/irc/help/foreach@.GZ@
+share/irc/help/help@.GZ@
+share/irc/help/history@.GZ@
+share/irc/help/hook@.GZ@
+share/irc/help/icb@.GZ@
+share/irc/help/if@.GZ@
+share/irc/help/ignore@.GZ@
+share/irc/help/info@.GZ@
+share/irc/help/input@.GZ@
+share/irc/help/intro@.GZ@
+share/irc/help/invite@.GZ@
+share/irc/help/ircii/copyright@.GZ@
+share/irc/help/ison@.GZ@
+share/irc/help/join@.GZ@
+share/irc/help/kick@.GZ@
+share/irc/help/kill@.GZ@
+share/irc/help/lastlog@.GZ@
+share/irc/help/leave@.GZ@
+share/irc/help/links@.GZ@
+share/irc/help/list@.GZ@
+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@
@@ -201,18 +150,21 @@ share/irc/help/load/channel@.GZ@
share/irc/help/load/columns@.GZ@
share/irc/help/load/commander@.GZ@
share/irc/help/load/cursor@.GZ@
+share/irc/help/load/dccchan@.GZ@
share/irc/help/load/deutsch@.GZ@
share/irc/help/load/disc@.GZ@
share/irc/help/load/edit@.GZ@
share/irc/help/load/english@.GZ@
share/irc/help/load/events@.GZ@
share/irc/help/load/extensions@.GZ@
-share/irc/help/load/finger@.GZ@
share/irc/help/load/finger.who@.GZ@
+share/irc/help/load/finger@.GZ@
share/irc/help/load/flood@.GZ@
share/irc/help/load/fnet@.GZ@
share/irc/help/load/functions@.GZ@
+share/irc/help/load/help@.GZ@
share/irc/help/load/history@.GZ@
+share/irc/help/load/icb@.GZ@
share/irc/help/load/irciihelp@.GZ@
share/irc/help/load/ircprimer@.GZ@
share/irc/help/load/kickmenu@.GZ@
@@ -248,12 +200,19 @@ share/irc/help/load/troy@.GZ@
share/irc/help/load/uhnotify@.GZ@
share/irc/help/load/version@.GZ@
share/irc/help/load/wallopstat@.GZ@
-share/irc/help/load/icb@.GZ@
share/irc/help/load/whowas@.GZ@
share/irc/help/load/window@.GZ@
-share/irc/help/load/2.9script@.GZ@
-share/irc/help/load/dccchan@.GZ@
-share/irc/help/load/help@.GZ@
+share/irc/help/lusers@.GZ@
+share/irc/help/me@.GZ@
+share/irc/help/menus@.GZ@
+share/irc/help/mload@.GZ@
+share/irc/help/mode@.GZ@
+share/irc/help/motd@.GZ@
+share/irc/help/msg@.GZ@
+share/irc/help/names@.GZ@
+share/irc/help/news@.GZ@
+share/irc/help/newuser@.GZ@
+share/irc/help/nick@.GZ@
share/irc/help/note/antiwall@.GZ@
share/irc/help/note/count@.GZ@
share/irc/help/note/deny@.GZ@
@@ -275,6 +234,8 @@ share/irc/help/note/user@.GZ@
share/irc/help/note/waitfor@.GZ@
share/irc/help/note/wall@.GZ@
share/irc/help/note/wallops@.GZ@
+share/irc/help/notice@.GZ@
+share/irc/help/notify@.GZ@
share/irc/help/on/action@.GZ@
share/irc/help/on/channel_nick@.GZ@
share/irc/help/on/channel_signoff@.GZ@
@@ -331,6 +292,25 @@ share/irc/help/on/wallop@.GZ@
share/irc/help/on/who@.GZ@
share/irc/help/on/window@.GZ@
share/irc/help/on/window_kill@.GZ@
+share/irc/help/on/window_swap@.GZ@
+share/irc/help/oper@.GZ@
+share/irc/help/parsekey@.GZ@
+share/irc/help/part@.GZ@
+share/irc/help/ping@.GZ@
+share/irc/help/query@.GZ@
+share/irc/help/quit@.GZ@
+share/irc/help/quote@.GZ@
+share/irc/help/rbind@.GZ@
+share/irc/help/redirect@.GZ@
+share/irc/help/rehash@.GZ@
+share/irc/help/restart@.GZ@
+share/irc/help/rules@.GZ@
+share/irc/help/save@.GZ@
+share/irc/help/say@.GZ@
+share/irc/help/send@.GZ@
+share/irc/help/sendline@.GZ@
+share/irc/help/server@.GZ@
+share/irc/help/servlist@.GZ@
share/irc/help/set/always_split_biggest@.GZ@
share/irc/help/set/auto_unmark_away@.GZ@
share/irc/help/set/auto_whowas@.GZ@
@@ -347,20 +327,23 @@ share/irc/help/set/clock_alarm@.GZ@
share/irc/help/set/cmdchars@.GZ@
share/irc/help/set/command_mode@.GZ@
share/irc/help/set/continued_line@.GZ@
+share/irc/help/set/ctcp_reply_backlog_seconds@.GZ@
+share/irc/help/set/ctcp_reply_flood_size@.GZ@
+share/irc/help/set/ctcp_reply_ignore_seconds@.GZ@
share/irc/help/set/dcc_block_size@.GZ@
share/irc/help/set/debug@.GZ@
share/irc/help/set/display@.GZ@
share/irc/help/set/eight_bit_characters@.GZ@
-share/irc/help/set/flood_after@.GZ@
share/irc/help/set/encrypt_program@.GZ@
share/irc/help/set/exec_protection@.GZ@
+share/irc/help/set/flood_after@.GZ@
share/irc/help/set/flood_rate@.GZ@
share/irc/help/set/flood_users@.GZ@
share/irc/help/set/flood_warning@.GZ@
share/irc/help/set/full_status_line@.GZ@
+share/irc/help/set/help_pager@.GZ@
share/irc/help/set/help_path@.GZ@
share/irc/help/set/help_prompt@.GZ@
-share/irc/help/set/no_ctcp_flood@.GZ@
share/irc/help/set/help_window@.GZ@
share/irc/help/set/hide_private_channels@.GZ@
share/irc/help/set/highlight_char@.GZ@
@@ -373,10 +356,11 @@ share/irc/help/set/input_aliases@.GZ@
share/irc/help/set/input_prompt@.GZ@
share/irc/help/set/input_protection@.GZ@
share/irc/help/set/insert_mode@.GZ@
-share/irc/help/set/lastlog@.GZ@
-share/irc/help/set/load_path@.GZ@
share/irc/help/set/inverse_video@.GZ@
+share/irc/help/set/irchost@.GZ@
+share/irc/help/set/lastlog@.GZ@
share/irc/help/set/lastlog_level@.GZ@
+share/irc/help/set/load_path@.GZ@
share/irc/help/set/log@.GZ@
share/irc/help/set/logfile@.GZ@
share/irc/help/set/mail@.GZ@
@@ -385,13 +369,16 @@ share/irc/help/set/max_recursions@.GZ@
share/irc/help/set/menu@.GZ@
share/irc/help/set/minimum_servers@.GZ@
share/irc/help/set/minimum_users@.GZ@
-share/irc/help/set/translation@.GZ@
+share/irc/help/set/no_ask_nickname@.GZ@
+share/irc/help/set/no_ctcp_flood@.GZ@
share/irc/help/set/notify_handler@.GZ@
share/irc/help/set/notify_level@.GZ@
share/irc/help/set/notify_on_termination@.GZ@
share/irc/help/set/novice@.GZ@
+share/irc/help/set/old_encrypt_program@.GZ@
share/irc/help/set/pause_after_motd@.GZ@
share/irc/help/set/realname@.GZ@
+share/irc/help/set/same_window_only@.GZ@
share/irc/help/set/scroll@.GZ@
share/irc/help/set/scroll_lines@.GZ@
share/irc/help/set/send_ignore_msg@.GZ@
@@ -426,6 +413,7 @@ share/irc/help/set/status_user@.GZ@
share/irc/help/set/status_window@.GZ@
share/irc/help/set/suppress_server_motd@.GZ@
share/irc/help/set/tab_max@.GZ@
+share/irc/help/set/translation@.GZ@
share/irc/help/set/underline_video@.GZ@
share/irc/help/set/use_old_msg@.GZ@
share/irc/help/set/user_information@.GZ@
@@ -433,16 +421,33 @@ share/irc/help/set/user_wallops@.GZ@
share/irc/help/set/verbose_ctcp@.GZ@
share/irc/help/set/warn_of_ignores@.GZ@
share/irc/help/set/xterm_options@.GZ@
-share/irc/help/set/same_window_only@.GZ@
-share/irc/help/set/help_pager@.GZ@
-share/irc/help/set/ctcp_reply_backlog_seconds@.GZ@
-share/irc/help/set/ctcp_reply_flood_size@.GZ@
-share/irc/help/set/ctcp_reply_ignore_seconds@.GZ@
-share/irc/help/set/old_encrypt_program@.GZ@
+share/irc/help/set/xterm_path@.GZ@
+share/irc/help/signoff@.GZ@
+share/irc/help/sleep@.GZ@
+share/irc/help/squery@.GZ@
+share/irc/help/squit@.GZ@
+share/irc/help/stats@.GZ@
+share/irc/help/summon@.GZ@
+share/irc/help/time@.GZ@
+share/irc/help/timer@.GZ@
+share/irc/help/topic@.GZ@
+share/irc/help/trace@.GZ@
+share/irc/help/type@.GZ@
+share/irc/help/userhost@.GZ@
+share/irc/help/users@.GZ@
+share/irc/help/version@.GZ@
+share/irc/help/wait@.GZ@
+share/irc/help/wallops@.GZ@
+share/irc/help/which@.GZ@
+share/irc/help/while@.GZ@
+share/irc/help/who@.GZ@
+share/irc/help/whois@.GZ@
+share/irc/help/whowas@.GZ@
share/irc/help/window/add@.GZ@
share/irc/help/window/addgroup@.GZ@
share/irc/help/window/back@.GZ@
share/irc/help/window/balance@.GZ@
+share/irc/help/window/bind@.GZ@
share/irc/help/window/channel@.GZ@
share/irc/help/window/create@.GZ@
share/irc/help/window/delete@.GZ@
@@ -471,6 +476,7 @@ share/irc/help/window/pop@.GZ@
share/irc/help/window/previous@.GZ@
share/irc/help/window/prompt@.GZ@
share/irc/help/window/push@.GZ@
+share/irc/help/window/query@.GZ@
share/irc/help/window/refnum@.GZ@
share/irc/help/window/remove@.GZ@
share/irc/help/window/scroll@.GZ@
@@ -478,129 +484,132 @@ share/irc/help/window/server@.GZ@
share/irc/help/window/show@.GZ@
share/irc/help/window/shrink@.GZ@
share/irc/help/window/stack@.GZ@
-share/irc/help/window/swap@.GZ@
-share/irc/help/window/window@.GZ@
share/irc/help/window/sticky@.GZ@
-share/irc/help/window/bind@.GZ@
+share/irc/help/window/swap@.GZ@
share/irc/help/window/unbind@.GZ@
-share/irc/help/window/query@.GZ@
-share/irc/help/.date@.GZ@
-share/irc/help/!@.GZ@
-share/irc/help/:@.GZ@
-share/irc/help/abort@.GZ@
-share/irc/help/admin@.GZ@
-share/irc/help/assign@.GZ@
-share/irc/help/away@.GZ@
-share/irc/help/basics@.GZ@
-share/irc/help/beep@.GZ@
-share/irc/help/brick@.GZ@
-share/irc/help/bye@.GZ@
-share/irc/help/cd@.GZ@
-share/irc/help/channel@.GZ@
-share/irc/help/clear@.GZ@
-share/irc/help/commands@.GZ@
-share/irc/help/comment@.GZ@
-share/irc/help/connect@.GZ@
-share/irc/help/date@.GZ@
-share/irc/help/deop@.GZ@
-share/irc/help/describe@.GZ@
-share/irc/help/die@.GZ@
-share/irc/help/digraph@.GZ@
-share/irc/help/dmsg@.GZ@
-share/irc/help/dquery@.GZ@
-share/irc/help/echo@.GZ@
-share/irc/help/encrypt@.GZ@
-share/irc/help/etiquette@.GZ@
-share/irc/help/eval@.GZ@
-share/irc/help/exec@.GZ@
-share/irc/help/exit@.GZ@
-share/irc/help/expressions@.GZ@
-share/irc/help/flush@.GZ@
-share/irc/help/foreach@.GZ@
-share/irc/help/help@.GZ@
-share/irc/help/history@.GZ@
-share/irc/help/hook@.GZ@
-share/irc/help/if@.GZ@
-share/irc/help/ignore@.GZ@
-share/irc/help/info@.GZ@
-share/irc/help/input@.GZ@
-share/irc/help/intro@.GZ@
-share/irc/help/invite@.GZ@
-share/irc/help/join@.GZ@
-share/irc/help/kick@.GZ@
-share/irc/help/kill@.GZ@
-share/irc/help/lastlog@.GZ@
-share/irc/help/leave@.GZ@
-share/irc/help/links@.GZ@
-share/irc/help/list@.GZ@
-share/irc/help/lusers@.GZ@
-share/irc/help/me@.GZ@
-share/irc/help/menus@.GZ@
-share/irc/help/mload@.GZ@
-share/irc/help/mode@.GZ@
-share/irc/help/motd@.GZ@
-share/irc/help/msg@.GZ@
-share/irc/help/names@.GZ@
-share/irc/help/news@.GZ@
-share/irc/help/newuser@.GZ@
-share/irc/help/nick@.GZ@
-share/irc/help/notice@.GZ@
-share/irc/help/notify@.GZ@
-share/irc/help/oper@.GZ@
-share/irc/help/parsekey@.GZ@
-share/irc/help/part@.GZ@
-share/irc/help/ping@.GZ@
-share/irc/help/query@.GZ@
-share/irc/help/quit@.GZ@
-share/irc/help/quote@.GZ@
-share/irc/help/rbind@.GZ@
-share/irc/help/redirect@.GZ@
-share/irc/help/rehash@.GZ@
-share/irc/help/restart@.GZ@
-share/irc/help/rules@.GZ@
-share/irc/help/save@.GZ@
-share/irc/help/say@.GZ@
-share/irc/help/send@.GZ@
-share/irc/help/sendline@.GZ@
-share/irc/help/server@.GZ@
-share/irc/help/signoff@.GZ@
-share/irc/help/sleep@.GZ@
-share/irc/help/squit@.GZ@
-share/irc/help/stats@.GZ@
-share/irc/help/summon@.GZ@
-share/irc/help/time@.GZ@
-share/irc/help/timer@.GZ@
-share/irc/help/who@.GZ@
-share/irc/help/topic@.GZ@
-share/irc/help/trace@.GZ@
-share/irc/help/type@.GZ@
-share/irc/help/userhost@.GZ@
-share/irc/help/users@.GZ@
-share/irc/help/version@.GZ@
-share/irc/help/wait@.GZ@
-share/irc/help/wallops@.GZ@
-share/irc/help/which@.GZ@
-share/irc/help/while@.GZ@
-share/irc/help/whois@.GZ@
-share/irc/help/whowas@.GZ@
+share/irc/help/window/window@.GZ@
share/irc/help/xecho@.GZ@
share/irc/help/xtype@.GZ@
-share/irc/help/ircii/copyright@.GZ@
-share/irc/help/ison@.GZ@
-share/irc/help/servlist@.GZ@
-share/irc/help/squery@.GZ@
-share/irc/help/icb@.GZ@
+share/irc/script/2.8script
+share/irc/script/2.9script
+share/irc/script/action
+share/irc/script/alias
+share/irc/script/autoop
+share/irc/script/basical
+share/irc/script/bigcheese
+share/irc/script/brc
+share/irc/script/channel
+share/irc/script/columns
+share/irc/script/commander
+share/irc/script/compl.mods
+share/irc/script/complete
+share/irc/script/cursor
+share/irc/script/dccchan
+share/irc/script/default
+share/irc/script/deutsch
+share/irc/script/disc
+share/irc/script/dmsg
+share/irc/script/edit
+share/irc/script/english
+share/irc/script/events
+share/irc/script/extensions
+share/irc/script/finger
+share/irc/script/flood
+share/irc/script/fnet
+share/irc/script/functions
+share/irc/script/global
+share/irc/script/help
+share/irc/script/history
+share/irc/script/history-match
+share/irc/script/icb
+share/irc/script/imap
+share/irc/script/ircIIhelp
+share/irc/script/ircprimer
+share/irc/script/ircrc
+share/irc/script/kickmenu
+share/irc/script/killpath
+share/irc/script/kpstat
+share/irc/script/list
+share/irc/script/log
+share/irc/script/lynx_ircrc
+share/irc/script/meta1
+share/irc/script/meta2
+share/irc/script/msg
+share/irc/script/mudlike
+share/irc/script/nemesis
+share/irc/script/netsplit
+share/irc/script/newaway
+share/irc/script/newformat
+share/irc/script/nicks
+share/irc/script/nocolour
+share/irc/script/oldping
+share/irc/script/oper
+share/irc/script/otherstatus
+share/irc/script/ping
+share/irc/script/prefix
+share/irc/script/recursion
+share/irc/script/repeat
+share/irc/script/screen
+share/irc/script/service
+share/irc/script/shell
+share/irc/script/silent
+share/irc/script/smileys
+share/irc/script/tabkey
+share/irc/script/time
+share/irc/script/times
+share/irc/script/traces
+share/irc/script/troy
+share/irc/script/uhnotify
+share/irc/script/undernet
+share/irc/script/version
+share/irc/script/voice
+share/irc/script/wallopstat
+share/irc/script/whowas
+share/irc/script/window
+share/irc/translation/ASCII
+share/irc/translation/CP437
+share/irc/translation/CP850
+share/irc/translation/DANISH
+share/irc/translation/DEC_MCS
+share/irc/translation/DG_MCS
+share/irc/translation/DUTCH
+share/irc/translation/FINNISH
+share/irc/translation/FRENCH
+share/irc/translation/FRENCH_CANADIAN
+share/irc/translation/GERMAN
+share/irc/translation/HP_MCS
+share/irc/translation/IRV
+share/irc/translation/ITALIAN
+share/irc/translation/JIS
+share/irc/translation/MACINTOSH
+share/irc/translation/NEXT
+share/irc/translation/NORWEGIAN_1
+share/irc/translation/NORWEGIAN_2
+share/irc/translation/POLISH
+share/irc/translation/POLISH_NOPL
+share/irc/translation/PORTUGUESE
+share/irc/translation/PORTUGUESE_COM
+share/irc/translation/RUSSIAN
+share/irc/translation/RUSSIAN_ALT
+share/irc/translation/RUSSIAN_WIN
+share/irc/translation/SPANISH
+share/irc/translation/SWEDISH
+share/irc/translation/SWEDISH_NAMES
+share/irc/translation/SWEDISH_NAMES_COM
+share/irc/translation/SWISS
+share/irc/translation/UNITED_KINGDOM
+share/irc/translation/UNITED_KINGDOM_COM
@dirrm share/irc/help/alias
@dirrm share/irc/help/bind
@dirrm share/irc/help/ctcp
@dirrm share/irc/help/dcc
+@dirrm share/irc/help/ircii
@dirrm share/irc/help/load
@dirrm share/irc/help/note
@dirrm share/irc/help/on
@dirrm share/irc/help/set
@dirrm share/irc/help/window
-@dirrm share/irc/help/ircii
-@dirrm share/irc/help
@dirrm share/irc/script
@dirrm share/irc/translation
+@dirrm share/irc/help
@unexec rmdir %D/share/irc 2>/dev/null || true