Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Mar 2001 18:42:40 +0100 (CET)
From:      cj@vallcom.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/25830: update port: irc/bitchx
Message-ID:  <200103151742.f2FHget00617@batman.sixpack.de>

next in thread | raw e-mail | index | archive | help

>Number:         25830
>Category:       ports
>Synopsis:       update port: irc/bitchx
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 15 10:00:02 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Carl Johan Madestrand
>Release:        FreeBSD 4.2-STABLE
>Organization:
>Environment:
>Description:
Update to 1.0c18. Sorry for the late update this time but because some people thought it was worth it
here it is. 
Problems with this port:
* TCL support is broken (again)
* This is odd, make deinstall seems to uncompress the help files in /usr/local/share/bx/help and NOT delete them. 
I don't understand this.

Remove patch-ag patch-aj patch-ak patch-al patch-am patch-an patch-ao
Add patch-ap patch-aq

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/irc/bitchx/Makefile bitchx/Makefile
--- /usr/ports/irc/bitchx/Makefile	Mon Feb 26 06:06:09 2001
+++ bitchx/Makefile	Thu Mar 15 17:15:44 2001
@@ -5,18 +5,18 @@
 # $FreeBSD: ports/irc/bitchx/Makefile,v 1.29 2001/02/26 05:06:09 steve Exp $
 #
 
-PORTNAME=	BitchX
-PORTVERSION=	1.0c17
-PORTREVISION=	3
+PORTNAME=       BitchX
+PORTVERSION=	1.0c18
 CATEGORIES=	irc gnome
 MASTER_SITES=	ftp://ftp.bitchx.com/pub/BitchX/source/ \
 		ftp://ftp.bitchx.org/pub/BitchX/source/
+DISTNAME=	ircii-pana-1.0c18
 
 MAINTAINER=	cj@vallcom.net
 
 WRKSRC=		${WRKDIR}/BitchX
 
-USE_AUTOCONF=	yes
+GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
 WANT_ESOUND=	yes
 WANT_GNOME=	yes
@@ -62,7 +62,7 @@
 .endif
 
 .if defined(WITH_PLUGINS)
-CONFIGURE_ARGS+=--with-plugins=pkga,possum,encrypt,hint,abot,acro,amp,blowfish,scan,wavplay,qmail,fserv,nap,qbx
+CONFIGURE_ARGS+=--with-plugins
 PLIST_SUB+=	PLUGINS:=""
 .else
 CONFIGURE_ARGS+=--without-plugins
diff -urN /usr/ports/irc/bitchx/README.html bitchx/README.html
--- /usr/ports/irc/bitchx/README.html	Fri Mar  9 11:48:30 2001
+++ bitchx/README.html	Thu Jan  1 01:00:00 1970
@@ -1,30 +0,0 @@
-<html>
-<title> The FreeBSD Ports Collection (irc/bitchx)</title>
-<head><h1> The FreeBSD Ports Collection ("irc/bitchx")</h1> </head> <hr>
-<body>
-
-<p>You are now in the directory for the port "irc/bitchx" (package name "BitchX-1.0c17_3").
-
-<p>This is the one-line description for this port:
-
-<p><hr><p>
-An alternative ircII color client with optional GTK/GNOME support
-<p><hr>
-
-<p>Please read the "<a href="pkg-descr">description file</a>" for a
-longer description.
-
-<p>Go to the <a href="../../README.html">top of the ports tree</a> for
-a summary on how to use the ports collection.
-
-<p>
-This port requires package(s) "autoconf-2.13 gettext-0.10.35 gmake-3.79.1 m4-1.4" to build.
-<p>
-
-
-<p><hr><p>
-<a href="../README.html"> Go up one level</a>
-|
-<a href="../../README.html"> Go to top of ports tree</a>
-</body>
-</html>
diff -urN /usr/ports/irc/bitchx/distinfo bitchx/distinfo
--- /usr/ports/irc/bitchx/distinfo	Sun Jan 28 23:23:25 2001
+++ bitchx/distinfo	Thu Mar 15 17:21:55 2001
@@ -1 +1 @@
-MD5 (BitchX-1.0c17.tar.gz) = 9cbf6a87d2f3941a57ad10dd5c9cc8ad
+MD5 (ircii-pana-1.0c18.tar.gz) = 737276281ae911c5e1e17b028ebee045
diff -urN /usr/ports/irc/bitchx/files/patch-ag bitchx/files/patch-ag
--- /usr/ports/irc/bitchx/files/patch-ag	Thu Oct  5 09:22:40 2000
+++ bitchx/files/patch-ag	Thu Jan  1 01:00:00 1970
@@ -1,22 +0,0 @@
---- Makefile.in.orig	Sun Jan  9 02:11:01 2000
-+++ Makefile.in	Sat Sep  9 01:24:46 2000
-@@ -43,7 +43,7 @@
- IRCLIB = @IRCLIB@
- 
- CC = @CC@
--DEFS = -I$$(srcdir)/../include -I$(topdir)/include
-+DEFS = -I$$(srcdir)/../include -I$(topdir)/include -I. -I-
- LIBS = @LIBS@
- INCLUDES = @INCLUDES@
- 
-@@ -90,8 +90,8 @@
- 
- # This command will be used to install the BitchX help files.  If you don't
- # want to install them, replace with the following:
--# INSTALL_HELP_CMD = @echo The help files have not been installed.
--INSTALL_HELP_CMD = cp -pr $(srcdir)/bitchx-docs/* $(HELPDIR)
-+INSTALL_HELP_CMD = @echo 
-+# INSTALL_HELP_CMD = cp -pr $(srcdir)/bitchx-docs/* $(HELPDIR)
- 
- # This program allows you to use screen/xterm's to put new BitchX windows
- # on new screen/xterm windows.
diff -urN /usr/ports/irc/bitchx/files/patch-aj bitchx/files/patch-aj
--- /usr/ports/irc/bitchx/files/patch-aj	Fri Jul  7 20:24:43 2000
+++ bitchx/files/patch-aj	Thu Jan  1 01:00:00 1970
@@ -1,33 +0,0 @@
---- include/config.h.orig	Tue Jul  4 20:27:01 2000
-+++ include/config.h	Tue Jul  4 20:33:03 2000
-@@ -460,7 +460,7 @@
- 
- #define DEFAULT_HTTP_GRAB OFF
- #define DEFAULT_HELP_WINDOW OFF
--#define DEFAULT_NICK_COMPLETION ON
-+#define DEFAULT_NICK_COMPLETION OFF
- #define DEFAULT_NICK_COMPLETION_LEN 2
- #define DEFAULT_NICK_COMPLETION_TYPE 0  /* 0 1 2 */
- #define DEFAULT_NOTIFY ON
-@@ -495,9 +495,9 @@
- #define DEFAULT_AINV 0
- #define DEFAULT_ANNOY_KICK OFF
- #define DEFAULT_AOP_VAR OFF
--#define DEFAULT_AUTO_AWAY ON
--#define DEFAULT_KICK_OPS ON
--#define DEFAULT_AUTO_REJOIN ON
-+#define DEFAULT_AUTO_AWAY OFF
-+#define DEFAULT_KICK_OPS OFF
-+#define DEFAULT_AUTO_REJOIN OFF
- #define DEFAULT_DEOPFLOOD ON
- #define DEFAULT_CTCP_FLOOD_AFTER 3
- #define DEFAULT_CTCP_FLOOD_RATE 10
-@@ -735,7 +735,7 @@
- #endif
- 
- #undef PARANOID		/* #define this if your paranoid about dcc hijacking */
--#undef WANT_CHAN_NICK_SERV	/* do we want to include some chan/nick/oper server commands */
-+#define WANT_CHAN_NICK_SERV	/* do we want to include some chan/nick/oper server commands */
- 
- /* new epic stuff */
- #define OLD_STATUS_S_EXPANDO_BEHAVIOR
diff -urN /usr/ports/irc/bitchx/files/patch-ak bitchx/files/patch-ak
--- /usr/ports/irc/bitchx/files/patch-ak	Sat Sep 16 19:27:39 2000
+++ bitchx/files/patch-ak	Thu Jan  1 01:00:00 1970
@@ -1,37 +0,0 @@
---- configure.in.orig	Tue Aug 29 09:14:45 2000
-+++ configure.in	Fri Sep 15 11:49:51 2000
-@@ -940,8 +940,8 @@
-     AC_MSG_RESULT(no)
-   else
-     AC_MSG_RESULT(yes)
--    AC_CHECK_LIB(dl, dlopen, LIBS="$LIBS -ldl",
--      AC_CHECK_FUNC(dlopen,,
-+    AC_CHECK_FUNC(dlopen,,
-+      AC_CHECK_LIB(dl, dlopen, LIBS="$LIBS -ldl",
-         AC_CHECK_LIB(dld, dld_link, LIBS="$LIBS -ldld",
-           AC_CHECK_LIB(dld, shl_load, LIBS="$LIBS -ldld", 
-             AC_MSG_ERROR(Cannot find dlopen. Please run ./configure --without-tcl
-@@ -970,7 +970,7 @@
-       else
-         #if test x"$withval" != x"yes"; then
-         if test -d "$withval"; then
--          TCL_LIBS="$LIBS -L$withval -ltcl"
-+          TCL_LIBS="$LIBS -L$withval -ltcl83"
-           search_tcl=0
-           has_tcl=1
-         fi
-@@ -991,10 +991,10 @@
- 
-     AC_DEFUN(AC_SEARCH_TCL,
-     [ AC_MSG_CHECKING("location of tcl.h")
--      AC_CHECK_TCL(/usr/include, tcl.h, -ltcl,, "found in /usr/include")
--      AC_CHECK_TCL(/usr/include/tcl, tcl.h, -ltcl, -I/usr/include/tcl, "found in /usr/include/tcl")
--      AC_CHECK_TCL(/usr/local/include, tcl.h, -L/usr/local/lib -ltcl, -I/usr/local/include, "found in /usr/local")
--      AC_CHECK_TCL(/usr/local/include/tcl, tcl.h, -L/usr/local/lib -L/usr/local/lib/tcl -ltcl, -I/usr/local/include/tcl, "found in /usr/local/include/tcl")
-+      AC_CHECK_TCL(/usr/include, tcl.h, -ltcl83,, "found in /usr/include")
-+      AC_CHECK_TCL(/usr/include/tcl, tcl.h, -ltcl83, -I/usr/include/tcl, "found in /usr/include/tcl")
-+      AC_CHECK_TCL(/usr/local/include, tcl.h, -L/usr/local/lib -ltcl83, -I/usr/local/include, "found in /usr/local")
-+      AC_CHECK_TCL(/usr/local/include/tcl, tcl.h, -L/usr/local/lib -L/usr/local/lib/tcl -ltcl83, -I/usr/local/include/tcl, "found in /usr/local/include/tcl")
-     ])
- 
-     if test x"$search_tcl" != x"0"; then
diff -urN /usr/ports/irc/bitchx/files/patch-al bitchx/files/patch-al
--- /usr/ports/irc/bitchx/files/patch-al	Tue Dec 12 09:07:56 2000
+++ bitchx/files/patch-al	Thu Jan  1 01:00:00 1970
@@ -1,23 +0,0 @@
-*** source/misc.c~	Fri Sep  1 23:08:52 2000
---- source/misc.c	Fri Dec  8 10:52:56 2000
-***************
-*** 2641,2646 ****
---- 2641,2648 ----
-  		switch(type)
-  		{
-  		case T_A :
-+ 			if (dlen != sizeof(struct in_addr))
-+ 				return 0;
-  			rptr->re_he.h_length = dlen;
-  			if (ans == 1)
-  				rptr->re_he.h_addrtype=(class == C_IN) ?
-***************
-*** 2687,2692 ****
---- 2689,2695 ----
-  			*alias = NULL;
-  			break;
-  		default :
-+ 			cp += dlen;
-  			break;
-  		}
-  	}
diff -urN /usr/ports/irc/bitchx/files/patch-am bitchx/files/patch-am
--- /usr/ports/irc/bitchx/files/patch-am	Mon Feb 26 06:06:14 2001
+++ bitchx/files/patch-am	Thu Jan  1 01:00:00 1970
@@ -1,11 +0,0 @@
---- include/ircaux.h.orig	Sun Feb 25 00:03:55 2001
-+++ include/ircaux.h	Sun Feb 25 00:04:27 2001
-@@ -18,7 +18,7 @@
- #include <stdio.h>
- #ifdef WANT_TCL
- #undef USE_TCLALLOC
--#include <tcl.h>
-+#include "tcl.h"
- #endif
- 
- typedef int comp_len_func (char *, char *, int);
diff -urN /usr/ports/irc/bitchx/files/patch-an bitchx/files/patch-an
--- /usr/ports/irc/bitchx/files/patch-an	Mon Feb 26 06:06:14 2001
+++ bitchx/files/patch-an	Thu Jan  1 01:00:00 1970
@@ -1,11 +0,0 @@
---- include/tcl_bx.h.orig	Sun Feb 25 00:05:19 2001
-+++ include/tcl_bx.h	Sun Feb 25 00:05:39 2001
-@@ -27,7 +27,7 @@
- #ifdef WANT_TCL
- 
- 
--#include <tcl.h>
-+#include "tcl.h"
- extern Tcl_Interp *tcl_interp;
- void check_tcl_tand (char *, char *, char *);
- void check_tcl_msgm (char *, char *, char *, char *, char *);
diff -urN /usr/ports/irc/bitchx/files/patch-ao bitchx/files/patch-ao
--- /usr/ports/irc/bitchx/files/patch-ao	Mon Feb 26 06:06:14 2001
+++ bitchx/files/patch-ao	Thu Jan  1 01:00:00 1970
@@ -1,11 +0,0 @@
---- source/tcl_public.c.orig	Sun Feb 25 00:08:23 2001
-+++ source/tcl_public.c	Sun Feb 25 00:08:35 2001
-@@ -37,7 +37,7 @@
- };
- 
- #ifdef WANT_TCL
--#include <tcl.h>
-+#include "tcl.h"
- 
- /* 
-  * I wish to thank vore!vore@domination.ml.org for pushing me 
diff -urN /usr/ports/irc/bitchx/files/patch-ap bitchx/files/patch-ap
--- /usr/ports/irc/bitchx/files/patch-ap	Thu Jan  1 01:00:00 1970
+++ bitchx/files/patch-ap	Tue Mar 13 18:43:54 2001
@@ -0,0 +1,12 @@
+--- Makefile.in.orig	Tue Mar 13 18:40:31 2001
++++ Makefile.in	Tue Mar 13 18:42:58 2001
+@@ -114,8 +114,7 @@
+ 
+ # This command will be used to install the BitchX help files. If you don't
+ # want to install them, replace with the following:
+-# INSTALL_HELP_CMD = @echo The help files have not been installed.
+-INSTALL_HELP_CMD = @INSTALL_HELP_CMD@
++INSTALL_HELP_CMD = echo 
+ 
+ # This is where the optional plugins will be copied to.
+ PLUGINDIR = @PLUGINDIR@
diff -urN /usr/ports/irc/bitchx/files/patch-aq bitchx/files/patch-aq
--- /usr/ports/irc/bitchx/files/patch-aq	Thu Jan  1 01:00:00 1970
+++ bitchx/files/patch-aq	Wed Mar 14 11:37:52 2001
@@ -0,0 +1,33 @@
+--- include/config.h.old	Wed Mar 14 11:20:48 2001
++++ include/config.h	Wed Mar 14 11:23:51 2001
+@@ -468,7 +468,7 @@
+ #define DEFAULT_FTP_GRAB OFF
+ #define DEFAULT_HTTP_GRAB OFF
+ #define DEFAULT_HELP_WINDOW OFF
+-#define DEFAULT_NICK_COMPLETION ON
++#define DEFAULT_NICK_COMPLETION OFF
+ #define DEFAULT_NICK_COMPLETION_LEN 2
+ #define DEFAULT_NICK_COMPLETION_TYPE 0  /* 0 1 2 */
+ #define DEFAULT_NOTIFY ON
+@@ -498,9 +498,9 @@
+ #define DEFAULT_AINV 0
+ #define DEFAULT_ANNOY_KICK OFF
+ #define DEFAULT_AOP_VAR OFF
+-#define DEFAULT_AUTO_AWAY ON
+-#define DEFAULT_KICK_OPS ON
+-#define DEFAULT_AUTO_REJOIN ON
++#define DEFAULT_AUTO_AWAY OFF
++#define DEFAULT_KICK_OPS OFF
++#define DEFAULT_AUTO_REJOIN OFF
+ #define DEFAULT_DEOPFLOOD ON
+ #if defined(__EMXPM__) || defined(WIN32)
+ #define DEFAULT_CODEPAGE 437
+@@ -702,7 +702,7 @@
+ #endif
+ 
+ #undef PARANOID		/* #define this if your paranoid about dcc hijacking */
+-#undef WANT_CHAN_NICK_SERV	/* do we want to include some chan/nick/oper server commands */
++#define WANT_CHAN_NICK_SERV	/* do we want to include some chan/nick/oper server commands */
+ 
+ /* new epic stuff */
+ #define OLD_STATUS_S_EXPANDO_BEHAVIOR
diff -urN /usr/ports/irc/bitchx/pkg-plist bitchx/pkg-plist
--- /usr/ports/irc/bitchx/pkg-plist	Sun Jan 28 23:23:25 2001
+++ bitchx/pkg-plist	Thu Mar 15 18:05:57 2001
@@ -1,920 +1,922 @@
 %%NOGNOME:%%bin/BitchX
-%%NOGNOME:%%bin/BitchX-1.0c17
+%%NOGNOME:%%bin/BitchX-1.0c18
 %%GNOME:%%bin/gtkBitchX
-%%GNOME:%%bin/gtkBitchX-1.0c17
+%%GNOME:%%bin/gtkBitchX-1.0c18
 %%NOGNOME:%%bin/scr-bx
 share/bx/BitchX.help
 share/bx/BitchX.ircnames
 share/bx/BitchX.quit
 share/bx/BitchX.reasons
-share/bx/help/1_General/1_General
-share/bx/help/1_General/4op
-share/bx/help/1_General/about
-share/bx/help/1_General/addforward
-share/bx/help/1_General/addidle
-share/bx/help/1_General/addlamenick
-share/bx/help/1_General/addnoflood
-share/bx/help/1_General/addshit
-share/bx/help/1_General/adduser
-share/bx/help/1_General/addword
-share/bx/help/1_General/ajoin
-share/bx/help/1_General/ajoinlist
-share/bx/help/1_General/away
-share/bx/help/1_General/awaylog
-share/bx/help/1_General/awaymsg
-share/bx/help/1_General/b
-share/bx/help/1_General/back
-share/bx/help/1_General/ban
-share/bx/help/1_General/banstat
-share/bx/help/1_General/bantype
-share/bx/help/1_General/banwords
-share/bx/help/1_General/bk
-share/bx/help/1_General/bki
-share/bx/help/1_General/bye
-share/bx/help/1_General/channel
-share/bx/help/1_General/chat
-share/bx/help/1_General/ctcp/action
-share/bx/help/1_General/ctcp/bdcc
-share/bx/help/1_General/ctcp/cdcc
-share/bx/help/1_General/ctcp/clientinfo
-share/bx/help/1_General/ctcp/ctcp
-share/bx/help/1_General/ctcp/echo
-share/bx/help/1_General/ctcp/finger
-share/bx/help/1_General/ctcp/ident
-share/bx/help/1_General/ctcp/invite
-share/bx/help/1_General/ctcp/op
-share/bx/help/1_General/ctcp/ops
-share/bx/help/1_General/ctcp/ping
-share/bx/help/1_General/ctcp/time
-share/bx/help/1_General/ctcp/unban
-share/bx/help/1_General/ctcp/uptime
-share/bx/help/1_General/ctcp/userinfo
-share/bx/help/1_General/ctcp/utc
-share/bx/help/1_General/ctcp/version
-share/bx/help/1_General/ctcp/whoami
-share/bx/help/1_General/ctcp/xdcc
-share/bx/help/1_General/dcc/activecount
-share/bx/help/1_General/dcc/autoget
-share/bx/help/1_General/dcc/autooverwrite
-share/bx/help/1_General/dcc/autorename
-share/bx/help/1_General/dcc/bot
-share/bx/help/1_General/dcc/chat
-share/bx/help/1_General/dcc/close
-share/bx/help/1_General/dcc/closeall
-share/bx/help/1_General/dcc/dcc
-share/bx/help/1_General/dcc/exempt
-share/bx/help/1_General/dcc/ftp
-share/bx/help/1_General/dcc/get
-share/bx/help/1_General/dcc/list
-share/bx/help/1_General/dcc/quietmode
-share/bx/help/1_General/dcc/raw
-share/bx/help/1_General/dcc/reget
-share/bx/help/1_General/dcc/rename
-share/bx/help/1_General/dcc/resend
-share/bx/help/1_General/dcc/resume
-share/bx/help/1_General/dcc/send
-share/bx/help/1_General/dcc/showpaths
-share/bx/help/1_General/dcc/stats
-share/bx/help/1_General/dcc/tget
-share/bx/help/1_General/dcc/treget
-share/bx/help/1_General/dcc/tresend
-share/bx/help/1_General/dcc/tsend
-share/bx/help/1_General/describe
-share/bx/help/1_General/disconnect
-share/bx/help/1_General/gone
-share/bx/help/1_General/help
-share/bx/help/1_General/ignore
-share/bx/help/1_General/invite
-share/bx/help/1_General/j
-share/bx/help/1_General/join
-share/bx/help/1_General/k
-share/bx/help/1_General/kb
-share/bx/help/1_General/kbi
-share/bx/help/1_General/kick
-share/bx/help/1_General/kickidle
-share/bx/help/1_General/l
-share/bx/help/1_General/lamenicklist
-share/bx/help/1_General/lastlog
-share/bx/help/1_General/leave
-share/bx/help/1_General/m
-share/bx/help/1_General/me
-share/bx/help/1_General/mode
-share/bx/help/1_General/msg
-share/bx/help/1_General/nick
-share/bx/help/1_General/nochat
-share/bx/help/1_General/noforward
-share/bx/help/1_General/notice
-share/bx/help/1_General/notify
-share/bx/help/1_General/nslookup
-share/bx/help/1_General/offers
-share/bx/help/1_General/p
-share/bx/help/1_General/part
-share/bx/help/1_General/partall
-share/bx/help/1_General/ping
-share/bx/help/1_General/query
-share/bx/help/1_General/quit
-share/bx/help/1_General/reconnect
-share/bx/help/1_General/say
-share/bx/help/1_General/server
-share/bx/help/1_General/shitlist
-share/bx/help/1_General/showwordkick
-share/bx/help/1_General/silence
-share/bx/help/1_General/spam
-share/bx/help/1_General/t
-share/bx/help/1_General/topic
-share/bx/help/1_General/unajoin
-share/bx/help/1_General/unforward
-share/bx/help/1_General/unidle
-share/bx/help/1_General/unlamenick
-share/bx/help/1_General/unshit
-share/bx/help/1_General/unuser
-share/bx/help/1_General/unwordkick
-share/bx/help/1_General/uping
-share/bx/help/1_General/url
-share/bx/help/1_General/ver
-share/bx/help/1_General/wordlist
-share/bx/help/2_Queries/2_Queries
-share/bx/help/2_Queries/admin
-share/bx/help/2_Queries/flush
-share/bx/help/2_Queries/info
-share/bx/help/2_Queries/ison
-share/bx/help/2_Queries/links
-share/bx/help/2_Queries/list
-share/bx/help/2_Queries/lusers
-share/bx/help/2_Queries/map
-share/bx/help/2_Queries/motd
-share/bx/help/2_Queries/n
-share/bx/help/2_Queries/names
-share/bx/help/2_Queries/sc
-share/bx/help/2_Queries/scan
-share/bx/help/2_Queries/scanf
-share/bx/help/2_Queries/scani
-share/bx/help/2_Queries/scann
-share/bx/help/2_Queries/scano
-share/bx/help/2_Queries/scans
-share/bx/help/2_Queries/scanv
-share/bx/help/2_Queries/stats
-share/bx/help/2_Queries/time
-share/bx/help/2_Queries/trace
-share/bx/help/2_Queries/userhost
-share/bx/help/2_Queries/userip
-share/bx/help/2_Queries/users
-share/bx/help/2_Queries/version
-share/bx/help/2_Queries/who
-share/bx/help/2_Queries/whois
-share/bx/help/2_Queries/whowas
-share/bx/help/2_Queries/wi
-share/bx/help/2_Queries/wii
-share/bx/help/2_Queries/wilc
-share/bx/help/2_Queries/wilcr
-share/bx/help/2_Queries/wilm
-share/bx/help/2_Queries/wiln
-share/bx/help/2_Queries/ww
-share/bx/help/3_Operators/3_Operators
-share/bx/help/3_Operators/connect
-share/bx/help/3_Operators/deoper
-share/bx/help/3_Operators/die
-share/bx/help/3_Operators/dline
-share/bx/help/3_Operators/hash
-share/bx/help/3_Operators/helpop
-share/bx/help/3_Operators/helpserv
-share/bx/help/3_Operators/kill
-share/bx/help/3_Operators/kline
-share/bx/help/3_Operators/locop
-share/bx/help/3_Operators/oper
-share/bx/help/3_Operators/rehash
-share/bx/help/3_Operators/restart
-share/bx/help/3_Operators/rping
-share/bx/help/3_Operators/sping
-share/bx/help/3_Operators/squit
-share/bx/help/3_Operators/swallop
-share/bx/help/3_Operators/tkline
-share/bx/help/3_Operators/unkline
-share/bx/help/3_Operators/uping
-share/bx/help/3_Operators/wallops
-share/bx/help/4_Misc/4_Misc
-share/bx/help/4_Misc/abort
-share/bx/help/4_Misc/beep
-share/bx/help/4_Misc/bind/backspace
-share/bx/help/4_Misc/bind/backward_character
-share/bx/help/4_Misc/bind/backward_history
-share/bx/help/4_Misc/bind/backward_word
-share/bx/help/4_Misc/bind/beginning_of_line
-share/bx/help/4_Misc/bind/bind
-share/bx/help/4_Misc/bind/blink
-share/bx/help/4_Misc/bind/bold
-share/bx/help/4_Misc/bind/clear_screen
-share/bx/help/4_Misc/bind/command_completion
-share/bx/help/4_Misc/bind/delete_character
-share/bx/help/4_Misc/bind/delete_next_word
-share/bx/help/4_Misc/bind/delete_previous_word
-share/bx/help/4_Misc/bind/delete_to_previous_space
-share/bx/help/4_Misc/bind/end_of_line
-share/bx/help/4_Misc/bind/enter_digraph
-share/bx/help/4_Misc/bind/enter_menu
-share/bx/help/4_Misc/bind/erase_line
-share/bx/help/4_Misc/bind/erase_to_beg_of_line
-share/bx/help/4_Misc/bind/erase_to_end_of_line
-share/bx/help/4_Misc/bind/forward_character
-share/bx/help/4_Misc/bind/forward_history
-share/bx/help/4_Misc/bind/forward_word
-share/bx/help/4_Misc/bind/highlight_off
-share/bx/help/4_Misc/bind/meta1_character
-share/bx/help/4_Misc/bind/meta4_character
-share/bx/help/4_Misc/bind/next_window
-share/bx/help/4_Misc/bind/nothing
-share/bx/help/4_Misc/bind/parse_command
-share/bx/help/4_Misc/bind/paste_to_input
-share/bx/help/4_Misc/bind/previous_window
-share/bx/help/4_Misc/bind/quit_irc
-share/bx/help/4_Misc/bind/quote_character
-share/bx/help/4_Misc/bind/refresh_inputline
-share/bx/help/4_Misc/bind/refresh_screen
-share/bx/help/4_Misc/bind/reverse
-share/bx/help/4_Misc/bind/scroll_backward
-share/bx/help/4_Misc/bind/scroll_end
-share/bx/help/4_Misc/bind/scroll_forward
-share/bx/help/4_Misc/bind/scroll_start
-share/bx/help/4_Misc/bind/self_insert
-share/bx/help/4_Misc/bind/send_line
-share/bx/help/4_Misc/bind/shove_to_history
-share/bx/help/4_Misc/bind/stop_irc
-share/bx/help/4_Misc/bind/swap_last_window
-share/bx/help/4_Misc/bind/swap_next_window
-share/bx/help/4_Misc/bind/swap_previous_window
-share/bx/help/4_Misc/bind/switch_channels
-share/bx/help/4_Misc/bind/toggle_insert_mode
-share/bx/help/4_Misc/bind/toggle_stop_screen
-share/bx/help/4_Misc/bind/transpose_characters
-share/bx/help/4_Misc/bind/type_text
-share/bx/help/4_Misc/bind/unclear_screen
-share/bx/help/4_Misc/bind/underline
-share/bx/help/4_Misc/bind/unstop_all_windows
-share/bx/help/4_Misc/bind/yank_from_cutbuffer
-share/bx/help/4_Misc/cd
-share/bx/help/4_Misc/clear
-share/bx/help/4_Misc/digraph
-share/bx/help/4_Misc/encrypt
-share/bx/help/4_Misc/history
-share/bx/help/4_Misc/hostname
-share/bx/help/4_Misc/ircuser
-share/bx/help/4_Misc/mesg
-share/bx/help/4_Misc/mlist
-share/bx/help/4_Misc/mload
-share/bx/help/4_Misc/note
-share/bx/help/4_Misc/rbind
-share/bx/help/4_Misc/realname
-share/bx/help/4_Misc/set/always_split_biggest
-share/bx/help/4_Misc/set/auto_new_nick
-share/bx/help/4_Misc/set/auto_reconnect_delay
-share/bx/help/4_Misc/set/auto_rejoin
-share/bx/help/4_Misc/set/auto_rejoin_delay
-share/bx/help/4_Misc/set/auto_unmark_away
-share/bx/help/4_Misc/set/auto_whowas
-share/bx/help/4_Misc/set/banner
-share/bx/help/4_Misc/set/banner_expand
-share/bx/help/4_Misc/set/beep
-share/bx/help/4_Misc/set/beep_max
-share/bx/help/4_Misc/set/beep_on_msg
-share/bx/help/4_Misc/set/beep_when_away
-share/bx/help/4_Misc/set/blink_video
-share/bx/help/4_Misc/set/bold_video
-share/bx/help/4_Misc/set/channel_name_width
-share/bx/help/4_Misc/set/client_information
-share/bx/help/4_Misc/set/clock
-share/bx/help/4_Misc/set/clock_24hour
-share/bx/help/4_Misc/set/clock_alarm
-share/bx/help/4_Misc/set/clock_format
-share/bx/help/4_Misc/set/cmdchars
-share/bx/help/4_Misc/set/color
-share/bx/help/4_Misc/set/command_mode
-share/bx/help/4_Misc/set/comment_hack
-share/bx/help/4_Misc/set/connect_timeout
-share/bx/help/4_Misc/set/continued_line
-share/bx/help/4_Misc/set/cpu_saver_after
-share/bx/help/4_Misc/set/cpu_saver_every
-share/bx/help/4_Misc/set/current_window_level
-share/bx/help/4_Misc/set/dcc_auto_timeout
-share/bx/help/4_Misc/set/dcc_long_pathnames
-share/bx/help/4_Misc/set/dcc_sliding_window
-share/bx/help/4_Misc/set/dcc_store_path
-share/bx/help/4_Misc/set/debug
-share/bx/help/4_Misc/set/dispatch_unknown_command
-share/bx/help/4_Misc/set/display
-share/bx/help/4_Misc/set/display_ansi
-share/bx/help/4_Misc/set/do_notify_immediately
-share/bx/help/4_Misc/set/eight_bit_characters
-share/bx/help/4_Misc/set/encrypt_program
-share/bx/help/4_Misc/set/floating_point_math
-share/bx/help/4_Misc/set/flood_after
-share/bx/help/4_Misc/set/flood_rate
-share/bx/help/4_Misc/set/flood_users
-share/bx/help/4_Misc/set/flood_warning
-share/bx/help/4_Misc/set/full_status_line
-share/bx/help/4_Misc/set/help_pager
-share/bx/help/4_Misc/set/help_path
-share/bx/help/4_Misc/set/help_prompt
-share/bx/help/4_Misc/set/help_window
-share/bx/help/4_Misc/set/hide_private_channels
-share/bx/help/4_Misc/set/high_bit_escape
-share/bx/help/4_Misc/set/highlight_char
-share/bx/help/4_Misc/set/history
-share/bx/help/4_Misc/set/history_file
-share/bx/help/4_Misc/set/hold_mode
-share/bx/help/4_Misc/set/indent
-share/bx/help/4_Misc/set/input_aliases
-share/bx/help/4_Misc/set/input_prompt
-share/bx/help/4_Misc/set/insert_mode
-share/bx/help/4_Misc/set/inverse_video
-share/bx/help/4_Misc/set/lastlog
-share/bx/help/4_Misc/set/lastlog_level
-share/bx/help/4_Misc/set/load_path
-share/bx/help/4_Misc/set/log
-share/bx/help/4_Misc/set/logfile
-share/bx/help/4_Misc/set/mail
-share/bx/help/4_Misc/set/max_recursions
-share/bx/help/4_Misc/set/menu
-share/bx/help/4_Misc/set/mirc_broken_dcc_resume
-share/bx/help/4_Misc/set/mode_stripper
-share/bx/help/4_Misc/set/nd_space_max
-share/bx/help/4_Misc/set/no_control_log
-share/bx/help/4_Misc/set/no_ctcp_flood
-share/bx/help/4_Misc/set/no_fail_disconnect
-share/bx/help/4_Misc/set/notify_handler
-share/bx/help/4_Misc/set/notify_interval
-share/bx/help/4_Misc/set/notify_level
-share/bx/help/4_Misc/set/notify_on_termination
-share/bx/help/4_Misc/set/notify_userhost_automatic
-share/bx/help/4_Misc/set/novice
-share/bx/help/4_Misc/set/num_of_whowas
-share/bx/help/4_Misc/set/pad_char
-share/bx/help/4_Misc/set/quit_message
-share/bx/help/4_Misc/set/realname
-share/bx/help/4_Misc/set/reverse_status_line
-share/bx/help/4_Misc/set/reverse_video
-share/bx/help/4_Misc/set/screen_options
-share/bx/help/4_Misc/set/scroll
-share/bx/help/4_Misc/set/scroll_lines
-share/bx/help/4_Misc/set/scrollback
-share/bx/help/4_Misc/set/scrollback_ratio
-share/bx/help/4_Misc/set/security
-share/bx/help/4_Misc/set/send_ignore_msg
-share/bx/help/4_Misc/set/set
-share/bx/help/4_Misc/set/shell
-share/bx/help/4_Misc/set/shell_flags
-share/bx/help/4_Misc/set/shell_limit
-share/bx/help/4_Misc/set/show_away_once
-share/bx/help/4_Misc/set/show_channel_names
-share/bx/help/4_Misc/set/show_end_of_msgs
-share/bx/help/4_Misc/set/show_numerics
-share/bx/help/4_Misc/set/show_status_all
-share/bx/help/4_Misc/set/show_who_hopcount
-share/bx/help/4_Misc/set/status_away
-share/bx/help/4_Misc/set/status_channel
-share/bx/help/4_Misc/set/status_chanop
-share/bx/help/4_Misc/set/status_clock
-share/bx/help/4_Misc/set/status_does_expandos
-share/bx/help/4_Misc/set/status_format
-share/bx/help/4_Misc/set/status_hold
-share/bx/help/4_Misc/set/status_hold_lines
-share/bx/help/4_Misc/set/status_insert
-share/bx/help/4_Misc/set/status_mail
-share/bx/help/4_Misc/set/status_mode
-share/bx/help/4_Misc/set/status_nick
-share/bx/help/4_Misc/set/status_no_repeat
-share/bx/help/4_Misc/set/status_notify
-share/bx/help/4_Misc/set/status_oper
-share/bx/help/4_Misc/set/status_overwrite
-share/bx/help/4_Misc/set/status_query
-share/bx/help/4_Misc/set/status_scrollback
-share/bx/help/4_Misc/set/status_server
-share/bx/help/4_Misc/set/status_truncate_rhs
-share/bx/help/4_Misc/set/status_umode
-share/bx/help/4_Misc/set/status_user
-share/bx/help/4_Misc/set/status_voice
-share/bx/help/4_Misc/set/status_window
-share/bx/help/4_Misc/set/suppress_from_remote_server
-share/bx/help/4_Misc/set/suppress_server_motd
-share/bx/help/4_Misc/set/tab
-share/bx/help/4_Misc/set/tab_max
-share/bx/help/4_Misc/set/underline_video
-share/bx/help/4_Misc/set/user_information
-share/bx/help/4_Misc/set/verbose_ctcp
-share/bx/help/4_Misc/set/warn_of_ignores
-share/bx/help/4_Misc/set/xterm
-share/bx/help/4_Misc/set/xterm_options
-share/bx/help/4_Misc/summon
-share/bx/help/4_Misc/unclear
-share/bx/help/4_Misc/which
-share/bx/help/4_Misc/window/add
-share/bx/help/4_Misc/window/back
-share/bx/help/4_Misc/window/balance
-share/bx/help/4_Misc/window/beep_always
-share/bx/help/4_Misc/window/bind
-share/bx/help/4_Misc/window/channel
-share/bx/help/4_Misc/window/create
-share/bx/help/4_Misc/window/delete
-share/bx/help/4_Misc/window/discon
-share/bx/help/4_Misc/window/double
-share/bx/help/4_Misc/window/echo
-share/bx/help/4_Misc/window/fixed
-share/bx/help/4_Misc/window/font
-share/bx/help/4_Misc/window/goto
-share/bx/help/4_Misc/window/grow
-share/bx/help/4_Misc/window/hide
-share/bx/help/4_Misc/window/hide_others
-share/bx/help/4_Misc/window/hold_mode
-share/bx/help/4_Misc/window/kill
-share/bx/help/4_Misc/window/kill_others
-share/bx/help/4_Misc/window/killswap
-share/bx/help/4_Misc/window/last
-share/bx/help/4_Misc/window/lastlog
-share/bx/help/4_Misc/window/lastlog_level
-share/bx/help/4_Misc/window/level
-share/bx/help/4_Misc/window/list
-share/bx/help/4_Misc/window/log
-share/bx/help/4_Misc/window/logfile
-share/bx/help/4_Misc/window/menu
-share/bx/help/4_Misc/window/move
-share/bx/help/4_Misc/window/name
-share/bx/help/4_Misc/window/new
-share/bx/help/4_Misc/window/next
-share/bx/help/4_Misc/window/noserv
-share/bx/help/4_Misc/window/notify
-share/bx/help/4_Misc/window/notify_level
-share/bx/help/4_Misc/window/number
-share/bx/help/4_Misc/window/pop
-share/bx/help/4_Misc/window/previous
-share/bx/help/4_Misc/window/prompt
-share/bx/help/4_Misc/window/push
-share/bx/help/4_Misc/window/query
-share/bx/help/4_Misc/window/refnum
-share/bx/help/4_Misc/window/remove
-share/bx/help/4_Misc/window/scratch
-share/bx/help/4_Misc/window/scroll
-share/bx/help/4_Misc/window/server
-share/bx/help/4_Misc/window/setwindowpos
-share/bx/help/4_Misc/window/show
-share/bx/help/4_Misc/window/shrink
-share/bx/help/4_Misc/window/size
-share/bx/help/4_Misc/window/skip
-share/bx/help/4_Misc/window/stack
-share/bx/help/4_Misc/window/status_special
-share/bx/help/4_Misc/window/swap
-share/bx/help/4_Misc/window/unbind
-share/bx/help/4_Misc/window/window
-share/bx/help/5_Programming/5_Programming
-share/bx/help/5_Programming/alias
-share/bx/help/5_Programming/assign
-share/bx/help/5_Programming/blah
-share/bx/help/5_Programming/bless
-share/bx/help/5_Programming/break
-share/bx/help/5_Programming/call
-share/bx/help/5_Programming/comment
-share/bx/help/5_Programming/continue
-share/bx/help/5_Programming/do
-share/bx/help/5_Programming/dump
-share/bx/help/5_Programming/echo
-share/bx/help/5_Programming/eval
-share/bx/help/5_Programming/exec
-share/bx/help/5_Programming/fe
-share/bx/help/5_Programming/fec
-share/bx/help/5_Programming/filedialog
-share/bx/help/5_Programming/fontdialog
-share/bx/help/5_Programming/for
-share/bx/help/5_Programming/foreach
-share/bx/help/5_Programming/hook
-share/bx/help/5_Programming/if
-share/bx/help/5_Programming/input
-share/bx/help/5_Programming/load
-share/bx/help/5_Programming/loaddll
-share/bx/help/5_Programming/loadtcl
-share/bx/help/5_Programming/local
-share/bx/help/5_Programming/menu
-share/bx/help/5_Programming/menuitem
-share/bx/help/5_Programming/on/action
-share/bx/help/5_Programming/on/channel_nick
-share/bx/help/5_Programming/on/channel_signoff
-share/bx/help/5_Programming/on/connect
-share/bx/help/5_Programming/on/ctcp
-share/bx/help/5_Programming/on/ctcp_reply
-share/bx/help/5_Programming/on/dcc_chat
-share/bx/help/5_Programming/on/dcc_connect
-share/bx/help/5_Programming/on/dcc_list
-share/bx/help/5_Programming/on/dcc_lost
-share/bx/help/5_Programming/on/dcc_offer
-share/bx/help/5_Programming/on/dcc_raw
-share/bx/help/5_Programming/on/dcc_request
-share/bx/help/5_Programming/on/disconnect
-share/bx/help/5_Programming/on/encrypted_notice
-share/bx/help/5_Programming/on/encrypted_privmsg
-share/bx/help/5_Programming/on/exec
-share/bx/help/5_Programming/on/exec_errors
-share/bx/help/5_Programming/on/exec_exit
-share/bx/help/5_Programming/on/exec_prompt
-share/bx/help/5_Programming/on/exit
-share/bx/help/5_Programming/on/flood
-share/bx/help/5_Programming/on/help
-share/bx/help/5_Programming/on/hook
-share/bx/help/5_Programming/on/idle
-share/bx/help/5_Programming/on/input
-share/bx/help/5_Programming/on/invite
-share/bx/help/5_Programming/on/join
-share/bx/help/5_Programming/on/kick
-share/bx/help/5_Programming/on/kill
-share/bx/help/5_Programming/on/leave
-share/bx/help/5_Programming/on/list
-share/bx/help/5_Programming/on/mail
-share/bx/help/5_Programming/on/mode
-share/bx/help/5_Programming/on/mode_stripped
-share/bx/help/5_Programming/on/msg
-share/bx/help/5_Programming/on/msg_group
-share/bx/help/5_Programming/on/names
-share/bx/help/5_Programming/on/nickname
-share/bx/help/5_Programming/on/note
-share/bx/help/5_Programming/on/notice
-share/bx/help/5_Programming/on/notify_signoff
-share/bx/help/5_Programming/on/notify_signon
-share/bx/help/5_Programming/on/odd_server_stuff
-share/bx/help/5_Programming/on/on
-share/bx/help/5_Programming/on/oper_notice
-share/bx/help/5_Programming/on/pong
-share/bx/help/5_Programming/on/public
-share/bx/help/5_Programming/on/public_msg
-share/bx/help/5_Programming/on/public_notice
-share/bx/help/5_Programming/on/public_other
-share/bx/help/5_Programming/on/raw_irc
-share/bx/help/5_Programming/on/redirect
-share/bx/help/5_Programming/on/send_action
-share/bx/help/5_Programming/on/send_ctcp
-share/bx/help/5_Programming/on/send_dcc_chat
-share/bx/help/5_Programming/on/send_msg
-share/bx/help/5_Programming/on/send_notice
-share/bx/help/5_Programming/on/send_public
-share/bx/help/5_Programming/on/send_to_server
-share/bx/help/5_Programming/on/server_lost
-share/bx/help/5_Programming/on/server_notice
-share/bx/help/5_Programming/on/set
-share/bx/help/5_Programming/on/signoff
-share/bx/help/5_Programming/on/silence
-share/bx/help/5_Programming/on/status_update
-share/bx/help/5_Programming/on/timer
-share/bx/help/5_Programming/on/topic
-share/bx/help/5_Programming/on/unload
-share/bx/help/5_Programming/on/wall
-share/bx/help/5_Programming/on/wallop
-share/bx/help/5_Programming/on/who
-share/bx/help/5_Programming/on/widelist
-share/bx/help/5_Programming/on/window
-share/bx/help/5_Programming/on/window_create
-share/bx/help/5_Programming/on/window_kill
-share/bx/help/5_Programming/on/yell
-share/bx/help/5_Programming/package
-share/bx/help/5_Programming/parsekey
-share/bx/help/5_Programming/pmpaste
-share/bx/help/5_Programming/pop
-share/bx/help/5_Programming/popupmenu
-share/bx/help/5_Programming/popupmsg
-share/bx/help/5_Programming/pretend
-share/bx/help/5_Programming/properties
-share/bx/help/5_Programming/push
-share/bx/help/5_Programming/queue
-share/bx/help/5_Programming/quote
-share/bx/help/5_Programming/redirect
-share/bx/help/5_Programming/repeat
-share/bx/help/5_Programming/return
-share/bx/help/5_Programming/save
-share/bx/help/5_Programming/saveirc
-share/bx/help/5_Programming/send
-share/bx/help/5_Programming/sendline
-share/bx/help/5_Programming/setenv
-share/bx/help/5_Programming/shook
-share/bx/help/5_Programming/sleep
-share/bx/help/5_Programming/stack
-share/bx/help/5_Programming/stub
-share/bx/help/5_Programming/submenu
-share/bx/help/5_Programming/switch
-share/bx/help/5_Programming/timer
-share/bx/help/5_Programming/type
-share/bx/help/5_Programming/unload
-share/bx/help/5_Programming/unshift
-share/bx/help/5_Programming/usleep
-share/bx/help/5_Programming/wait
-share/bx/help/5_Programming/while
-share/bx/help/5_Programming/xecho
-share/bx/help/5_Programming/xeval
-share/bx/help/5_Programming/xtype
-share/bx/help/6_Functions/6_Functions
-share/bx/help/6_Functions/absstrlen
-share/bx/help/6_Functions/addtabkey
-share/bx/help/6_Functions/after
-share/bx/help/6_Functions/afterw
-share/bx/help/6_Functions/ajoinitem
-share/bx/help/6_Functions/aliasctl
-share/bx/help/6_Functions/annoy
-share/bx/help/6_Functions/ascii
-share/bx/help/6_Functions/before
-share/bx/help/6_Functions/bitchx
-share/bx/help/6_Functions/center
-share/bx/help/6_Functions/cexist
-share/bx/help/6_Functions/chanmode
-share/bx/help/6_Functions/channel
-share/bx/help/6_Functions/chmod
-share/bx/help/6_Functions/chngw
-share/bx/help/6_Functions/chop
-share/bx/help/6_Functions/chops
-share/bx/help/6_Functions/chr
-share/bx/help/6_Functions/close
-share/bx/help/6_Functions/common
-share/bx/help/6_Functions/connect
-share/bx/help/6_Functions/convert
-share/bx/help/6_Functions/copattern
-share/bx/help/6_Functions/count
-share/bx/help/6_Functions/cparse
-share/bx/help/6_Functions/crypt
-share/bx/help/6_Functions/curpos
-share/bx/help/6_Functions/currchans
-share/bx/help/6_Functions/decode
-share/bx/help/6_Functions/delarray
-share/bx/help/6_Functions/delitem
-share/bx/help/6_Functions/deuhc
-share/bx/help/6_Functions/encode
-share/bx/help/6_Functions/eof
-share/bx/help/6_Functions/epic
-share/bx/help/6_Functions/fexist
-share/bx/help/6_Functions/filter
-share/bx/help/6_Functions/finditem
-share/bx/help/6_Functions/findw
-share/bx/help/6_Functions/fnexist
-share/bx/help/6_Functions/fromw
-share/bx/help/6_Functions/fsize
-share/bx/help/6_Functions/ftime
-share/bx/help/6_Functions/geom
-share/bx/help/6_Functions/getarrays
-share/bx/help/6_Functions/getenv
-share/bx/help/6_Functions/getgid
-share/bx/help/6_Functions/getitem
-share/bx/help/6_Functions/getlogin
-share/bx/help/6_Functions/getmatches
-share/bx/help/6_Functions/getopt
-share/bx/help/6_Functions/getpgrp
-share/bx/help/6_Functions/getsets
-share/bx/help/6_Functions/gettmatch
-share/bx/help/6_Functions/getuid
-share/bx/help/6_Functions/glob
-share/bx/help/6_Functions/gui
-share/bx/help/6_Functions/idle
-share/bx/help/6_Functions/ifindfirst
-share/bx/help/6_Functions/ifinditem
-share/bx/help/6_Functions/igetmatches
-share/bx/help/6_Functions/igmask
-share/bx/help/6_Functions/igtype
-share/bx/help/6_Functions/index
-share/bx/help/6_Functions/indextoitem
-share/bx/help/6_Functions/info
-share/bx/help/6_Functions/insertw
-share/bx/help/6_Functions/iptoname
-share/bx/help/6_Functions/irclib
-share/bx/help/6_Functions/isalpha
-share/bx/help/6_Functions/ischannel
-share/bx/help/6_Functions/ischanop
-share/bx/help/6_Functions/ischanvoice
-share/bx/help/6_Functions/isconnected
-share/bx/help/6_Functions/iscurchan
-share/bx/help/6_Functions/isdigit
-share/bx/help/6_Functions/isnumber
-share/bx/help/6_Functions/itemtoindex
-share/bx/help/6_Functions/jot
-share/bx/help/6_Functions/key
-share/bx/help/6_Functions/lastclickline
-share/bx/help/6_Functions/lastclickx
-share/bx/help/6_Functions/lastclicky
-share/bx/help/6_Functions/lastserver
-share/bx/help/6_Functions/left
-share/bx/help/6_Functions/leftpc
-share/bx/help/6_Functions/leftw
-share/bx/help/6_Functions/listarray
-share/bx/help/6_Functions/listen
-share/bx/help/6_Functions/mask
-share/bx/help/6_Functions/match
-share/bx/help/6_Functions/matchitem
-share/bx/help/6_Functions/menucontrol
-share/bx/help/6_Functions/mid
-share/bx/help/6_Functions/midw
-share/bx/help/6_Functions/mkdir
-share/bx/help/6_Functions/msar
-share/bx/help/6_Functions/mychannels
-share/bx/help/6_Functions/myservers
-share/bx/help/6_Functions/nametoip
-share/bx/help/6_Functions/nohighlight
-share/bx/help/6_Functions/notify
-share/bx/help/6_Functions/numarrays
-share/bx/help/6_Functions/numitems
-share/bx/help/6_Functions/numonchannel
-share/bx/help/6_Functions/numwords
-share/bx/help/6_Functions/onchannel
-share/bx/help/6_Functions/open
-share/bx/help/6_Functions/pad
-share/bx/help/6_Functions/pattern
-share/bx/help/6_Functions/pid
-share/bx/help/6_Functions/pipe
-share/bx/help/6_Functions/pop
-share/bx/help/6_Functions/ppid
-share/bx/help/6_Functions/printlen
-share/bx/help/6_Functions/querywin
-share/bx/help/6_Functions/rand
-share/bx/help/6_Functions/randread
-share/bx/help/6_Functions/read
-share/bx/help/6_Functions/regex
-share/bx/help/6_Functions/remw
-share/bx/help/6_Functions/remws
-share/bx/help/6_Functions/rename
-share/bx/help/6_Functions/repeat
-share/bx/help/6_Functions/rest
-share/bx/help/6_Functions/restw
-share/bx/help/6_Functions/reverse
-share/bx/help/6_Functions/revw
-share/bx/help/6_Functions/rigmask
-share/bx/help/6_Functions/rigtype
-share/bx/help/6_Functions/rmdir
-share/bx/help/6_Functions/sar
-share/bx/help/6_Functions/servergroup
-share/bx/help/6_Functions/servername
-share/bx/help/6_Functions/servernick
-share/bx/help/6_Functions/serverport
-share/bx/help/6_Functions/servnum
-share/bx/help/6_Functions/servports
-share/bx/help/6_Functions/setitem
-share/bx/help/6_Functions/shift
-share/bx/help/6_Functions/sort
-share/bx/help/6_Functions/splice
-share/bx/help/6_Functions/split
-share/bx/help/6_Functions/srand
-share/bx/help/6_Functions/status
-share/bx/help/6_Functions/stime
-share/bx/help/6_Functions/strchr
-share/bx/help/6_Functions/strftime
-share/bx/help/6_Functions/strip
-share/bx/help/6_Functions/stripansi
-share/bx/help/6_Functions/stripansicodes
-share/bx/help/6_Functions/stripc
-share/bx/help/6_Functions/strlen
-share/bx/help/6_Functions/strrchr
-share/bx/help/6_Functions/substr
-share/bx/help/6_Functions/tdiff
-share/bx/help/6_Functions/time
-share/bx/help/6_Functions/tolower
-share/bx/help/6_Functions/topic
-share/bx/help/6_Functions/toupper
-share/bx/help/6_Functions/tow
-share/bx/help/6_Functions/tr
-share/bx/help/6_Functions/trunc
-share/bx/help/6_Functions/twiddle
-share/bx/help/6_Functions/uhc
-share/bx/help/6_Functions/umask
-share/bx/help/6_Functions/uname
-share/bx/help/6_Functions/uniq
-share/bx/help/6_Functions/unlink
-share/bx/help/6_Functions/unshift
-share/bx/help/6_Functions/userhost
-share/bx/help/6_Functions/usermode
-share/bx/help/6_Functions/utime
-share/bx/help/6_Functions/version
-share/bx/help/6_Functions/which
-share/bx/help/6_Functions/winbound
-share/bx/help/6_Functions/winchan
-share/bx/help/6_Functions/winitem
-share/bx/help/6_Functions/winlevel
-share/bx/help/6_Functions/winnam
-share/bx/help/6_Functions/winnicklist
-share/bx/help/6_Functions/winnum
-share/bx/help/6_Functions/winrefs
-share/bx/help/6_Functions/winserv
-share/bx/help/6_Functions/winsize
-share/bx/help/6_Functions/winvisible
-share/bx/help/6_Functions/word
-share/bx/help/6_Functions/write
-share/bx/help/6_Functions/writeb
-share/bx/help/7_Docs/7_Docs
-share/bx/help/7_Docs/About_BitchX
-share/bx/help/7_Docs/Arrays
-share/bx/help/7_Docs/Command_Line
-share/bx/help/7_Docs/Compile_Opts
-share/bx/help/7_Docs/Copyright
-share/bx/help/7_Docs/Environment
-share/bx/help/7_Docs/Etiquette
-share/bx/help/7_Docs/Expressions
-share/bx/help/7_Docs/Introduction
-share/bx/help/7_Docs/Key_Bindings
-share/bx/help/7_Docs/New_User
-share/bx/help/7_Docs/Patterns
-share/bx/help/7_Docs/Programming
-share/bx/help/7_Docs/Security
-share/bx/help/7_Docs/Serial_Numbers
-share/bx/help/7_Docs/Server_List
-share/bx/help/7_Docs/Server_Numerics
-share/bx/help/7_Docs/Signals
-share/bx/help/7_Docs/Special_Vars
-share/bx/help/7_Docs/Status_Line
-share/bx/help/7_Docs/Text_Highlight
-share/bx/help/7_Docs/Updates
-share/bx/help/8_Scripts/2.8script
-share/bx/help/8_Scripts/8_Scripts
-share/bx/help/8_Scripts/action
-share/bx/help/8_Scripts/alias
-share/bx/help/8_Scripts/autokick
-share/bx/help/8_Scripts/autoop
-share/bx/help/8_Scripts/away
-share/bx/help/8_Scripts/basical
-share/bx/help/8_Scripts/bigcheese
-share/bx/help/8_Scripts/brc
-share/bx/help/8_Scripts/channel
-share/bx/help/8_Scripts/columns
-share/bx/help/8_Scripts/commander
-share/bx/help/8_Scripts/compl.mods
-share/bx/help/8_Scripts/complete
-share/bx/help/8_Scripts/country
-share/bx/help/8_Scripts/cursor
-share/bx/help/8_Scripts/deban
-share/bx/help/8_Scripts/deutsch
-share/bx/help/8_Scripts/disc
-share/bx/help/8_Scripts/edit
-share/bx/help/8_Scripts/english
-share/bx/help/8_Scripts/environment
-share/bx/help/8_Scripts/events
-share/bx/help/8_Scripts/events.hop
-share/bx/help/8_Scripts/fake-dcc
-share/bx/help/8_Scripts/fe
-share/bx/help/8_Scripts/files
-share/bx/help/8_Scripts/finger
-share/bx/help/8_Scripts/fnet
-share/bx/help/8_Scripts/follow
-share/bx/help/8_Scripts/functions
-share/bx/help/8_Scripts/funnyban
-share/bx/help/8_Scripts/genalias
-share/bx/help/8_Scripts/global
-share/bx/help/8_Scripts/guh
-share/bx/help/8_Scripts/history
-share/bx/help/8_Scripts/history-match
-share/bx/help/8_Scripts/imap
-share/bx/help/8_Scripts/ircprimer
-share/bx/help/8_Scripts/ircrc
-share/bx/help/8_Scripts/keybinds
-share/bx/help/8_Scripts/kickmenu
-share/bx/help/8_Scripts/killpath
-share/bx/help/8_Scripts/kpstat
-share/bx/help/8_Scripts/less
-share/bx/help/8_Scripts/list
-share/bx/help/8_Scripts/local
-share/bx/help/8_Scripts/log
-share/bx/help/8_Scripts/ls
-share/bx/help/8_Scripts/lynx_ircrc
-share/bx/help/8_Scripts/man
-share/bx/help/8_Scripts/meta
-share/bx/help/8_Scripts/meta1
-share/bx/help/8_Scripts/modes
-share/bx/help/8_Scripts/more
-share/bx/help/8_Scripts/msg
-share/bx/help/8_Scripts/mudirc
-share/bx/help/8_Scripts/mudlike
-share/bx/help/8_Scripts/multi
-share/bx/help/8_Scripts/nemesis
-share/bx/help/8_Scripts/netsplit
-share/bx/help/8_Scripts/netsplit.env
-share/bx/help/8_Scripts/newaway
-share/bx/help/8_Scripts/newformat
-share/bx/help/8_Scripts/nicks
-share/bx/help/8_Scripts/old-dcc
-share/bx/help/8_Scripts/oldping
-share/bx/help/8_Scripts/ping
-share/bx/help/8_Scripts/pipe
-share/bx/help/8_Scripts/prefix
-share/bx/help/8_Scripts/recursion
-share/bx/help/8_Scripts/repeat
-share/bx/help/8_Scripts/screen
-share/bx/help/8_Scripts/shell
-share/bx/help/8_Scripts/silent
-share/bx/help/8_Scripts/smileys
-share/bx/help/8_Scripts/sound
-share/bx/help/8_Scripts/spfix
-share/bx/help/8_Scripts/starutils
-share/bx/help/8_Scripts/stat
-share/bx/help/8_Scripts/tabkey
-share/bx/help/8_Scripts/tabkey.wc
-share/bx/help/8_Scripts/tc
-share/bx/help/8_Scripts/time
-share/bx/help/8_Scripts/tls
-share/bx/help/8_Scripts/troy
-share/bx/help/8_Scripts/uhnotify
-share/bx/help/8_Scripts/uping
-share/bx/help/8_Scripts/wallopstat
-share/bx/help/8_Scripts/webster
-share/bx/help/8_Scripts/window
-share/bx/help/README_FIRST
-share/bx/help/commands
-share/bx/help/findcomm
-share/bx/help/functions
-share/bx/help/out
+share/bx/BitchX.kick
+share/bx/help/1_General/1_General.bz2
+share/bx/help/1_General/4op.bz2
+share/bx/help/1_General/about.bz2
+share/bx/help/1_General/addforward.bz2
+share/bx/help/1_General/addidle.bz2
+share/bx/help/1_General/addlamenick.bz2
+share/bx/help/1_General/addnoflood.bz2
+share/bx/help/1_General/addshit.bz2
+share/bx/help/1_General/adduser.bz2
+share/bx/help/1_General/addword.bz2
+share/bx/help/1_General/ajoin.bz2
+share/bx/help/1_General/ajoinlist.bz2
+share/bx/help/1_General/away.bz2
+share/bx/help/1_General/awaylog.bz2
+share/bx/help/1_General/awaymsg.bz2
+share/bx/help/1_General/b.bz2
+share/bx/help/1_General/back.bz2
+share/bx/help/1_General/ban.bz2
+share/bx/help/1_General/banstat.bz2
+share/bx/help/1_General/bantype.bz2
+share/bx/help/1_General/banwords.bz2
+share/bx/help/1_General/bk.bz2
+share/bx/help/1_General/bki.bz2
+share/bx/help/1_General/bye.bz2
+share/bx/help/1_General/channel.bz2
+share/bx/help/1_General/chat.bz2
+share/bx/help/1_General/ctcp/action.bz2
+share/bx/help/1_General/ctcp/bdcc.bz2
+share/bx/help/1_General/ctcp/cdcc.bz2
+share/bx/help/1_General/ctcp/clientinfo.bz2
+share/bx/help/1_General/ctcp/ctcp.bz2
+share/bx/help/1_General/ctcp/echo.bz2
+share/bx/help/1_General/ctcp/finger.bz2
+share/bx/help/1_General/ctcp/ident.bz2
+share/bx/help/1_General/ctcp/invite.bz2
+share/bx/help/1_General/ctcp/op.bz2
+share/bx/help/1_General/ctcp/ops.bz2
+share/bx/help/1_General/ctcp/ping.bz2
+share/bx/help/1_General/ctcp/time.bz2
+share/bx/help/1_General/ctcp/unban.bz2
+share/bx/help/1_General/ctcp/uptime.bz2
+share/bx/help/1_General/ctcp/userinfo.bz2
+share/bx/help/1_General/ctcp/utc.bz2
+share/bx/help/1_General/ctcp/version.bz2
+share/bx/help/1_General/ctcp/whoami.bz2
+share/bx/help/1_General/ctcp/xdcc.bz2
+share/bx/help/1_General/dcc/activecount.bz2
+share/bx/help/1_General/dcc/autoget.bz2
+share/bx/help/1_General/dcc/autooverwrite.bz2
+share/bx/help/1_General/dcc/autorename.bz2
+share/bx/help/1_General/dcc/bot.bz2
+share/bx/help/1_General/dcc/chat.bz2
+share/bx/help/1_General/dcc/close.bz2
+share/bx/help/1_General/dcc/closeall.bz2
+share/bx/help/1_General/dcc/dcc.bz2
+share/bx/help/1_General/dcc/exempt.bz2
+share/bx/help/1_General/dcc/ftp.bz2
+share/bx/help/1_General/dcc/get.bz2
+share/bx/help/1_General/dcc/list.bz2
+share/bx/help/1_General/dcc/quietmode.bz2
+share/bx/help/1_General/dcc/raw.bz2
+share/bx/help/1_General/dcc/reget.bz2
+share/bx/help/1_General/dcc/rename.bz2
+share/bx/help/1_General/dcc/resend.bz2
+share/bx/help/1_General/dcc/resume.bz2
+share/bx/help/1_General/dcc/send.bz2
+share/bx/help/1_General/dcc/showpaths.bz2
+share/bx/help/1_General/dcc/stats.bz2
+share/bx/help/1_General/dcc/tget.bz2
+share/bx/help/1_General/dcc/treget.bz2
+share/bx/help/1_General/dcc/tresend.bz2
+share/bx/help/1_General/dcc/tsend.bz2
+share/bx/help/1_General/describe.bz2
+share/bx/help/1_General/disconnect.bz2
+share/bx/help/1_General/gone.bz2
+share/bx/help/1_General/help.bz2
+share/bx/help/1_General/ignore.bz2
+share/bx/help/1_General/invite.bz2
+share/bx/help/1_General/j.bz2
+share/bx/help/1_General/join.bz2
+share/bx/help/1_General/k.bz2
+share/bx/help/1_General/kb.bz2
+share/bx/help/1_General/kbi.bz2
+share/bx/help/1_General/kick.bz2
+share/bx/help/1_General/kickidle.bz2
+share/bx/help/1_General/l.bz2
+share/bx/help/1_General/lamenicklist.bz2
+share/bx/help/1_General/lastlog.bz2
+share/bx/help/1_General/leave.bz2
+share/bx/help/1_General/m.bz2
+share/bx/help/1_General/me.bz2
+share/bx/help/1_General/mode.bz2
+share/bx/help/1_General/msg.bz2
+share/bx/help/1_General/nick.bz2
+share/bx/help/1_General/nochat.bz2
+share/bx/help/1_General/noforward.bz2
+share/bx/help/1_General/notice.bz2
+share/bx/help/1_General/notify.bz2
+share/bx/help/1_General/nslookup.bz2
+share/bx/help/1_General/offers.bz2
+share/bx/help/1_General/p.bz2
+share/bx/help/1_General/part.bz2
+share/bx/help/1_General/partall.bz2
+share/bx/help/1_General/ping.bz2
+share/bx/help/1_General/query.bz2
+share/bx/help/1_General/quit.bz2
+share/bx/help/1_General/reconnect.bz2
+share/bx/help/1_General/say.bz2
+share/bx/help/1_General/server.bz2
+share/bx/help/1_General/shitlist.bz2
+share/bx/help/1_General/showwordkick.bz2
+share/bx/help/1_General/silence.bz2
+share/bx/help/1_General/spam.bz2
+share/bx/help/1_General/t.bz2
+share/bx/help/1_General/topic.bz2
+share/bx/help/1_General/unajoin.bz2
+share/bx/help/1_General/unforward.bz2
+share/bx/help/1_General/unidle.bz2
+share/bx/help/1_General/unlamenick.bz2
+share/bx/help/1_General/unshit.bz2
+share/bx/help/1_General/unuser.bz2
+share/bx/help/1_General/unwordkick.bz2
+share/bx/help/1_General/uping.bz2
+share/bx/help/1_General/url.bz2
+share/bx/help/1_General/ver.bz2
+share/bx/help/1_General/wordlist.bz2
+share/bx/help/2_Queries/2_Queries.bz2
+share/bx/help/2_Queries/admin.bz2
+share/bx/help/2_Queries/flush.bz2
+share/bx/help/2_Queries/info.bz2
+share/bx/help/2_Queries/ison.bz2
+share/bx/help/2_Queries/links.bz2
+share/bx/help/2_Queries/list.bz2
+share/bx/help/2_Queries/lusers.bz2
+share/bx/help/2_Queries/map.bz2
+share/bx/help/2_Queries/motd.bz2
+share/bx/help/2_Queries/n.bz2
+share/bx/help/2_Queries/names.bz2
+share/bx/help/2_Queries/sc.bz2
+share/bx/help/2_Queries/scan.bz2
+share/bx/help/2_Queries/scanf.bz2
+share/bx/help/2_Queries/scani.bz2
+share/bx/help/2_Queries/scann.bz2
+share/bx/help/2_Queries/scano.bz2
+share/bx/help/2_Queries/scans.bz2
+share/bx/help/2_Queries/scanv.bz2
+share/bx/help/2_Queries/stats.bz2
+share/bx/help/2_Queries/time.bz2
+share/bx/help/2_Queries/trace.bz2
+share/bx/help/2_Queries/userhost.bz2
+share/bx/help/2_Queries/userip.bz2
+share/bx/help/2_Queries/users.bz2
+share/bx/help/2_Queries/version.bz2
+share/bx/help/2_Queries/who.bz2
+share/bx/help/2_Queries/whois.bz2
+share/bx/help/2_Queries/whowas.bz2
+share/bx/help/2_Queries/wi.bz2
+share/bx/help/2_Queries/wii.bz2
+share/bx/help/2_Queries/wilc.bz2
+share/bx/help/2_Queries/wilcr.bz2
+share/bx/help/2_Queries/wilm.bz2
+share/bx/help/2_Queries/wiln.bz2
+share/bx/help/2_Queries/ww.bz2
+share/bx/help/3_Operators/3_Operators.bz2
+share/bx/help/3_Operators/connect.bz2
+share/bx/help/3_Operators/deoper.bz2
+share/bx/help/3_Operators/die.bz2
+share/bx/help/3_Operators/dline.bz2
+share/bx/help/3_Operators/hash.bz2
+share/bx/help/3_Operators/helpop.bz2
+share/bx/help/3_Operators/helpserv.bz2
+share/bx/help/3_Operators/kill.bz2
+share/bx/help/3_Operators/kline.bz2
+share/bx/help/3_Operators/locop.bz2
+share/bx/help/3_Operators/oper.bz2
+share/bx/help/3_Operators/rehash.bz2
+share/bx/help/3_Operators/restart.bz2
+share/bx/help/3_Operators/rping.bz2
+share/bx/help/3_Operators/sping.bz2
+share/bx/help/3_Operators/squit.bz2
+share/bx/help/3_Operators/swallop.bz2
+share/bx/help/3_Operators/tkline.bz2
+share/bx/help/3_Operators/unkline.bz2
+share/bx/help/3_Operators/uping.bz2
+share/bx/help/3_Operators/wallops.bz2
+share/bx/help/4_Misc/4_Misc.bz2
+share/bx/help/4_Misc/abort.bz2
+share/bx/help/4_Misc/beep.bz2
+share/bx/help/4_Misc/bind/backspace.bz2
+share/bx/help/4_Misc/bind/backward_character.bz2
+share/bx/help/4_Misc/bind/backward_history.bz2
+share/bx/help/4_Misc/bind/backward_word.bz2
+share/bx/help/4_Misc/bind/beginning_of_line.bz2
+share/bx/help/4_Misc/bind/bind.bz2
+share/bx/help/4_Misc/bind/blink.bz2
+share/bx/help/4_Misc/bind/bold.bz2
+share/bx/help/4_Misc/bind/clear_screen.bz2
+share/bx/help/4_Misc/bind/command_completion.bz2
+share/bx/help/4_Misc/bind/delete_character.bz2
+share/bx/help/4_Misc/bind/delete_next_word.bz2
+share/bx/help/4_Misc/bind/delete_previous_word.bz2
+share/bx/help/4_Misc/bind/delete_to_previous_space.bz2
+share/bx/help/4_Misc/bind/end_of_line.bz2
+share/bx/help/4_Misc/bind/enter_digraph.bz2
+share/bx/help/4_Misc/bind/enter_menu.bz2
+share/bx/help/4_Misc/bind/erase_line.bz2
+share/bx/help/4_Misc/bind/erase_to_beg_of_line.bz2
+share/bx/help/4_Misc/bind/erase_to_end_of_line.bz2
+share/bx/help/4_Misc/bind/forward_character.bz2
+share/bx/help/4_Misc/bind/forward_history.bz2
+share/bx/help/4_Misc/bind/forward_word.bz2
+share/bx/help/4_Misc/bind/highlight_off.bz2
+share/bx/help/4_Misc/bind/meta1_character.bz2
+share/bx/help/4_Misc/bind/meta4_character.bz2
+share/bx/help/4_Misc/bind/next_window.bz2
+share/bx/help/4_Misc/bind/nothing.bz2
+share/bx/help/4_Misc/bind/parse_command.bz2
+share/bx/help/4_Misc/bind/paste_to_input.bz2
+share/bx/help/4_Misc/bind/previous_window.bz2
+share/bx/help/4_Misc/bind/quit_irc.bz2
+share/bx/help/4_Misc/bind/quote_character.bz2
+share/bx/help/4_Misc/bind/refresh_inputline.bz2
+share/bx/help/4_Misc/bind/refresh_screen.bz2
+share/bx/help/4_Misc/bind/reverse.bz2
+share/bx/help/4_Misc/bind/scroll_backward.bz2
+share/bx/help/4_Misc/bind/scroll_end.bz2
+share/bx/help/4_Misc/bind/scroll_forward.bz2
+share/bx/help/4_Misc/bind/scroll_start.bz2
+share/bx/help/4_Misc/bind/self_insert.bz2
+share/bx/help/4_Misc/bind/send_line.bz2
+share/bx/help/4_Misc/bind/shove_to_history.bz2
+share/bx/help/4_Misc/bind/stop_irc.bz2
+share/bx/help/4_Misc/bind/swap_last_window.bz2
+share/bx/help/4_Misc/bind/swap_next_window.bz2
+share/bx/help/4_Misc/bind/swap_previous_window.bz2
+share/bx/help/4_Misc/bind/switch_channels.bz2
+share/bx/help/4_Misc/bind/toggle_insert_mode.bz2
+share/bx/help/4_Misc/bind/toggle_stop_screen.bz2
+share/bx/help/4_Misc/bind/transpose_characters.bz2
+share/bx/help/4_Misc/bind/type_text.bz2
+share/bx/help/4_Misc/bind/unclear_screen.bz2
+share/bx/help/4_Misc/bind/underline.bz2
+share/bx/help/4_Misc/bind/unstop_all_windows.bz2
+share/bx/help/4_Misc/bind/yank_from_cutbuffer.bz2
+share/bx/help/4_Misc/cd.bz2
+share/bx/help/4_Misc/clear.bz2
+share/bx/help/4_Misc/digraph.bz2
+share/bx/help/4_Misc/encrypt.bz2
+share/bx/help/4_Misc/history.bz2
+share/bx/help/4_Misc/hostname.bz2
+share/bx/help/4_Misc/ircuser.bz2
+share/bx/help/4_Misc/mesg.bz2
+share/bx/help/4_Misc/mlist.bz2
+share/bx/help/4_Misc/mload.bz2
+share/bx/help/4_Misc/note.bz2
+share/bx/help/4_Misc/rbind.bz2
+share/bx/help/4_Misc/realname.bz2
+share/bx/help/4_Misc/set/always_split_biggest.bz2
+share/bx/help/4_Misc/set/auto_new_nick.bz2
+share/bx/help/4_Misc/set/auto_reconnect_delay.bz2
+share/bx/help/4_Misc/set/auto_rejoin.bz2
+share/bx/help/4_Misc/set/auto_rejoin_delay.bz2
+share/bx/help/4_Misc/set/auto_unmark_away.bz2
+share/bx/help/4_Misc/set/auto_whowas.bz2
+share/bx/help/4_Misc/set/banner.bz2
+share/bx/help/4_Misc/set/banner_expand.bz2
+share/bx/help/4_Misc/set/beep.bz2
+share/bx/help/4_Misc/set/beep_max.bz2
+share/bx/help/4_Misc/set/beep_on_msg.bz2
+share/bx/help/4_Misc/set/beep_when_away.bz2
+share/bx/help/4_Misc/set/blink_video.bz2
+share/bx/help/4_Misc/set/bold_video.bz2
+share/bx/help/4_Misc/set/channel_name_width.bz2
+share/bx/help/4_Misc/set/client_information.bz2
+share/bx/help/4_Misc/set/clock.bz2
+share/bx/help/4_Misc/set/clock_24hour.bz2
+share/bx/help/4_Misc/set/clock_alarm.bz2
+share/bx/help/4_Misc/set/clock_format.bz2
+share/bx/help/4_Misc/set/cmdchars.bz2
+share/bx/help/4_Misc/set/color.bz2
+share/bx/help/4_Misc/set/command_mode.bz2
+share/bx/help/4_Misc/set/comment_hack.bz2
+share/bx/help/4_Misc/set/connect_timeout.bz2
+share/bx/help/4_Misc/set/continued_line.bz2
+share/bx/help/4_Misc/set/cpu_saver_after.bz2
+share/bx/help/4_Misc/set/cpu_saver_every.bz2
+share/bx/help/4_Misc/set/current_window_level.bz2
+share/bx/help/4_Misc/set/dcc_auto_timeout.bz2
+share/bx/help/4_Misc/set/dcc_long_pathnames.bz2
+share/bx/help/4_Misc/set/dcc_sliding_window.bz2
+share/bx/help/4_Misc/set/dcc_store_path.bz2
+share/bx/help/4_Misc/set/debug.bz2
+share/bx/help/4_Misc/set/dispatch_unknown_command.bz2
+share/bx/help/4_Misc/set/display.bz2
+share/bx/help/4_Misc/set/display_ansi.bz2
+share/bx/help/4_Misc/set/do_notify_immediately.bz2
+share/bx/help/4_Misc/set/eight_bit_characters.bz2
+share/bx/help/4_Misc/set/encrypt_program.bz2
+share/bx/help/4_Misc/set/floating_point_math.bz2
+share/bx/help/4_Misc/set/flood_after.bz2
+share/bx/help/4_Misc/set/flood_rate.bz2
+share/bx/help/4_Misc/set/flood_users.bz2
+share/bx/help/4_Misc/set/flood_warning.bz2
+share/bx/help/4_Misc/set/full_status_line.bz2
+share/bx/help/4_Misc/set/help_pager.bz2
+share/bx/help/4_Misc/set/help_path.bz2
+share/bx/help/4_Misc/set/help_prompt.bz2
+share/bx/help/4_Misc/set/help_window.bz2
+share/bx/help/4_Misc/set/hide_private_channels.bz2
+share/bx/help/4_Misc/set/high_bit_escape.bz2
+share/bx/help/4_Misc/set/highlight_char.bz2
+share/bx/help/4_Misc/set/history.bz2
+share/bx/help/4_Misc/set/history_file.bz2
+share/bx/help/4_Misc/set/hold_mode.bz2
+share/bx/help/4_Misc/set/indent.bz2
+share/bx/help/4_Misc/set/input_aliases.bz2
+share/bx/help/4_Misc/set/input_prompt.bz2
+share/bx/help/4_Misc/set/insert_mode.bz2
+share/bx/help/4_Misc/set/inverse_video.bz2
+share/bx/help/4_Misc/set/lastlog.bz2
+share/bx/help/4_Misc/set/lastlog_level.bz2
+share/bx/help/4_Misc/set/load_path.bz2
+share/bx/help/4_Misc/set/log.bz2
+share/bx/help/4_Misc/set/logfile.bz2
+share/bx/help/4_Misc/set/mail.bz2
+share/bx/help/4_Misc/set/max_recursions.bz2
+share/bx/help/4_Misc/set/menu.bz2
+share/bx/help/4_Misc/set/mirc_broken_dcc_resume.bz2
+share/bx/help/4_Misc/set/mode_stripper.bz2
+share/bx/help/4_Misc/set/nd_space_max.bz2
+share/bx/help/4_Misc/set/no_control_log.bz2
+share/bx/help/4_Misc/set/no_ctcp_flood.bz2
+share/bx/help/4_Misc/set/no_fail_disconnect.bz2
+share/bx/help/4_Misc/set/notify_handler.bz2
+share/bx/help/4_Misc/set/notify_interval.bz2
+share/bx/help/4_Misc/set/notify_level.bz2
+share/bx/help/4_Misc/set/notify_on_termination.bz2
+share/bx/help/4_Misc/set/notify_userhost_automatic.bz2
+share/bx/help/4_Misc/set/novice.bz2
+share/bx/help/4_Misc/set/num_of_whowas.bz2
+share/bx/help/4_Misc/set/pad_char.bz2
+share/bx/help/4_Misc/set/quit_message.bz2
+share/bx/help/4_Misc/set/realname.bz2
+share/bx/help/4_Misc/set/reverse_status_line.bz2
+share/bx/help/4_Misc/set/reverse_video.bz2
+share/bx/help/4_Misc/set/screen_options.bz2
+share/bx/help/4_Misc/set/scroll.bz2
+share/bx/help/4_Misc/set/scroll_lines.bz2
+share/bx/help/4_Misc/set/scrollback.bz2
+share/bx/help/4_Misc/set/scrollback_ratio.bz2
+share/bx/help/4_Misc/set/security.bz2
+share/bx/help/4_Misc/set/send_ignore_msg.bz2
+share/bx/help/4_Misc/set/set.bz2
+share/bx/help/4_Misc/set/shell.bz2
+share/bx/help/4_Misc/set/shell_flags.bz2
+share/bx/help/4_Misc/set/shell_limit.bz2
+share/bx/help/4_Misc/set/show_away_once.bz2
+share/bx/help/4_Misc/set/show_channel_names.bz2
+share/bx/help/4_Misc/set/show_end_of_msgs.bz2
+share/bx/help/4_Misc/set/show_numerics.bz2
+share/bx/help/4_Misc/set/show_status_all.bz2
+share/bx/help/4_Misc/set/show_who_hopcount.bz2
+share/bx/help/4_Misc/set/status_away.bz2
+share/bx/help/4_Misc/set/status_channel.bz2
+share/bx/help/4_Misc/set/status_chanop.bz2
+share/bx/help/4_Misc/set/status_clock.bz2
+share/bx/help/4_Misc/set/status_does_expandos.bz2
+share/bx/help/4_Misc/set/status_format.bz2
+share/bx/help/4_Misc/set/status_hold.bz2
+share/bx/help/4_Misc/set/status_hold_lines.bz2
+share/bx/help/4_Misc/set/status_insert.bz2
+share/bx/help/4_Misc/set/status_mail.bz2
+share/bx/help/4_Misc/set/status_mode.bz2
+share/bx/help/4_Misc/set/status_nick.bz2
+share/bx/help/4_Misc/set/status_no_repeat.bz2
+share/bx/help/4_Misc/set/status_notify.bz2
+share/bx/help/4_Misc/set/status_oper.bz2
+share/bx/help/4_Misc/set/status_overwrite.bz2
+share/bx/help/4_Misc/set/status_query.bz2
+share/bx/help/4_Misc/set/status_scrollback.bz2
+share/bx/help/4_Misc/set/status_server.bz2
+share/bx/help/4_Misc/set/status_truncate_rhs.bz2
+share/bx/help/4_Misc/set/status_umode.bz2
+share/bx/help/4_Misc/set/status_user.bz2
+share/bx/help/4_Misc/set/status_voice.bz2
+share/bx/help/4_Misc/set/status_window.bz2
+share/bx/help/4_Misc/set/suppress_from_remote_server.bz2
+share/bx/help/4_Misc/set/suppress_server_motd.bz2
+share/bx/help/4_Misc/set/tab.bz2
+share/bx/help/4_Misc/set/tab_max.bz2
+share/bx/help/4_Misc/set/underline_video.bz2
+share/bx/help/4_Misc/set/user_information.bz2
+share/bx/help/4_Misc/set/verbose_ctcp.bz2
+share/bx/help/4_Misc/set/warn_of_ignores.bz2
+share/bx/help/4_Misc/set/xterm.bz2
+share/bx/help/4_Misc/set/xterm_options.bz2
+share/bx/help/4_Misc/summon.bz2
+share/bx/help/4_Misc/unclear.bz2
+share/bx/help/4_Misc/which.bz2
+share/bx/help/4_Misc/window/add.bz2
+share/bx/help/4_Misc/window/back.bz2
+share/bx/help/4_Misc/window/balance.bz2
+share/bx/help/4_Misc/window/beep_always.bz2
+share/bx/help/4_Misc/window/bind.bz2
+share/bx/help/4_Misc/window/channel.bz2
+share/bx/help/4_Misc/window/create.bz2
+share/bx/help/4_Misc/window/delete.bz2
+share/bx/help/4_Misc/window/discon.bz2
+share/bx/help/4_Misc/window/double.bz2
+share/bx/help/4_Misc/window/echo.bz2
+share/bx/help/4_Misc/window/fixed.bz2
+share/bx/help/4_Misc/window/font.bz2
+share/bx/help/4_Misc/window/goto.bz2
+share/bx/help/4_Misc/window/grow.bz2
+share/bx/help/4_Misc/window/hide.bz2
+share/bx/help/4_Misc/window/hide_others.bz2
+share/bx/help/4_Misc/window/hold_mode.bz2
+share/bx/help/4_Misc/window/kill.bz2
+share/bx/help/4_Misc/window/kill_others.bz2
+share/bx/help/4_Misc/window/killswap.bz2
+share/bx/help/4_Misc/window/last.bz2
+share/bx/help/4_Misc/window/lastlog.bz2
+share/bx/help/4_Misc/window/lastlog_level.bz2
+share/bx/help/4_Misc/window/level.bz2
+share/bx/help/4_Misc/window/list.bz2
+share/bx/help/4_Misc/window/log.bz2
+share/bx/help/4_Misc/window/logfile.bz2
+share/bx/help/4_Misc/window/menu.bz2
+share/bx/help/4_Misc/window/move.bz2
+share/bx/help/4_Misc/window/name.bz2
+share/bx/help/4_Misc/window/new.bz2
+share/bx/help/4_Misc/window/next.bz2
+share/bx/help/4_Misc/window/noserv.bz2
+share/bx/help/4_Misc/window/notify.bz2
+share/bx/help/4_Misc/window/notify_level.bz2
+share/bx/help/4_Misc/window/number.bz2
+share/bx/help/4_Misc/window/pop.bz2
+share/bx/help/4_Misc/window/previous.bz2
+share/bx/help/4_Misc/window/prompt.bz2
+share/bx/help/4_Misc/window/push.bz2
+share/bx/help/4_Misc/window/query.bz2
+share/bx/help/4_Misc/window/refnum.bz2
+share/bx/help/4_Misc/window/remove.bz2
+share/bx/help/4_Misc/window/scratch.bz2
+share/bx/help/4_Misc/window/scroll.bz2
+share/bx/help/4_Misc/window/server.bz2
+share/bx/help/4_Misc/window/setwindowpos.bz2
+share/bx/help/4_Misc/window/show.bz2
+share/bx/help/4_Misc/window/shrink.bz2
+share/bx/help/4_Misc/window/size.bz2
+share/bx/help/4_Misc/window/skip.bz2
+share/bx/help/4_Misc/window/stack.bz2
+share/bx/help/4_Misc/window/status_special.bz2
+share/bx/help/4_Misc/window/swap.bz2
+share/bx/help/4_Misc/window/unbind.bz2
+share/bx/help/4_Misc/window/window.bz2
+share/bx/help/5_Programming/5_Programming.bz2
+share/bx/help/5_Programming/alias.bz2
+share/bx/help/5_Programming/assign.bz2
+share/bx/help/5_Programming/blah.bz2
+share/bx/help/5_Programming/bless.bz2
+share/bx/help/5_Programming/break.bz2
+share/bx/help/5_Programming/call.bz2
+share/bx/help/5_Programming/comment.bz2
+share/bx/help/5_Programming/continue.bz2
+share/bx/help/5_Programming/do.bz2
+share/bx/help/5_Programming/dump.bz2
+share/bx/help/5_Programming/echo.bz2
+share/bx/help/5_Programming/eval.bz2
+share/bx/help/5_Programming/exec.bz2
+share/bx/help/5_Programming/fe.bz2
+share/bx/help/5_Programming/fec.bz2
+share/bx/help/5_Programming/filedialog.bz2
+share/bx/help/5_Programming/fontdialog.bz2
+share/bx/help/5_Programming/for.bz2
+share/bx/help/5_Programming/foreach.bz2
+share/bx/help/5_Programming/hook.bz2
+share/bx/help/5_Programming/if.bz2
+share/bx/help/5_Programming/input.bz2
+share/bx/help/5_Programming/load.bz2
+share/bx/help/5_Programming/loaddll.bz2
+share/bx/help/5_Programming/loadtcl.bz2
+share/bx/help/5_Programming/local.bz2
+share/bx/help/5_Programming/menu.bz2
+share/bx/help/5_Programming/menuitem.bz2
+share/bx/help/5_Programming/on/action.bz2
+share/bx/help/5_Programming/on/channel_nick.bz2
+share/bx/help/5_Programming/on/channel_signoff.bz2
+share/bx/help/5_Programming/on/connect.bz2
+share/bx/help/5_Programming/on/ctcp.bz2
+share/bx/help/5_Programming/on/ctcp_reply.bz2
+share/bx/help/5_Programming/on/dcc_chat.bz2
+share/bx/help/5_Programming/on/dcc_connect.bz2
+share/bx/help/5_Programming/on/dcc_list.bz2
+share/bx/help/5_Programming/on/dcc_lost.bz2
+share/bx/help/5_Programming/on/dcc_offer.bz2
+share/bx/help/5_Programming/on/dcc_raw.bz2
+share/bx/help/5_Programming/on/dcc_request.bz2
+share/bx/help/5_Programming/on/disconnect.bz2
+share/bx/help/5_Programming/on/encrypted_notice.bz2
+share/bx/help/5_Programming/on/encrypted_privmsg.bz2
+share/bx/help/5_Programming/on/exec.bz2
+share/bx/help/5_Programming/on/exec_errors.bz2
+share/bx/help/5_Programming/on/exec_exit.bz2
+share/bx/help/5_Programming/on/exec_prompt.bz2
+share/bx/help/5_Programming/on/exit.bz2
+share/bx/help/5_Programming/on/flood.bz2
+share/bx/help/5_Programming/on/help.bz2
+share/bx/help/5_Programming/on/hook.bz2
+share/bx/help/5_Programming/on/idle.bz2
+share/bx/help/5_Programming/on/input.bz2
+share/bx/help/5_Programming/on/invite.bz2
+share/bx/help/5_Programming/on/join.bz2
+share/bx/help/5_Programming/on/kick.bz2
+share/bx/help/5_Programming/on/kill.bz2
+share/bx/help/5_Programming/on/leave.bz2
+share/bx/help/5_Programming/on/list.bz2
+share/bx/help/5_Programming/on/mail.bz2
+share/bx/help/5_Programming/on/mode.bz2
+share/bx/help/5_Programming/on/mode_stripped.bz2
+share/bx/help/5_Programming/on/msg.bz2
+share/bx/help/5_Programming/on/msg_group.bz2
+share/bx/help/5_Programming/on/names.bz2
+share/bx/help/5_Programming/on/nickname.bz2
+share/bx/help/5_Programming/on/note.bz2
+share/bx/help/5_Programming/on/notice.bz2
+share/bx/help/5_Programming/on/notify_signoff.bz2
+share/bx/help/5_Programming/on/notify_signon.bz2
+share/bx/help/5_Programming/on/odd_server_stuff.bz2
+share/bx/help/5_Programming/on/on.bz2
+share/bx/help/5_Programming/on/oper_notice.bz2
+share/bx/help/5_Programming/on/pong.bz2
+share/bx/help/5_Programming/on/public.bz2
+share/bx/help/5_Programming/on/public_msg.bz2
+share/bx/help/5_Programming/on/public_notice.bz2
+share/bx/help/5_Programming/on/public_other.bz2
+share/bx/help/5_Programming/on/raw_irc.bz2
+share/bx/help/5_Programming/on/redirect.bz2
+share/bx/help/5_Programming/on/send_action.bz2
+share/bx/help/5_Programming/on/send_ctcp.bz2
+share/bx/help/5_Programming/on/send_dcc_chat.bz2
+share/bx/help/5_Programming/on/send_msg.bz2
+share/bx/help/5_Programming/on/send_notice.bz2
+share/bx/help/5_Programming/on/send_public.bz2
+share/bx/help/5_Programming/on/send_to_server.bz2
+share/bx/help/5_Programming/on/server_lost.bz2
+share/bx/help/5_Programming/on/server_notice.bz2
+share/bx/help/5_Programming/on/set.bz2
+share/bx/help/5_Programming/on/signoff.bz2
+share/bx/help/5_Programming/on/silence.bz2
+share/bx/help/5_Programming/on/status_update.bz2
+share/bx/help/5_Programming/on/timer.bz2
+share/bx/help/5_Programming/on/topic.bz2
+share/bx/help/5_Programming/on/unload.bz2
+share/bx/help/5_Programming/on/wall.bz2
+share/bx/help/5_Programming/on/wallop.bz2
+share/bx/help/5_Programming/on/who.bz2
+share/bx/help/5_Programming/on/widelist.bz2
+share/bx/help/5_Programming/on/window.bz2
+share/bx/help/5_Programming/on/window_create.bz2
+share/bx/help/5_Programming/on/window_kill.bz2
+share/bx/help/5_Programming/on/yell.bz2
+share/bx/help/5_Programming/package.bz2
+share/bx/help/5_Programming/parsekey.bz2
+share/bx/help/5_Programming/pmpaste.bz2
+share/bx/help/5_Programming/pop.bz2
+share/bx/help/5_Programming/popupmenu.bz2
+share/bx/help/5_Programming/popupmsg.bz2
+share/bx/help/5_Programming/pretend.bz2
+share/bx/help/5_Programming/properties.bz2
+share/bx/help/5_Programming/push.bz2
+share/bx/help/5_Programming/queue.bz2
+share/bx/help/5_Programming/quote.bz2
+share/bx/help/5_Programming/redirect.bz2
+share/bx/help/5_Programming/repeat.bz2
+share/bx/help/5_Programming/return.bz2
+share/bx/help/5_Programming/save.bz2
+share/bx/help/5_Programming/saveirc.bz2
+share/bx/help/5_Programming/send.bz2
+share/bx/help/5_Programming/sendline.bz2
+share/bx/help/5_Programming/setenv.bz2
+share/bx/help/5_Programming/shook.bz2
+share/bx/help/5_Programming/sleep.bz2
+share/bx/help/5_Programming/stack.bz2
+share/bx/help/5_Programming/stub.bz2
+share/bx/help/5_Programming/submenu.bz2
+share/bx/help/5_Programming/switch.bz2
+share/bx/help/5_Programming/timer.bz2
+share/bx/help/5_Programming/type.bz2
+share/bx/help/5_Programming/unload.bz2
+share/bx/help/5_Programming/unshift.bz2
+share/bx/help/5_Programming/usleep.bz2
+share/bx/help/5_Programming/wait.bz2
+share/bx/help/5_Programming/while.bz2
+share/bx/help/5_Programming/xecho.bz2
+share/bx/help/5_Programming/xeval.bz2
+share/bx/help/5_Programming/xtype.bz2
+share/bx/help/6_Functions/6_Functions.bz2
+share/bx/help/6_Functions/absstrlen.bz2
+share/bx/help/6_Functions/addtabkey.bz2
+share/bx/help/6_Functions/after.bz2
+share/bx/help/6_Functions/afterw.bz2
+share/bx/help/6_Functions/ajoinitem.bz2
+share/bx/help/6_Functions/aliasctl.bz2
+share/bx/help/6_Functions/annoy.bz2
+share/bx/help/6_Functions/ascii.bz2
+share/bx/help/6_Functions/before.bz2
+share/bx/help/6_Functions/bitchx.bz2
+share/bx/help/6_Functions/center.bz2
+share/bx/help/6_Functions/cexist.bz2
+share/bx/help/6_Functions/chanmode.bz2
+share/bx/help/6_Functions/channel.bz2
+share/bx/help/6_Functions/chmod.bz2
+share/bx/help/6_Functions/chngw.bz2
+share/bx/help/6_Functions/chop.bz2
+share/bx/help/6_Functions/chops.bz2
+share/bx/help/6_Functions/chr.bz2
+share/bx/help/6_Functions/close.bz2
+share/bx/help/6_Functions/common.bz2
+share/bx/help/6_Functions/connect.bz2
+share/bx/help/6_Functions/convert.bz2
+share/bx/help/6_Functions/copattern.bz2
+share/bx/help/6_Functions/count.bz2
+share/bx/help/6_Functions/cparse.bz2
+share/bx/help/6_Functions/crypt.bz2
+share/bx/help/6_Functions/curpos.bz2
+share/bx/help/6_Functions/currchans.bz2
+share/bx/help/6_Functions/decode.bz2
+share/bx/help/6_Functions/delarray.bz2
+share/bx/help/6_Functions/delitem.bz2
+share/bx/help/6_Functions/deuhc.bz2
+share/bx/help/6_Functions/encode.bz2
+share/bx/help/6_Functions/eof.bz2
+share/bx/help/6_Functions/epic.bz2
+share/bx/help/6_Functions/fexist.bz2
+share/bx/help/6_Functions/filter.bz2
+share/bx/help/6_Functions/finditem.bz2
+share/bx/help/6_Functions/findw.bz2
+share/bx/help/6_Functions/fnexist.bz2
+share/bx/help/6_Functions/fromw.bz2
+share/bx/help/6_Functions/fsize.bz2
+share/bx/help/6_Functions/ftime.bz2
+share/bx/help/6_Functions/geom.bz2
+share/bx/help/6_Functions/getarrays.bz2
+share/bx/help/6_Functions/getenv.bz2
+share/bx/help/6_Functions/getgid.bz2
+share/bx/help/6_Functions/getitem.bz2
+share/bx/help/6_Functions/getlogin.bz2
+share/bx/help/6_Functions/getmatches.bz2
+share/bx/help/6_Functions/getopt.bz2
+share/bx/help/6_Functions/getpgrp.bz2
+share/bx/help/6_Functions/getsets.bz2
+share/bx/help/6_Functions/gettmatch.bz2
+share/bx/help/6_Functions/getuid.bz2
+share/bx/help/6_Functions/glob.bz2
+share/bx/help/6_Functions/gui.bz2
+share/bx/help/6_Functions/idle.bz2
+share/bx/help/6_Functions/ifindfirst.bz2
+share/bx/help/6_Functions/ifinditem.bz2
+share/bx/help/6_Functions/igetmatches.bz2
+share/bx/help/6_Functions/igmask.bz2
+share/bx/help/6_Functions/igtype.bz2
+share/bx/help/6_Functions/index.bz2
+share/bx/help/6_Functions/indextoitem.bz2
+share/bx/help/6_Functions/info.bz2
+share/bx/help/6_Functions/insertw.bz2
+share/bx/help/6_Functions/iptoname.bz2
+share/bx/help/6_Functions/irclib.bz2
+share/bx/help/6_Functions/isalpha.bz2
+share/bx/help/6_Functions/ischannel.bz2
+share/bx/help/6_Functions/ischanop.bz2
+share/bx/help/6_Functions/ischanvoice.bz2
+share/bx/help/6_Functions/isconnected.bz2
+share/bx/help/6_Functions/iscurchan.bz2
+share/bx/help/6_Functions/isdigit.bz2
+share/bx/help/6_Functions/isnumber.bz2
+share/bx/help/6_Functions/itemtoindex.bz2
+share/bx/help/6_Functions/jot.bz2
+share/bx/help/6_Functions/key.bz2
+share/bx/help/6_Functions/lastclickline.bz2
+share/bx/help/6_Functions/lastclickx.bz2
+share/bx/help/6_Functions/lastclicky.bz2
+share/bx/help/6_Functions/lastserver.bz2
+share/bx/help/6_Functions/left.bz2
+share/bx/help/6_Functions/leftpc.bz2
+share/bx/help/6_Functions/leftw.bz2
+share/bx/help/6_Functions/listarray.bz2
+share/bx/help/6_Functions/listen.bz2
+share/bx/help/6_Functions/mask.bz2
+share/bx/help/6_Functions/match.bz2
+share/bx/help/6_Functions/matchitem.bz2
+share/bx/help/6_Functions/menucontrol.bz2
+share/bx/help/6_Functions/mid.bz2
+share/bx/help/6_Functions/midw.bz2
+share/bx/help/6_Functions/mkdir.bz2
+share/bx/help/6_Functions/msar.bz2
+share/bx/help/6_Functions/mychannels.bz2
+share/bx/help/6_Functions/myservers.bz2
+share/bx/help/6_Functions/nametoip.bz2
+share/bx/help/6_Functions/nohighlight.bz2
+share/bx/help/6_Functions/notify.bz2
+share/bx/help/6_Functions/numarrays.bz2
+share/bx/help/6_Functions/numitems.bz2
+share/bx/help/6_Functions/numonchannel.bz2
+share/bx/help/6_Functions/numwords.bz2
+share/bx/help/6_Functions/onchannel.bz2
+share/bx/help/6_Functions/open.bz2
+share/bx/help/6_Functions/pad.bz2
+share/bx/help/6_Functions/pattern.bz2
+share/bx/help/6_Functions/pid.bz2
+share/bx/help/6_Functions/pipe.bz2
+share/bx/help/6_Functions/pop.bz2
+share/bx/help/6_Functions/ppid.bz2
+share/bx/help/6_Functions/printlen.bz2
+share/bx/help/6_Functions/querywin.bz2
+share/bx/help/6_Functions/rand.bz2
+share/bx/help/6_Functions/randread.bz2
+share/bx/help/6_Functions/read.bz2
+share/bx/help/6_Functions/regex.bz2
+share/bx/help/6_Functions/remw.bz2
+share/bx/help/6_Functions/remws.bz2
+share/bx/help/6_Functions/rename.bz2
+share/bx/help/6_Functions/repeat.bz2
+share/bx/help/6_Functions/rest.bz2
+share/bx/help/6_Functions/restw.bz2
+share/bx/help/6_Functions/reverse.bz2
+share/bx/help/6_Functions/revw.bz2
+share/bx/help/6_Functions/rigmask.bz2
+share/bx/help/6_Functions/rigtype.bz2
+share/bx/help/6_Functions/rmdir.bz2
+share/bx/help/6_Functions/sar.bz2
+share/bx/help/6_Functions/servergroup.bz2
+share/bx/help/6_Functions/servername.bz2
+share/bx/help/6_Functions/servernick.bz2
+share/bx/help/6_Functions/serverport.bz2
+share/bx/help/6_Functions/servnum.bz2
+share/bx/help/6_Functions/servports.bz2
+share/bx/help/6_Functions/setitem.bz2
+share/bx/help/6_Functions/shift.bz2
+share/bx/help/6_Functions/sort.bz2
+share/bx/help/6_Functions/splice.bz2
+share/bx/help/6_Functions/split.bz2
+share/bx/help/6_Functions/srand.bz2
+share/bx/help/6_Functions/status.bz2
+share/bx/help/6_Functions/stime.bz2
+share/bx/help/6_Functions/strchr.bz2
+share/bx/help/6_Functions/strftime.bz2
+share/bx/help/6_Functions/strip.bz2
+share/bx/help/6_Functions/stripansi.bz2
+share/bx/help/6_Functions/stripansicodes.bz2
+share/bx/help/6_Functions/stripc.bz2
+share/bx/help/6_Functions/strlen.bz2
+share/bx/help/6_Functions/strrchr.bz2
+share/bx/help/6_Functions/substr.bz2
+share/bx/help/6_Functions/tdiff.bz2
+share/bx/help/6_Functions/time.bz2
+share/bx/help/6_Functions/tolower.bz2
+share/bx/help/6_Functions/topic.bz2
+share/bx/help/6_Functions/toupper.bz2
+share/bx/help/6_Functions/tow.bz2
+share/bx/help/6_Functions/tr.bz2
+share/bx/help/6_Functions/trunc.bz2
+share/bx/help/6_Functions/twiddle.bz2
+share/bx/help/6_Functions/uhc.bz2
+share/bx/help/6_Functions/umask.bz2
+share/bx/help/6_Functions/uname.bz2
+share/bx/help/6_Functions/uniq.bz2
+share/bx/help/6_Functions/unlink.bz2
+share/bx/help/6_Functions/unshift.bz2
+share/bx/help/6_Functions/userhost.bz2
+share/bx/help/6_Functions/usermode.bz2
+share/bx/help/6_Functions/utime.bz2
+share/bx/help/6_Functions/version.bz2
+share/bx/help/6_Functions/which.bz2
+share/bx/help/6_Functions/winbound.bz2
+share/bx/help/6_Functions/winchan.bz2
+share/bx/help/6_Functions/winitem.bz2
+share/bx/help/6_Functions/winlevel.bz2
+share/bx/help/6_Functions/winnam.bz2
+share/bx/help/6_Functions/winnicklist.bz2
+share/bx/help/6_Functions/winnum.bz2
+share/bx/help/6_Functions/winrefs.bz2
+share/bx/help/6_Functions/winserv.bz2
+share/bx/help/6_Functions/winsize.bz2
+share/bx/help/6_Functions/winvisible.bz2
+share/bx/help/6_Functions/word.bz2
+share/bx/help/6_Functions/write.bz2
+share/bx/help/6_Functions/writeb.bz2
+share/bx/help/6_Functions/ovserver.bz2
+share/bx/help/7_Docs/7_Docs.bz2
+share/bx/help/7_Docs/About_BitchX.bz2
+share/bx/help/7_Docs/Arrays.bz2
+share/bx/help/7_Docs/Command_Line.bz2
+share/bx/help/7_Docs/Compile_Opts.bz2
+share/bx/help/7_Docs/Copyright.bz2
+share/bx/help/7_Docs/Environment.bz2
+share/bx/help/7_Docs/Etiquette.bz2
+share/bx/help/7_Docs/Expressions.bz2
+share/bx/help/7_Docs/Introduction.bz2
+share/bx/help/7_Docs/Key_Bindings.bz2
+share/bx/help/7_Docs/New_User.bz2
+share/bx/help/7_Docs/Patterns.bz2
+share/bx/help/7_Docs/Programming.bz2
+share/bx/help/7_Docs/Security.bz2
+share/bx/help/7_Docs/Serial_Numbers.bz2
+share/bx/help/7_Docs/Server_List.bz2
+share/bx/help/7_Docs/Server_Numerics.bz2
+share/bx/help/7_Docs/Signals.bz2
+share/bx/help/7_Docs/Special_Vars.bz2
+share/bx/help/7_Docs/Status_Line.bz2
+share/bx/help/7_Docs/Text_Highlight.bz2
+share/bx/help/7_Docs/Updates.bz2
+share/bx/help/8_Scripts/2.8script.bz2
+share/bx/help/8_Scripts/8_Scripts.bz2
+share/bx/help/8_Scripts/action.bz2
+share/bx/help/8_Scripts/alias.bz2
+share/bx/help/8_Scripts/autokick.bz2
+share/bx/help/8_Scripts/autoop.bz2
+share/bx/help/8_Scripts/away.bz2
+share/bx/help/8_Scripts/basical.bz2
+share/bx/help/8_Scripts/bigcheese.bz2
+share/bx/help/8_Scripts/brc.bz2
+share/bx/help/8_Scripts/channel.bz2
+share/bx/help/8_Scripts/columns.bz2
+share/bx/help/8_Scripts/commander.bz2
+share/bx/help/8_Scripts/compl.mods.bz2
+share/bx/help/8_Scripts/complete.bz2
+share/bx/help/8_Scripts/country.bz2
+share/bx/help/8_Scripts/cursor.bz2
+share/bx/help/8_Scripts/deban.bz2
+share/bx/help/8_Scripts/deutsch.bz2
+share/bx/help/8_Scripts/disc.bz2
+share/bx/help/8_Scripts/edit.bz2
+share/bx/help/8_Scripts/english.bz2
+share/bx/help/8_Scripts/environment.bz2
+share/bx/help/8_Scripts/events.bz2
+share/bx/help/8_Scripts/events.hop.bz2
+share/bx/help/8_Scripts/fake-dcc.bz2
+share/bx/help/8_Scripts/fe.bz2
+share/bx/help/8_Scripts/files.bz2
+share/bx/help/8_Scripts/finger.bz2
+share/bx/help/8_Scripts/fnet.bz2
+share/bx/help/8_Scripts/follow.bz2
+share/bx/help/8_Scripts/functions.bz2
+share/bx/help/8_Scripts/funnyban.bz2
+share/bx/help/8_Scripts/genalias.bz2
+share/bx/help/8_Scripts/global.bz2
+share/bx/help/8_Scripts/guh.bz2
+share/bx/help/8_Scripts/history.bz2
+share/bx/help/8_Scripts/history-match.bz2
+share/bx/help/8_Scripts/imap.bz2
+share/bx/help/8_Scripts/ircprimer.bz2
+share/bx/help/8_Scripts/ircrc.bz2
+share/bx/help/8_Scripts/keybinds.bz2
+share/bx/help/8_Scripts/kickmenu.bz2
+share/bx/help/8_Scripts/killpath.bz2
+share/bx/help/8_Scripts/kpstat.bz2
+share/bx/help/8_Scripts/less.bz2
+share/bx/help/8_Scripts/list.bz2
+share/bx/help/8_Scripts/local.bz2
+share/bx/help/8_Scripts/log.bz2
+share/bx/help/8_Scripts/ls.bz2
+share/bx/help/8_Scripts/lynx_ircrc.bz2
+share/bx/help/8_Scripts/man.bz2
+share/bx/help/8_Scripts/meta.bz2
+share/bx/help/8_Scripts/meta1.bz2
+share/bx/help/8_Scripts/modes.bz2
+share/bx/help/8_Scripts/more.bz2
+share/bx/help/8_Scripts/msg.bz2
+share/bx/help/8_Scripts/mudirc.bz2
+share/bx/help/8_Scripts/mudlike.bz2
+share/bx/help/8_Scripts/multi.bz2
+share/bx/help/8_Scripts/nemesis.bz2
+share/bx/help/8_Scripts/netsplit.bz2
+share/bx/help/8_Scripts/netsplit.env.bz2
+share/bx/help/8_Scripts/newaway.bz2
+share/bx/help/8_Scripts/newformat.bz2
+share/bx/help/8_Scripts/nicks.bz2
+share/bx/help/8_Scripts/old-dcc.bz2
+share/bx/help/8_Scripts/oldping.bz2
+share/bx/help/8_Scripts/ping.bz2
+share/bx/help/8_Scripts/pipe.bz2
+share/bx/help/8_Scripts/prefix.bz2
+share/bx/help/8_Scripts/recursion.bz2
+share/bx/help/8_Scripts/repeat.bz2
+share/bx/help/8_Scripts/screen.bz2
+share/bx/help/8_Scripts/shell.bz2
+share/bx/help/8_Scripts/silent.bz2
+share/bx/help/8_Scripts/smileys.bz2
+share/bx/help/8_Scripts/sound.bz2
+share/bx/help/8_Scripts/spfix.bz2
+share/bx/help/8_Scripts/starutils.bz2
+share/bx/help/8_Scripts/stat.bz2
+share/bx/help/8_Scripts/tabkey.bz2
+share/bx/help/8_Scripts/tabkey.wc.bz2
+share/bx/help/8_Scripts/tc.bz2
+share/bx/help/8_Scripts/time.bz2
+share/bx/help/8_Scripts/tls.bz2
+share/bx/help/8_Scripts/troy.bz2
+share/bx/help/8_Scripts/uhnotify.bz2
+share/bx/help/8_Scripts/uping.bz2
+share/bx/help/8_Scripts/wallopstat.bz2
+share/bx/help/8_Scripts/webster.bz2
+share/bx/help/8_Scripts/window.bz2
+share/bx/help/README_FIRST.bz2
+share/bx/help/commands.bz2
+share/bx/help/findcomm.bz2
+share/bx/help/functions.bz2
+share/bx/help/out.bz2
 %%PLUGINS:%%share/bx/plugins/BitchX.hints
 %%PLUGINS:%%share/bx/plugins/acro.so
 %%PLUGINS:%%share/bx/plugins/amp.so
@@ -930,6 +932,11 @@
 %%PLUGINS:%%share/bx/plugins/scan.so
 %%PLUGINS:%%share/bx/plugins/wavplay.so
 %%PLUGINS:%%share/bx/plugins/qbx.so
+%%PLUGINS:%%share/bx/plugins/aim.so
+%%PLUGINS:%%share/bx/plugins/arcfour.so
+%%PLUGINS:%%share/bx/plugins/autocycle.so
+%%PLUGINS:%%share/bx/plugins/cavlink.so
+%%PLUGINS:%%share/bx/plugins/identd.so
 share/bx/script/actplug.gmz
 share/bx/script/bxglobal
 share/bx/script/bxtcl.tcl
@@ -938,39 +945,42 @@
 share/bx/script/fserve+vfs.tar.gz
 share/bx/script/menu.bx
 share/bx/script/query.bx
-share/bx/translation/ASCII
-share/bx/translation/CP437
-share/bx/translation/CP850
-share/bx/translation/DANISH
-share/bx/translation/DEC_MCS
-share/bx/translation/DG_MCS
-share/bx/translation/DUTCH
-share/bx/translation/FINNISH
-share/bx/translation/FRENCH
-share/bx/translation/FRENCH_CANADIAN
-share/bx/translation/GERMAN
-share/bx/translation/HP_MCS
-share/bx/translation/IRV
-share/bx/translation/ITALIAN
-share/bx/translation/JIS
-share/bx/translation/MACINTOSH
-share/bx/translation/NEXT
-share/bx/translation/NORWEGIAN_1
-share/bx/translation/NORWEGIAN_2
-share/bx/translation/POLISH
-share/bx/translation/POLISH_NOPL
-share/bx/translation/PORTUGUESE
-share/bx/translation/PORTUGUESE_COM
-share/bx/translation/RUSSIAN
-share/bx/translation/RUSSIAN_ALT
-share/bx/translation/RUSSIAN_WIN
-share/bx/translation/SPANISH
-share/bx/translation/SWEDISH
-share/bx/translation/SWEDISH_NAMES
-share/bx/translation/SWEDISH_NAMES_COM
-share/bx/translation/SWISS
-share/bx/translation/UNITED_KINGDOM
-share/bx/translation/UNITED_KINGDOM_COM
+share/bx/script/auto_resume
+share/bx/script/fserve.irc
+share/bx/script/query
+share/bx/translation/ASCII.bz2
+share/bx/translation/CP437.bz2
+share/bx/translation/CP850.bz2
+share/bx/translation/DANISH.bz2
+share/bx/translation/DEC_MCS.bz2
+share/bx/translation/DG_MCS.bz2
+share/bx/translation/DUTCH.bz2
+share/bx/translation/FINNISH.bz2
+share/bx/translation/FRENCH.bz2
+share/bx/translation/FRENCH_CANADIAN.bz2
+share/bx/translation/GERMAN.bz2
+share/bx/translation/HP_MCS.bz2
+share/bx/translation/IRV.bz2
+share/bx/translation/ITALIAN.bz2
+share/bx/translation/JIS.bz2
+share/bx/translation/MACINTOSH.bz2
+share/bx/translation/NEXT.bz2
+share/bx/translation/NORWEGIAN_1.bz2
+share/bx/translation/NORWEGIAN_2.bz2
+share/bx/translation/POLISH.bz2
+share/bx/translation/POLISH_NOPL.bz2
+share/bx/translation/PORTUGUESE.bz2
+share/bx/translation/PORTUGUESE_COM.bz2
+share/bx/translation/RUSSIAN.bz2
+share/bx/translation/RUSSIAN_ALT.bz2
+share/bx/translation/RUSSIAN_WIN.bz2
+share/bx/translation/SPANISH.bz2
+share/bx/translation/SWEDISH.bz2
+share/bx/translation/SWEDISH_NAMES.bz2
+share/bx/translation/SWEDISH_NAMES_COM.bz2
+share/bx/translation/SWISS.bz2
+share/bx/translation/UNITED_KINGDOM.bz2
+share/bx/translation/UNITED_KINGDOM_COM.bz2
 %%NOGNOME:%%share/bx/wserv
 share/doc/bitchx/bxfaq.html
 @dirrm share/doc/bitchx
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103151742.f2FHget00617>