Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Jul 2002 20:52:08 +0200 (CEST)
From:      Tilman Linneweh <tilman@arved.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        tilman@arved.de
Subject:   ports/40817: [Maintainer-Update] irc/bitchx
Message-ID:  <200207201852.g6KIq89S059902@sauna.arved.de>

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

>Number:         40817
>Category:       ports
>Synopsis:       [Maintainer-Update] irc/bitchx
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 20 12:00:11 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Tilman Linneweh
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD polly.arved.de 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Fri Aug 2 05:57:52 CEST 2002 root@polly.arved.de:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	PERL ->REINPLACE_CMD
	Fix Plist if NOPORTDOCS is defined.
	Removed Dependency on autoconf213, i added by Mistake in 
	Makefile-Revision 1.41
	
>How-To-Repeat:
	
>Fix:

	

--- bitchx.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/irc/bitchx/Makefile,v
retrieving revision 1.44
diff -u -r1.44 Makefile
--- Makefile	14 Jul 2002 18:30:16 -0000	1.44
+++ Makefile	19 Aug 2002 22:44:59 -0000
@@ -29,13 +29,16 @@
 .endif
 
 WRKSRC=		${WRKDIR}/BitchX
-USE_AUTOCONF=	yes
+USE_REINPLACE=	yes
 AUTOCONF=	${LOCALBASE}/bin/autoconf
+GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
-CONFIGURE_ARGS=	--exec-prefix="${PREFIX}/share" \
+CONFIGURE_TARGET=
+CONFIGURE_ARGS+=--exec-prefix="${PREFIX}/share" \
 		--bindir="${PREFIX}/bin" \
 		--datadir="${PREFIX}/share" \
-		--libdir="${PREFIX}/share"
+		--libdir="${PREFIX}/share" \
+		--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LIBS="-L${LOCALBASE}/lib"
 
@@ -73,7 +76,7 @@
 CONFIGURE_ENV+=		CPPFLAGS="-I${LOCALBASE}/include"
 .endif
 .if defined(WITH_PLUGINS)
-PLUGINS=	abot,acro,aim,arcfour,autocycle,blowfish,cavlink,encrypt,fserv,hint,identd,nap,pkga,possum,qbx,qmail,scan,wavplay
+PLUGINS= 	abot,acro,aim,arcfour,autocycle,blowfish,cavlink,encrypt,fserv,hint,identd,nap,pkga,possum,qbx,qmail,scan,wavplay
 PLIST_SUB+=	PLUGINS:=""
 .else
 CONFIGURE_ARGS+=--without-plugins
@@ -86,7 +89,7 @@
 PLIST_SUB+=	XMMS:="@comment "
 .endif
 .if (defined(WITH_XMMS) && defined(WITH_PLUGINS))
-PLUGINS=	abot,acro,aim,arcfour,autocycle,blowfish,cavlink,encrypt,fserv,hint,identd,nap,pkga,possum,qbx,qmail,scan,wavplay,xmms
+PLUGINS= 	abot,acro,aim,arcfour,autocycle,blowfish,cavlink,encrypt,fserv,hint,identd,nap,pkga,possum,qbx,qmail,scan,wavplay,xmms
 .endif
 .if (defined(WITH_PLUGINS) || defined(WITH_XMMS))
 CONFIGURE_ARGS+=--with-plugins=${PLUGINS}
@@ -94,34 +97,34 @@
 
 pre-patch:
 .if defined(WITH_LATIN)
-	@${PERL} -pi -e "s!#undef LATIN1!#define LATIN1!" ${WRKSRC}/include/config.h
+	${REINPLACE_CMD} -e 's|#undef LATIN1|#define LATIN1|g' ${WRKSRC}/include/config.h
 .endif
-	@${PERL} -pi -e "s!bzip2!true!g" ${WRKSRC}/Makefile.in
+	${REINPLACE_CMD} -e 's|bzip2|true|g' ${WRKSRC}/Makefile.in
 
 pre-extract:
 	@${ECHO_CMD} "Available switches:"
 	@${ECHO_CMD} "-------------------"
 .if !defined (WITH_XMMS)
-	@${ECHO_CMD} "WITH_XMMS - Building BitchX with XMMS-Plugin"
+	@${ECHO_CMD} "WITH_XMMS    - Building BitchX with XMMS-Plugin"
 .endif
 .if !defined(WITH_PLUGINS)
 	@${ECHO_CMD} "WITH_PLUGINS - Building BitchX with some other plugins"
 .endif
 .if !defined(WITH_LATIN)
-	@${ECHO_CMD} "WITH_LATIN - Recommended if you are using an ISO-8859-1 display"
+	@${ECHO_CMD} "WITH_LATIN   - Recommended if you are using an ISO-8859-1 display"
 .endif
 .if !defined(WITH_TCL)
-	@${ECHO_CMD} "WITH_TCL - Build BitchX with TCL scripting"
+	@${ECHO_CMD} "WITH_TCL     - Build BitchX with TCL scripting"
 .endif
 .if !defined(WITH_SOCKS5)
-	@${ECHO_CMD} "WITH_SOCKS5 - Build BitchX with SOCKS5 support"
+	@${ECHO_CMD} "WITH_SOCKS5  - Build BitchX with SOCKS5 support"
 .endif
 .if !defined(WITH_IPV6)
-	@${ECHO_CMD} "WITH_IPV6 - Build BitchX with IPV6 support"
-	@${ECHO_CMD} "            (Please Note: /detach is not working with IPv6)"
+	@${ECHO_CMD} "WITH_IPV6    - Build BitchX with IPV6 support"
+	@${ECHO_CMD} "               (Please Note: /detach is not working with IPv6)"
 .endif
 .if !defined(WITH_GNOME)
-	@${ECHO_CMD} "WITH_GNOME - Build BitchX with Gtk-Frontend"
+	@${ECHO_CMD} "WITH_GNOME   - Build BitchX with Gtk-Frontend"
 .endif
 .if defined(WITH_TCL)
 
@@ -130,6 +133,9 @@
 
 .endif
 
+pre-configure:
+	cd ${WRKSRC}/${dir}; ${LOCALBASE}/bin/autoconf
+
 post-install:
 .if !defined(NOPORTDOCS)
 	${MKDIR} ${PREFIX}/share/bx/help
@@ -137,6 +143,8 @@
 	${TAR} --directory ${WRKSRC}/bitchx-docs -cf - . --exclude CVS | \
 	${TAR} --directory ${PREFIX}/share/bx/help -xf -
 	${INSTALL_DATA} ${WRKSRC}/doc/bxfaq.html ${PREFIX}/share/doc/bitchx
+.else
+	${RMDIR} ${PREFIX}/share/bx/help
 .endif
 
 .include <bsd.port.mk>
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/irc/bitchx/pkg-plist,v
retrieving revision 1.12
diff -u -r1.12 pkg-plist
--- pkg-plist	8 Jul 2002 20:28:55 -0000	1.12
+++ pkg-plist	19 Aug 2002 19:53:20 -0000
@@ -7,915 +7,915 @@
 share/bx/BitchX.ircnames
 share/bx/BitchX.quit
 share/bx/BitchX.kick
-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/autoresume
-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/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/6_Functions/ovserver
-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
+%%PORTDOCS%%share/bx/help/1_General/1_General
+%%PORTDOCS%%share/bx/help/1_General/4op
+%%PORTDOCS%%share/bx/help/1_General/about
+%%PORTDOCS%%share/bx/help/1_General/addforward
+%%PORTDOCS%%share/bx/help/1_General/addidle
+%%PORTDOCS%%share/bx/help/1_General/addlamenick
+%%PORTDOCS%%share/bx/help/1_General/addnoflood
+%%PORTDOCS%%share/bx/help/1_General/addshit
+%%PORTDOCS%%share/bx/help/1_General/adduser
+%%PORTDOCS%%share/bx/help/1_General/addword
+%%PORTDOCS%%share/bx/help/1_General/ajoin
+%%PORTDOCS%%share/bx/help/1_General/ajoinlist
+%%PORTDOCS%%share/bx/help/1_General/away
+%%PORTDOCS%%share/bx/help/1_General/awaylog
+%%PORTDOCS%%share/bx/help/1_General/awaymsg
+%%PORTDOCS%%share/bx/help/1_General/b
+%%PORTDOCS%%share/bx/help/1_General/back
+%%PORTDOCS%%share/bx/help/1_General/ban
+%%PORTDOCS%%share/bx/help/1_General/banstat
+%%PORTDOCS%%share/bx/help/1_General/bantype
+%%PORTDOCS%%share/bx/help/1_General/banwords
+%%PORTDOCS%%share/bx/help/1_General/bk
+%%PORTDOCS%%share/bx/help/1_General/bki
+%%PORTDOCS%%share/bx/help/1_General/bye
+%%PORTDOCS%%share/bx/help/1_General/channel
+%%PORTDOCS%%share/bx/help/1_General/chat
+%%PORTDOCS%%share/bx/help/1_General/ctcp/action
+%%PORTDOCS%%share/bx/help/1_General/ctcp/bdcc
+%%PORTDOCS%%share/bx/help/1_General/ctcp/cdcc
+%%PORTDOCS%%share/bx/help/1_General/ctcp/clientinfo
+%%PORTDOCS%%share/bx/help/1_General/ctcp/ctcp
+%%PORTDOCS%%share/bx/help/1_General/ctcp/echo
+%%PORTDOCS%%share/bx/help/1_General/ctcp/finger
+%%PORTDOCS%%share/bx/help/1_General/ctcp/ident
+%%PORTDOCS%%share/bx/help/1_General/ctcp/invite
+%%PORTDOCS%%share/bx/help/1_General/ctcp/op
+%%PORTDOCS%%share/bx/help/1_General/ctcp/ops
+%%PORTDOCS%%share/bx/help/1_General/ctcp/ping
+%%PORTDOCS%%share/bx/help/1_General/ctcp/time
+%%PORTDOCS%%share/bx/help/1_General/ctcp/unban
+%%PORTDOCS%%share/bx/help/1_General/ctcp/uptime
+%%PORTDOCS%%share/bx/help/1_General/ctcp/userinfo
+%%PORTDOCS%%share/bx/help/1_General/ctcp/utc
+%%PORTDOCS%%share/bx/help/1_General/ctcp/version
+%%PORTDOCS%%share/bx/help/1_General/ctcp/whoami
+%%PORTDOCS%%share/bx/help/1_General/ctcp/xdcc
+%%PORTDOCS%%share/bx/help/1_General/dcc/activecount
+%%PORTDOCS%%share/bx/help/1_General/dcc/autoget
+%%PORTDOCS%%share/bx/help/1_General/dcc/autooverwrite
+%%PORTDOCS%%share/bx/help/1_General/dcc/autorename
+%%PORTDOCS%%share/bx/help/1_General/dcc/autoresume
+%%PORTDOCS%%share/bx/help/1_General/dcc/bot
+%%PORTDOCS%%share/bx/help/1_General/dcc/chat
+%%PORTDOCS%%share/bx/help/1_General/dcc/close
+%%PORTDOCS%%share/bx/help/1_General/dcc/closeall
+%%PORTDOCS%%share/bx/help/1_General/dcc/dcc
+%%PORTDOCS%%share/bx/help/1_General/dcc/exempt
+%%PORTDOCS%%share/bx/help/1_General/dcc/ftp
+%%PORTDOCS%%share/bx/help/1_General/dcc/get
+%%PORTDOCS%%share/bx/help/1_General/dcc/list
+%%PORTDOCS%%share/bx/help/1_General/dcc/quietmode
+%%PORTDOCS%%share/bx/help/1_General/dcc/raw
+%%PORTDOCS%%share/bx/help/1_General/dcc/reget
+%%PORTDOCS%%share/bx/help/1_General/dcc/rename
+%%PORTDOCS%%share/bx/help/1_General/dcc/resend
+%%PORTDOCS%%share/bx/help/1_General/dcc/resume
+%%PORTDOCS%%share/bx/help/1_General/dcc/send
+%%PORTDOCS%%share/bx/help/1_General/dcc/showpaths
+%%PORTDOCS%%share/bx/help/1_General/dcc/stats
+%%PORTDOCS%%share/bx/help/1_General/dcc/tget
+%%PORTDOCS%%share/bx/help/1_General/dcc/treget
+%%PORTDOCS%%share/bx/help/1_General/dcc/tresend
+%%PORTDOCS%%share/bx/help/1_General/dcc/tsend
+%%PORTDOCS%%share/bx/help/1_General/describe
+%%PORTDOCS%%share/bx/help/1_General/disconnect
+%%PORTDOCS%%share/bx/help/1_General/gone
+%%PORTDOCS%%share/bx/help/1_General/help
+%%PORTDOCS%%share/bx/help/1_General/ignore
+%%PORTDOCS%%share/bx/help/1_General/invite
+%%PORTDOCS%%share/bx/help/1_General/j
+%%PORTDOCS%%share/bx/help/1_General/join
+%%PORTDOCS%%share/bx/help/1_General/k
+%%PORTDOCS%%share/bx/help/1_General/kb
+%%PORTDOCS%%share/bx/help/1_General/kbi
+%%PORTDOCS%%share/bx/help/1_General/kick
+%%PORTDOCS%%share/bx/help/1_General/kickidle
+%%PORTDOCS%%share/bx/help/1_General/l
+%%PORTDOCS%%share/bx/help/1_General/lamenicklist
+%%PORTDOCS%%share/bx/help/1_General/lastlog
+%%PORTDOCS%%share/bx/help/1_General/leave
+%%PORTDOCS%%share/bx/help/1_General/m
+%%PORTDOCS%%share/bx/help/1_General/me
+%%PORTDOCS%%share/bx/help/1_General/mode
+%%PORTDOCS%%share/bx/help/1_General/msg
+%%PORTDOCS%%share/bx/help/1_General/nick
+%%PORTDOCS%%share/bx/help/1_General/nochat
+%%PORTDOCS%%share/bx/help/1_General/noforward
+%%PORTDOCS%%share/bx/help/1_General/notice
+%%PORTDOCS%%share/bx/help/1_General/notify
+%%PORTDOCS%%share/bx/help/1_General/nslookup
+%%PORTDOCS%%share/bx/help/1_General/offers
+%%PORTDOCS%%share/bx/help/1_General/p
+%%PORTDOCS%%share/bx/help/1_General/part
+%%PORTDOCS%%share/bx/help/1_General/partall
+%%PORTDOCS%%share/bx/help/1_General/ping
+%%PORTDOCS%%share/bx/help/1_General/query
+%%PORTDOCS%%share/bx/help/1_General/quit
+%%PORTDOCS%%share/bx/help/1_General/reconnect
+%%PORTDOCS%%share/bx/help/1_General/say
+%%PORTDOCS%%share/bx/help/1_General/server
+%%PORTDOCS%%share/bx/help/1_General/shitlist
+%%PORTDOCS%%share/bx/help/1_General/showwordkick
+%%PORTDOCS%%share/bx/help/1_General/silence
+%%PORTDOCS%%share/bx/help/1_General/spam
+%%PORTDOCS%%share/bx/help/1_General/t
+%%PORTDOCS%%share/bx/help/1_General/topic
+%%PORTDOCS%%share/bx/help/1_General/unajoin
+%%PORTDOCS%%share/bx/help/1_General/unforward
+%%PORTDOCS%%share/bx/help/1_General/unidle
+%%PORTDOCS%%share/bx/help/1_General/unlamenick
+%%PORTDOCS%%share/bx/help/1_General/unshit
+%%PORTDOCS%%share/bx/help/1_General/unuser
+%%PORTDOCS%%share/bx/help/1_General/unwordkick
+%%PORTDOCS%%share/bx/help/1_General/uping
+%%PORTDOCS%%share/bx/help/1_General/url
+%%PORTDOCS%%share/bx/help/1_General/ver
+%%PORTDOCS%%share/bx/help/1_General/wordlist
+%%PORTDOCS%%share/bx/help/2_Queries/2_Queries
+%%PORTDOCS%%share/bx/help/2_Queries/admin
+%%PORTDOCS%%share/bx/help/2_Queries/flush
+%%PORTDOCS%%share/bx/help/2_Queries/info
+%%PORTDOCS%%share/bx/help/2_Queries/ison
+%%PORTDOCS%%share/bx/help/2_Queries/links
+%%PORTDOCS%%share/bx/help/2_Queries/list
+%%PORTDOCS%%share/bx/help/2_Queries/lusers
+%%PORTDOCS%%share/bx/help/2_Queries/map
+%%PORTDOCS%%share/bx/help/2_Queries/motd
+%%PORTDOCS%%share/bx/help/2_Queries/n
+%%PORTDOCS%%share/bx/help/2_Queries/names
+%%PORTDOCS%%share/bx/help/2_Queries/sc
+%%PORTDOCS%%share/bx/help/2_Queries/scan
+%%PORTDOCS%%share/bx/help/2_Queries/scanf
+%%PORTDOCS%%share/bx/help/2_Queries/scani
+%%PORTDOCS%%share/bx/help/2_Queries/scann
+%%PORTDOCS%%share/bx/help/2_Queries/scano
+%%PORTDOCS%%share/bx/help/2_Queries/scans
+%%PORTDOCS%%share/bx/help/2_Queries/scanv
+%%PORTDOCS%%share/bx/help/2_Queries/stats
+%%PORTDOCS%%share/bx/help/2_Queries/time
+%%PORTDOCS%%share/bx/help/2_Queries/trace
+%%PORTDOCS%%share/bx/help/2_Queries/userhost
+%%PORTDOCS%%share/bx/help/2_Queries/userip
+%%PORTDOCS%%share/bx/help/2_Queries/users
+%%PORTDOCS%%share/bx/help/2_Queries/version
+%%PORTDOCS%%share/bx/help/2_Queries/who
+%%PORTDOCS%%share/bx/help/2_Queries/whois
+%%PORTDOCS%%share/bx/help/2_Queries/whowas
+%%PORTDOCS%%share/bx/help/2_Queries/wi
+%%PORTDOCS%%share/bx/help/2_Queries/wii
+%%PORTDOCS%%share/bx/help/2_Queries/wilc
+%%PORTDOCS%%share/bx/help/2_Queries/wilcr
+%%PORTDOCS%%share/bx/help/2_Queries/wilm
+%%PORTDOCS%%share/bx/help/2_Queries/wiln
+%%PORTDOCS%%share/bx/help/2_Queries/ww
+%%PORTDOCS%%share/bx/help/3_Operators/3_Operators
+%%PORTDOCS%%share/bx/help/3_Operators/connect
+%%PORTDOCS%%share/bx/help/3_Operators/deoper
+%%PORTDOCS%%share/bx/help/3_Operators/die
+%%PORTDOCS%%share/bx/help/3_Operators/dline
+%%PORTDOCS%%share/bx/help/3_Operators/hash
+%%PORTDOCS%%share/bx/help/3_Operators/helpop
+%%PORTDOCS%%share/bx/help/3_Operators/helpserv
+%%PORTDOCS%%share/bx/help/3_Operators/kill
+%%PORTDOCS%%share/bx/help/3_Operators/kline
+%%PORTDOCS%%share/bx/help/3_Operators/locop
+%%PORTDOCS%%share/bx/help/3_Operators/oper
+%%PORTDOCS%%share/bx/help/3_Operators/rehash
+%%PORTDOCS%%share/bx/help/3_Operators/restart
+%%PORTDOCS%%share/bx/help/3_Operators/rping
+%%PORTDOCS%%share/bx/help/3_Operators/sping
+%%PORTDOCS%%share/bx/help/3_Operators/squit
+%%PORTDOCS%%share/bx/help/3_Operators/swallop
+%%PORTDOCS%%share/bx/help/3_Operators/tkline
+%%PORTDOCS%%share/bx/help/3_Operators/unkline
+%%PORTDOCS%%share/bx/help/3_Operators/uping
+%%PORTDOCS%%share/bx/help/3_Operators/wallops
+%%PORTDOCS%%share/bx/help/4_Misc/4_Misc
+%%PORTDOCS%%share/bx/help/4_Misc/abort
+%%PORTDOCS%%share/bx/help/4_Misc/beep
+%%PORTDOCS%%share/bx/help/4_Misc/bind/backspace
+%%PORTDOCS%%share/bx/help/4_Misc/bind/backward_character
+%%PORTDOCS%%share/bx/help/4_Misc/bind/backward_history
+%%PORTDOCS%%share/bx/help/4_Misc/bind/backward_word
+%%PORTDOCS%%share/bx/help/4_Misc/bind/beginning_of_line
+%%PORTDOCS%%share/bx/help/4_Misc/bind/bind
+%%PORTDOCS%%share/bx/help/4_Misc/bind/blink
+%%PORTDOCS%%share/bx/help/4_Misc/bind/bold
+%%PORTDOCS%%share/bx/help/4_Misc/bind/clear_screen
+%%PORTDOCS%%share/bx/help/4_Misc/bind/command_completion
+%%PORTDOCS%%share/bx/help/4_Misc/bind/delete_character
+%%PORTDOCS%%share/bx/help/4_Misc/bind/delete_next_word
+%%PORTDOCS%%share/bx/help/4_Misc/bind/delete_previous_word
+%%PORTDOCS%%share/bx/help/4_Misc/bind/delete_to_previous_space
+%%PORTDOCS%%share/bx/help/4_Misc/bind/end_of_line
+%%PORTDOCS%%share/bx/help/4_Misc/bind/enter_digraph
+%%PORTDOCS%%share/bx/help/4_Misc/bind/enter_menu
+%%PORTDOCS%%share/bx/help/4_Misc/bind/erase_line
+%%PORTDOCS%%share/bx/help/4_Misc/bind/erase_to_beg_of_line
+%%PORTDOCS%%share/bx/help/4_Misc/bind/erase_to_end_of_line
+%%PORTDOCS%%share/bx/help/4_Misc/bind/forward_character
+%%PORTDOCS%%share/bx/help/4_Misc/bind/forward_history
+%%PORTDOCS%%share/bx/help/4_Misc/bind/forward_word
+%%PORTDOCS%%share/bx/help/4_Misc/bind/highlight_off
+%%PORTDOCS%%share/bx/help/4_Misc/bind/meta1_character
+%%PORTDOCS%%share/bx/help/4_Misc/bind/meta4_character
+%%PORTDOCS%%share/bx/help/4_Misc/bind/next_window
+%%PORTDOCS%%share/bx/help/4_Misc/bind/nothing
+%%PORTDOCS%%share/bx/help/4_Misc/bind/parse_command
+%%PORTDOCS%%share/bx/help/4_Misc/bind/paste_to_input
+%%PORTDOCS%%share/bx/help/4_Misc/bind/previous_window
+%%PORTDOCS%%share/bx/help/4_Misc/bind/quit_irc
+%%PORTDOCS%%share/bx/help/4_Misc/bind/quote_character
+%%PORTDOCS%%share/bx/help/4_Misc/bind/refresh_inputline
+%%PORTDOCS%%share/bx/help/4_Misc/bind/refresh_screen
+%%PORTDOCS%%share/bx/help/4_Misc/bind/reverse
+%%PORTDOCS%%share/bx/help/4_Misc/bind/scroll_backward
+%%PORTDOCS%%share/bx/help/4_Misc/bind/scroll_end
+%%PORTDOCS%%share/bx/help/4_Misc/bind/scroll_forward
+%%PORTDOCS%%share/bx/help/4_Misc/bind/scroll_start
+%%PORTDOCS%%share/bx/help/4_Misc/bind/self_insert
+%%PORTDOCS%%share/bx/help/4_Misc/bind/send_line
+%%PORTDOCS%%share/bx/help/4_Misc/bind/shove_to_history
+%%PORTDOCS%%share/bx/help/4_Misc/bind/stop_irc
+%%PORTDOCS%%share/bx/help/4_Misc/bind/swap_last_window
+%%PORTDOCS%%share/bx/help/4_Misc/bind/swap_next_window
+%%PORTDOCS%%share/bx/help/4_Misc/bind/swap_previous_window
+%%PORTDOCS%%share/bx/help/4_Misc/bind/switch_channels
+%%PORTDOCS%%share/bx/help/4_Misc/bind/toggle_insert_mode
+%%PORTDOCS%%share/bx/help/4_Misc/bind/toggle_stop_screen
+%%PORTDOCS%%share/bx/help/4_Misc/bind/transpose_characters
+%%PORTDOCS%%share/bx/help/4_Misc/bind/type_text
+%%PORTDOCS%%share/bx/help/4_Misc/bind/unclear_screen
+%%PORTDOCS%%share/bx/help/4_Misc/bind/underline
+%%PORTDOCS%%share/bx/help/4_Misc/bind/unstop_all_windows
+%%PORTDOCS%%share/bx/help/4_Misc/bind/yank_from_cutbuffer
+%%PORTDOCS%%share/bx/help/4_Misc/cd
+%%PORTDOCS%%share/bx/help/4_Misc/clear
+%%PORTDOCS%%share/bx/help/4_Misc/digraph
+%%PORTDOCS%%share/bx/help/4_Misc/encrypt
+%%PORTDOCS%%share/bx/help/4_Misc/history
+%%PORTDOCS%%share/bx/help/4_Misc/hostname
+%%PORTDOCS%%share/bx/help/4_Misc/ircuser
+%%PORTDOCS%%share/bx/help/4_Misc/mesg
+%%PORTDOCS%%share/bx/help/4_Misc/mlist
+%%PORTDOCS%%share/bx/help/4_Misc/mload
+%%PORTDOCS%%share/bx/help/4_Misc/note
+%%PORTDOCS%%share/bx/help/4_Misc/rbind
+%%PORTDOCS%%share/bx/help/4_Misc/realname
+%%PORTDOCS%%share/bx/help/4_Misc/set/always_split_biggest
+%%PORTDOCS%%share/bx/help/4_Misc/set/auto_new_nick
+%%PORTDOCS%%share/bx/help/4_Misc/set/auto_reconnect_delay
+%%PORTDOCS%%share/bx/help/4_Misc/set/auto_rejoin
+%%PORTDOCS%%share/bx/help/4_Misc/set/auto_rejoin_delay
+%%PORTDOCS%%share/bx/help/4_Misc/set/auto_unmark_away
+%%PORTDOCS%%share/bx/help/4_Misc/set/auto_whowas
+%%PORTDOCS%%share/bx/help/4_Misc/set/banner
+%%PORTDOCS%%share/bx/help/4_Misc/set/banner_expand
+%%PORTDOCS%%share/bx/help/4_Misc/set/beep
+%%PORTDOCS%%share/bx/help/4_Misc/set/beep_max
+%%PORTDOCS%%share/bx/help/4_Misc/set/beep_on_msg
+%%PORTDOCS%%share/bx/help/4_Misc/set/beep_when_away
+%%PORTDOCS%%share/bx/help/4_Misc/set/blink_video
+%%PORTDOCS%%share/bx/help/4_Misc/set/bold_video
+%%PORTDOCS%%share/bx/help/4_Misc/set/channel_name_width
+%%PORTDOCS%%share/bx/help/4_Misc/set/client_information
+%%PORTDOCS%%share/bx/help/4_Misc/set/clock
+%%PORTDOCS%%share/bx/help/4_Misc/set/clock_24hour
+%%PORTDOCS%%share/bx/help/4_Misc/set/clock_alarm
+%%PORTDOCS%%share/bx/help/4_Misc/set/clock_format
+%%PORTDOCS%%share/bx/help/4_Misc/set/cmdchars
+%%PORTDOCS%%share/bx/help/4_Misc/set/color
+%%PORTDOCS%%share/bx/help/4_Misc/set/command_mode
+%%PORTDOCS%%share/bx/help/4_Misc/set/comment_hack
+%%PORTDOCS%%share/bx/help/4_Misc/set/connect_timeout
+%%PORTDOCS%%share/bx/help/4_Misc/set/continued_line
+%%PORTDOCS%%share/bx/help/4_Misc/set/cpu_saver_after
+%%PORTDOCS%%share/bx/help/4_Misc/set/cpu_saver_every
+%%PORTDOCS%%share/bx/help/4_Misc/set/current_window_level
+%%PORTDOCS%%share/bx/help/4_Misc/set/dcc_auto_timeout
+%%PORTDOCS%%share/bx/help/4_Misc/set/dcc_long_pathnames
+%%PORTDOCS%%share/bx/help/4_Misc/set/dcc_sliding_window
+%%PORTDOCS%%share/bx/help/4_Misc/set/dcc_store_path
+%%PORTDOCS%%share/bx/help/4_Misc/set/debug
+%%PORTDOCS%%share/bx/help/4_Misc/set/dispatch_unknown_command
+%%PORTDOCS%%share/bx/help/4_Misc/set/display
+%%PORTDOCS%%share/bx/help/4_Misc/set/display_ansi
+%%PORTDOCS%%share/bx/help/4_Misc/set/do_notify_immediately
+%%PORTDOCS%%share/bx/help/4_Misc/set/eight_bit_characters
+%%PORTDOCS%%share/bx/help/4_Misc/set/encrypt_program
+%%PORTDOCS%%share/bx/help/4_Misc/set/floating_point_math
+%%PORTDOCS%%share/bx/help/4_Misc/set/flood_after
+%%PORTDOCS%%share/bx/help/4_Misc/set/flood_rate
+%%PORTDOCS%%share/bx/help/4_Misc/set/flood_users
+%%PORTDOCS%%share/bx/help/4_Misc/set/flood_warning
+%%PORTDOCS%%share/bx/help/4_Misc/set/full_status_line
+%%PORTDOCS%%share/bx/help/4_Misc/set/help_pager
+%%PORTDOCS%%share/bx/help/4_Misc/set/help_path
+%%PORTDOCS%%share/bx/help/4_Misc/set/help_prompt
+%%PORTDOCS%%share/bx/help/4_Misc/set/help_window
+%%PORTDOCS%%share/bx/help/4_Misc/set/hide_private_channels
+%%PORTDOCS%%share/bx/help/4_Misc/set/high_bit_escape
+%%PORTDOCS%%share/bx/help/4_Misc/set/highlight_char
+%%PORTDOCS%%share/bx/help/4_Misc/set/history
+%%PORTDOCS%%share/bx/help/4_Misc/set/history_file
+%%PORTDOCS%%share/bx/help/4_Misc/set/hold_mode
+%%PORTDOCS%%share/bx/help/4_Misc/set/indent
+%%PORTDOCS%%share/bx/help/4_Misc/set/input_aliases
+%%PORTDOCS%%share/bx/help/4_Misc/set/input_prompt
+%%PORTDOCS%%share/bx/help/4_Misc/set/insert_mode
+%%PORTDOCS%%share/bx/help/4_Misc/set/inverse_video
+%%PORTDOCS%%share/bx/help/4_Misc/set/lastlog
+%%PORTDOCS%%share/bx/help/4_Misc/set/lastlog_level
+%%PORTDOCS%%share/bx/help/4_Misc/set/load_path
+%%PORTDOCS%%share/bx/help/4_Misc/set/log
+%%PORTDOCS%%share/bx/help/4_Misc/set/logfile
+%%PORTDOCS%%share/bx/help/4_Misc/set/mail
+%%PORTDOCS%%share/bx/help/4_Misc/set/max_recursions
+%%PORTDOCS%%share/bx/help/4_Misc/set/menu
+%%PORTDOCS%%share/bx/help/4_Misc/set/mirc_broken_dcc_resume
+%%PORTDOCS%%share/bx/help/4_Misc/set/mode_stripper
+%%PORTDOCS%%share/bx/help/4_Misc/set/nd_space_max
+%%PORTDOCS%%share/bx/help/4_Misc/set/no_control_log
+%%PORTDOCS%%share/bx/help/4_Misc/set/no_ctcp_flood
+%%PORTDOCS%%share/bx/help/4_Misc/set/no_fail_disconnect
+%%PORTDOCS%%share/bx/help/4_Misc/set/notify_handler
+%%PORTDOCS%%share/bx/help/4_Misc/set/notify_interval
+%%PORTDOCS%%share/bx/help/4_Misc/set/notify_level
+%%PORTDOCS%%share/bx/help/4_Misc/set/notify_on_termination
+%%PORTDOCS%%share/bx/help/4_Misc/set/notify_userhost_automatic
+%%PORTDOCS%%share/bx/help/4_Misc/set/novice
+%%PORTDOCS%%share/bx/help/4_Misc/set/num_of_whowas
+%%PORTDOCS%%share/bx/help/4_Misc/set/pad_char
+%%PORTDOCS%%share/bx/help/4_Misc/set/quit_message
+%%PORTDOCS%%share/bx/help/4_Misc/set/realname
+%%PORTDOCS%%share/bx/help/4_Misc/set/reverse_status_line
+%%PORTDOCS%%share/bx/help/4_Misc/set/reverse_video
+%%PORTDOCS%%share/bx/help/4_Misc/set/screen_options
+%%PORTDOCS%%share/bx/help/4_Misc/set/scroll
+%%PORTDOCS%%share/bx/help/4_Misc/set/scroll_lines
+%%PORTDOCS%%share/bx/help/4_Misc/set/scrollback
+%%PORTDOCS%%share/bx/help/4_Misc/set/scrollback_ratio
+%%PORTDOCS%%share/bx/help/4_Misc/set/security
+%%PORTDOCS%%share/bx/help/4_Misc/set/send_ignore_msg
+%%PORTDOCS%%share/bx/help/4_Misc/set/set
+%%PORTDOCS%%share/bx/help/4_Misc/set/shell
+%%PORTDOCS%%share/bx/help/4_Misc/set/shell_flags
+%%PORTDOCS%%share/bx/help/4_Misc/set/shell_limit
+%%PORTDOCS%%share/bx/help/4_Misc/set/show_away_once
+%%PORTDOCS%%share/bx/help/4_Misc/set/show_channel_names
+%%PORTDOCS%%share/bx/help/4_Misc/set/show_end_of_msgs
+%%PORTDOCS%%share/bx/help/4_Misc/set/show_numerics
+%%PORTDOCS%%share/bx/help/4_Misc/set/show_status_all
+%%PORTDOCS%%share/bx/help/4_Misc/set/show_who_hopcount
+%%PORTDOCS%%share/bx/help/4_Misc/set/status_away
+%%PORTDOCS%%share/bx/help/4_Misc/set/status_channel
+%%PORTDOCS%%share/bx/help/4_Misc/set/status_chanop
+%%PORTDOCS%%share/bx/help/4_Misc/set/status_clock
+%%PORTDOCS%%share/bx/help/4_Misc/set/status_does_expandos
+%%PORTDOCS%%share/bx/help/4_Misc/set/status_format
+%%PORTDOCS%%share/bx/help/4_Misc/set/status_hold
+%%PORTDOCS%%share/bx/help/4_Misc/set/status_hold_lines
+%%PORTDOCS%%share/bx/help/4_Misc/set/status_insert
+%%PORTDOCS%%share/bx/help/4_Misc/set/status_mail
+%%PORTDOCS%%share/bx/help/4_Misc/set/status_mode
+%%PORTDOCS%%share/bx/help/4_Misc/set/status_nick
+%%PORTDOCS%%share/bx/help/4_Misc/set/status_no_repeat
+%%PORTDOCS%%share/bx/help/4_Misc/set/status_notify
+%%PORTDOCS%%share/bx/help/4_Misc/set/status_oper
+%%PORTDOCS%%share/bx/help/4_Misc/set/status_overwrite
+%%PORTDOCS%%share/bx/help/4_Misc/set/status_query
+%%PORTDOCS%%share/bx/help/4_Misc/set/status_scrollback
+%%PORTDOCS%%share/bx/help/4_Misc/set/status_server
+%%PORTDOCS%%share/bx/help/4_Misc/set/status_truncate_rhs
+%%PORTDOCS%%share/bx/help/4_Misc/set/status_umode
+%%PORTDOCS%%share/bx/help/4_Misc/set/status_user
+%%PORTDOCS%%share/bx/help/4_Misc/set/status_voice
+%%PORTDOCS%%share/bx/help/4_Misc/set/status_window
+%%PORTDOCS%%share/bx/help/4_Misc/set/suppress_from_remote_server
+%%PORTDOCS%%share/bx/help/4_Misc/set/suppress_server_motd
+%%PORTDOCS%%share/bx/help/4_Misc/set/tab
+%%PORTDOCS%%share/bx/help/4_Misc/set/tab_max
+%%PORTDOCS%%share/bx/help/4_Misc/set/underline_video
+%%PORTDOCS%%share/bx/help/4_Misc/set/user_information
+%%PORTDOCS%%share/bx/help/4_Misc/set/verbose_ctcp
+%%PORTDOCS%%share/bx/help/4_Misc/set/warn_of_ignores
+%%PORTDOCS%%share/bx/help/4_Misc/set/xterm
+%%PORTDOCS%%share/bx/help/4_Misc/set/xterm_options
+%%PORTDOCS%%share/bx/help/4_Misc/summon
+%%PORTDOCS%%share/bx/help/4_Misc/unclear
+%%PORTDOCS%%share/bx/help/4_Misc/which
+%%PORTDOCS%%share/bx/help/4_Misc/window/add
+%%PORTDOCS%%share/bx/help/4_Misc/window/back
+%%PORTDOCS%%share/bx/help/4_Misc/window/balance
+%%PORTDOCS%%share/bx/help/4_Misc/window/beep_always
+%%PORTDOCS%%share/bx/help/4_Misc/window/bind
+%%PORTDOCS%%share/bx/help/4_Misc/window/channel
+%%PORTDOCS%%share/bx/help/4_Misc/window/create
+%%PORTDOCS%%share/bx/help/4_Misc/window/delete
+%%PORTDOCS%%share/bx/help/4_Misc/window/discon
+%%PORTDOCS%%share/bx/help/4_Misc/window/double
+%%PORTDOCS%%share/bx/help/4_Misc/window/echo
+%%PORTDOCS%%share/bx/help/4_Misc/window/fixed
+%%PORTDOCS%%share/bx/help/4_Misc/window/font
+%%PORTDOCS%%share/bx/help/4_Misc/window/goto
+%%PORTDOCS%%share/bx/help/4_Misc/window/grow
+%%PORTDOCS%%share/bx/help/4_Misc/window/hide
+%%PORTDOCS%%share/bx/help/4_Misc/window/hide_others
+%%PORTDOCS%%share/bx/help/4_Misc/window/hold_mode
+%%PORTDOCS%%share/bx/help/4_Misc/window/kill
+%%PORTDOCS%%share/bx/help/4_Misc/window/kill_others
+%%PORTDOCS%%share/bx/help/4_Misc/window/killswap
+%%PORTDOCS%%share/bx/help/4_Misc/window/last
+%%PORTDOCS%%share/bx/help/4_Misc/window/lastlog
+%%PORTDOCS%%share/bx/help/4_Misc/window/lastlog_level
+%%PORTDOCS%%share/bx/help/4_Misc/window/level
+%%PORTDOCS%%share/bx/help/4_Misc/window/list
+%%PORTDOCS%%share/bx/help/4_Misc/window/log
+%%PORTDOCS%%share/bx/help/4_Misc/window/logfile
+%%PORTDOCS%%share/bx/help/4_Misc/window/menu
+%%PORTDOCS%%share/bx/help/4_Misc/window/move
+%%PORTDOCS%%share/bx/help/4_Misc/window/name
+%%PORTDOCS%%share/bx/help/4_Misc/window/new
+%%PORTDOCS%%share/bx/help/4_Misc/window/next
+%%PORTDOCS%%share/bx/help/4_Misc/window/noserv
+%%PORTDOCS%%share/bx/help/4_Misc/window/notify
+%%PORTDOCS%%share/bx/help/4_Misc/window/notify_level
+%%PORTDOCS%%share/bx/help/4_Misc/window/number
+%%PORTDOCS%%share/bx/help/4_Misc/window/pop
+%%PORTDOCS%%share/bx/help/4_Misc/window/previous
+%%PORTDOCS%%share/bx/help/4_Misc/window/prompt
+%%PORTDOCS%%share/bx/help/4_Misc/window/push
+%%PORTDOCS%%share/bx/help/4_Misc/window/query
+%%PORTDOCS%%share/bx/help/4_Misc/window/refnum
+%%PORTDOCS%%share/bx/help/4_Misc/window/remove
+%%PORTDOCS%%share/bx/help/4_Misc/window/scratch
+%%PORTDOCS%%share/bx/help/4_Misc/window/scroll
+%%PORTDOCS%%share/bx/help/4_Misc/window/server
+%%PORTDOCS%%share/bx/help/4_Misc/window/setwindowpos
+%%PORTDOCS%%share/bx/help/4_Misc/window/show
+%%PORTDOCS%%share/bx/help/4_Misc/window/shrink
+%%PORTDOCS%%share/bx/help/4_Misc/window/size
+%%PORTDOCS%%share/bx/help/4_Misc/window/skip
+%%PORTDOCS%%share/bx/help/4_Misc/window/stack
+%%PORTDOCS%%share/bx/help/4_Misc/window/status_special
+%%PORTDOCS%%share/bx/help/4_Misc/window/swap
+%%PORTDOCS%%share/bx/help/4_Misc/window/unbind
+%%PORTDOCS%%share/bx/help/4_Misc/window/window
+%%PORTDOCS%%share/bx/help/5_Programming/5_Programming
+%%PORTDOCS%%share/bx/help/5_Programming/alias
+%%PORTDOCS%%share/bx/help/5_Programming/assign
+%%PORTDOCS%%share/bx/help/5_Programming/bless
+%%PORTDOCS%%share/bx/help/5_Programming/break
+%%PORTDOCS%%share/bx/help/5_Programming/call
+%%PORTDOCS%%share/bx/help/5_Programming/comment
+%%PORTDOCS%%share/bx/help/5_Programming/continue
+%%PORTDOCS%%share/bx/help/5_Programming/do
+%%PORTDOCS%%share/bx/help/5_Programming/dump
+%%PORTDOCS%%share/bx/help/5_Programming/echo
+%%PORTDOCS%%share/bx/help/5_Programming/eval
+%%PORTDOCS%%share/bx/help/5_Programming/exec
+%%PORTDOCS%%share/bx/help/5_Programming/fe
+%%PORTDOCS%%share/bx/help/5_Programming/fec
+%%PORTDOCS%%share/bx/help/5_Programming/filedialog
+%%PORTDOCS%%share/bx/help/5_Programming/fontdialog
+%%PORTDOCS%%share/bx/help/5_Programming/for
+%%PORTDOCS%%share/bx/help/5_Programming/foreach
+%%PORTDOCS%%share/bx/help/5_Programming/hook
+%%PORTDOCS%%share/bx/help/5_Programming/if
+%%PORTDOCS%%share/bx/help/5_Programming/input
+%%PORTDOCS%%share/bx/help/5_Programming/load
+%%PORTDOCS%%share/bx/help/5_Programming/loaddll
+%%PORTDOCS%%share/bx/help/5_Programming/loadtcl
+%%PORTDOCS%%share/bx/help/5_Programming/local
+%%PORTDOCS%%share/bx/help/5_Programming/menu
+%%PORTDOCS%%share/bx/help/5_Programming/menuitem
+%%PORTDOCS%%share/bx/help/5_Programming/on/action
+%%PORTDOCS%%share/bx/help/5_Programming/on/channel_nick
+%%PORTDOCS%%share/bx/help/5_Programming/on/channel_signoff
+%%PORTDOCS%%share/bx/help/5_Programming/on/connect
+%%PORTDOCS%%share/bx/help/5_Programming/on/ctcp
+%%PORTDOCS%%share/bx/help/5_Programming/on/ctcp_reply
+%%PORTDOCS%%share/bx/help/5_Programming/on/dcc_chat
+%%PORTDOCS%%share/bx/help/5_Programming/on/dcc_connect
+%%PORTDOCS%%share/bx/help/5_Programming/on/dcc_list
+%%PORTDOCS%%share/bx/help/5_Programming/on/dcc_lost
+%%PORTDOCS%%share/bx/help/5_Programming/on/dcc_offer
+%%PORTDOCS%%share/bx/help/5_Programming/on/dcc_raw
+%%PORTDOCS%%share/bx/help/5_Programming/on/dcc_request
+%%PORTDOCS%%share/bx/help/5_Programming/on/disconnect
+%%PORTDOCS%%share/bx/help/5_Programming/on/encrypted_notice
+%%PORTDOCS%%share/bx/help/5_Programming/on/encrypted_privmsg
+%%PORTDOCS%%share/bx/help/5_Programming/on/exec
+%%PORTDOCS%%share/bx/help/5_Programming/on/exec_errors
+%%PORTDOCS%%share/bx/help/5_Programming/on/exec_exit
+%%PORTDOCS%%share/bx/help/5_Programming/on/exec_prompt
+%%PORTDOCS%%share/bx/help/5_Programming/on/exit
+%%PORTDOCS%%share/bx/help/5_Programming/on/flood
+%%PORTDOCS%%share/bx/help/5_Programming/on/help
+%%PORTDOCS%%share/bx/help/5_Programming/on/hook
+%%PORTDOCS%%share/bx/help/5_Programming/on/idle
+%%PORTDOCS%%share/bx/help/5_Programming/on/input
+%%PORTDOCS%%share/bx/help/5_Programming/on/invite
+%%PORTDOCS%%share/bx/help/5_Programming/on/join
+%%PORTDOCS%%share/bx/help/5_Programming/on/kick
+%%PORTDOCS%%share/bx/help/5_Programming/on/kill
+%%PORTDOCS%%share/bx/help/5_Programming/on/leave
+%%PORTDOCS%%share/bx/help/5_Programming/on/list
+%%PORTDOCS%%share/bx/help/5_Programming/on/mail
+%%PORTDOCS%%share/bx/help/5_Programming/on/mode
+%%PORTDOCS%%share/bx/help/5_Programming/on/mode_stripped
+%%PORTDOCS%%share/bx/help/5_Programming/on/msg
+%%PORTDOCS%%share/bx/help/5_Programming/on/msg_group
+%%PORTDOCS%%share/bx/help/5_Programming/on/names
+%%PORTDOCS%%share/bx/help/5_Programming/on/nickname
+%%PORTDOCS%%share/bx/help/5_Programming/on/note
+%%PORTDOCS%%share/bx/help/5_Programming/on/notice
+%%PORTDOCS%%share/bx/help/5_Programming/on/notify_signoff
+%%PORTDOCS%%share/bx/help/5_Programming/on/notify_signon
+%%PORTDOCS%%share/bx/help/5_Programming/on/odd_server_stuff
+%%PORTDOCS%%share/bx/help/5_Programming/on/on
+%%PORTDOCS%%share/bx/help/5_Programming/on/oper_notice
+%%PORTDOCS%%share/bx/help/5_Programming/on/pong
+%%PORTDOCS%%share/bx/help/5_Programming/on/public
+%%PORTDOCS%%share/bx/help/5_Programming/on/public_msg
+%%PORTDOCS%%share/bx/help/5_Programming/on/public_notice
+%%PORTDOCS%%share/bx/help/5_Programming/on/public_other
+%%PORTDOCS%%share/bx/help/5_Programming/on/raw_irc
+%%PORTDOCS%%share/bx/help/5_Programming/on/redirect
+%%PORTDOCS%%share/bx/help/5_Programming/on/send_action
+%%PORTDOCS%%share/bx/help/5_Programming/on/send_ctcp
+%%PORTDOCS%%share/bx/help/5_Programming/on/send_dcc_chat
+%%PORTDOCS%%share/bx/help/5_Programming/on/send_msg
+%%PORTDOCS%%share/bx/help/5_Programming/on/send_notice
+%%PORTDOCS%%share/bx/help/5_Programming/on/send_public
+%%PORTDOCS%%share/bx/help/5_Programming/on/send_to_server
+%%PORTDOCS%%share/bx/help/5_Programming/on/server_lost
+%%PORTDOCS%%share/bx/help/5_Programming/on/server_notice
+%%PORTDOCS%%share/bx/help/5_Programming/on/set
+%%PORTDOCS%%share/bx/help/5_Programming/on/signoff
+%%PORTDOCS%%share/bx/help/5_Programming/on/silence
+%%PORTDOCS%%share/bx/help/5_Programming/on/status_update
+%%PORTDOCS%%share/bx/help/5_Programming/on/timer
+%%PORTDOCS%%share/bx/help/5_Programming/on/topic
+%%PORTDOCS%%share/bx/help/5_Programming/on/unload
+%%PORTDOCS%%share/bx/help/5_Programming/on/wall
+%%PORTDOCS%%share/bx/help/5_Programming/on/wallop
+%%PORTDOCS%%share/bx/help/5_Programming/on/who
+%%PORTDOCS%%share/bx/help/5_Programming/on/widelist
+%%PORTDOCS%%share/bx/help/5_Programming/on/window
+%%PORTDOCS%%share/bx/help/5_Programming/on/window_create
+%%PORTDOCS%%share/bx/help/5_Programming/on/window_kill
+%%PORTDOCS%%share/bx/help/5_Programming/on/yell
+%%PORTDOCS%%share/bx/help/5_Programming/package
+%%PORTDOCS%%share/bx/help/5_Programming/parsekey
+%%PORTDOCS%%share/bx/help/5_Programming/pmpaste
+%%PORTDOCS%%share/bx/help/5_Programming/pop
+%%PORTDOCS%%share/bx/help/5_Programming/popupmenu
+%%PORTDOCS%%share/bx/help/5_Programming/popupmsg
+%%PORTDOCS%%share/bx/help/5_Programming/pretend
+%%PORTDOCS%%share/bx/help/5_Programming/properties
+%%PORTDOCS%%share/bx/help/5_Programming/push
+%%PORTDOCS%%share/bx/help/5_Programming/queue
+%%PORTDOCS%%share/bx/help/5_Programming/quote
+%%PORTDOCS%%share/bx/help/5_Programming/redirect
+%%PORTDOCS%%share/bx/help/5_Programming/repeat
+%%PORTDOCS%%share/bx/help/5_Programming/return
+%%PORTDOCS%%share/bx/help/5_Programming/save
+%%PORTDOCS%%share/bx/help/5_Programming/saveirc
+%%PORTDOCS%%share/bx/help/5_Programming/send
+%%PORTDOCS%%share/bx/help/5_Programming/sendline
+%%PORTDOCS%%share/bx/help/5_Programming/setenv
+%%PORTDOCS%%share/bx/help/5_Programming/shook
+%%PORTDOCS%%share/bx/help/5_Programming/sleep
+%%PORTDOCS%%share/bx/help/5_Programming/stack
+%%PORTDOCS%%share/bx/help/5_Programming/stub
+%%PORTDOCS%%share/bx/help/5_Programming/submenu
+%%PORTDOCS%%share/bx/help/5_Programming/switch
+%%PORTDOCS%%share/bx/help/5_Programming/timer
+%%PORTDOCS%%share/bx/help/5_Programming/type
+%%PORTDOCS%%share/bx/help/5_Programming/unload
+%%PORTDOCS%%share/bx/help/5_Programming/unshift
+%%PORTDOCS%%share/bx/help/5_Programming/usleep
+%%PORTDOCS%%share/bx/help/5_Programming/wait
+%%PORTDOCS%%share/bx/help/5_Programming/while
+%%PORTDOCS%%share/bx/help/5_Programming/xecho
+%%PORTDOCS%%share/bx/help/5_Programming/xeval
+%%PORTDOCS%%share/bx/help/5_Programming/xtype
+%%PORTDOCS%%share/bx/help/6_Functions/6_Functions
+%%PORTDOCS%%share/bx/help/6_Functions/absstrlen
+%%PORTDOCS%%share/bx/help/6_Functions/addtabkey
+%%PORTDOCS%%share/bx/help/6_Functions/after
+%%PORTDOCS%%share/bx/help/6_Functions/afterw
+%%PORTDOCS%%share/bx/help/6_Functions/ajoinitem
+%%PORTDOCS%%share/bx/help/6_Functions/aliasctl
+%%PORTDOCS%%share/bx/help/6_Functions/annoy
+%%PORTDOCS%%share/bx/help/6_Functions/ascii
+%%PORTDOCS%%share/bx/help/6_Functions/before
+%%PORTDOCS%%share/bx/help/6_Functions/bitchx
+%%PORTDOCS%%share/bx/help/6_Functions/center
+%%PORTDOCS%%share/bx/help/6_Functions/cexist
+%%PORTDOCS%%share/bx/help/6_Functions/chanmode
+%%PORTDOCS%%share/bx/help/6_Functions/channel
+%%PORTDOCS%%share/bx/help/6_Functions/chmod
+%%PORTDOCS%%share/bx/help/6_Functions/chngw
+%%PORTDOCS%%share/bx/help/6_Functions/chop
+%%PORTDOCS%%share/bx/help/6_Functions/chops
+%%PORTDOCS%%share/bx/help/6_Functions/chr
+%%PORTDOCS%%share/bx/help/6_Functions/close
+%%PORTDOCS%%share/bx/help/6_Functions/common
+%%PORTDOCS%%share/bx/help/6_Functions/connect
+%%PORTDOCS%%share/bx/help/6_Functions/convert
+%%PORTDOCS%%share/bx/help/6_Functions/copattern
+%%PORTDOCS%%share/bx/help/6_Functions/count
+%%PORTDOCS%%share/bx/help/6_Functions/cparse
+%%PORTDOCS%%share/bx/help/6_Functions/crypt
+%%PORTDOCS%%share/bx/help/6_Functions/curpos
+%%PORTDOCS%%share/bx/help/6_Functions/currchans
+%%PORTDOCS%%share/bx/help/6_Functions/decode
+%%PORTDOCS%%share/bx/help/6_Functions/delarray
+%%PORTDOCS%%share/bx/help/6_Functions/delitem
+%%PORTDOCS%%share/bx/help/6_Functions/deuhc
+%%PORTDOCS%%share/bx/help/6_Functions/encode
+%%PORTDOCS%%share/bx/help/6_Functions/eof
+%%PORTDOCS%%share/bx/help/6_Functions/epic
+%%PORTDOCS%%share/bx/help/6_Functions/fexist
+%%PORTDOCS%%share/bx/help/6_Functions/filter
+%%PORTDOCS%%share/bx/help/6_Functions/finditem
+%%PORTDOCS%%share/bx/help/6_Functions/findw
+%%PORTDOCS%%share/bx/help/6_Functions/fnexist
+%%PORTDOCS%%share/bx/help/6_Functions/fromw
+%%PORTDOCS%%share/bx/help/6_Functions/fsize
+%%PORTDOCS%%share/bx/help/6_Functions/ftime
+%%PORTDOCS%%share/bx/help/6_Functions/geom
+%%PORTDOCS%%share/bx/help/6_Functions/getarrays
+%%PORTDOCS%%share/bx/help/6_Functions/getenv
+%%PORTDOCS%%share/bx/help/6_Functions/getgid
+%%PORTDOCS%%share/bx/help/6_Functions/getitem
+%%PORTDOCS%%share/bx/help/6_Functions/getlogin
+%%PORTDOCS%%share/bx/help/6_Functions/getmatches
+%%PORTDOCS%%share/bx/help/6_Functions/getopt
+%%PORTDOCS%%share/bx/help/6_Functions/getpgrp
+%%PORTDOCS%%share/bx/help/6_Functions/getsets
+%%PORTDOCS%%share/bx/help/6_Functions/gettmatch
+%%PORTDOCS%%share/bx/help/6_Functions/getuid
+%%PORTDOCS%%share/bx/help/6_Functions/glob
+%%PORTDOCS%%share/bx/help/6_Functions/gui
+%%PORTDOCS%%share/bx/help/6_Functions/idle
+%%PORTDOCS%%share/bx/help/6_Functions/ifindfirst
+%%PORTDOCS%%share/bx/help/6_Functions/ifinditem
+%%PORTDOCS%%share/bx/help/6_Functions/igetmatches
+%%PORTDOCS%%share/bx/help/6_Functions/igmask
+%%PORTDOCS%%share/bx/help/6_Functions/igtype
+%%PORTDOCS%%share/bx/help/6_Functions/index
+%%PORTDOCS%%share/bx/help/6_Functions/indextoitem
+%%PORTDOCS%%share/bx/help/6_Functions/info
+%%PORTDOCS%%share/bx/help/6_Functions/insertw
+%%PORTDOCS%%share/bx/help/6_Functions/iptoname
+%%PORTDOCS%%share/bx/help/6_Functions/irclib
+%%PORTDOCS%%share/bx/help/6_Functions/isalpha
+%%PORTDOCS%%share/bx/help/6_Functions/ischannel
+%%PORTDOCS%%share/bx/help/6_Functions/ischanop
+%%PORTDOCS%%share/bx/help/6_Functions/ischanvoice
+%%PORTDOCS%%share/bx/help/6_Functions/isconnected
+%%PORTDOCS%%share/bx/help/6_Functions/iscurchan
+%%PORTDOCS%%share/bx/help/6_Functions/isdigit
+%%PORTDOCS%%share/bx/help/6_Functions/isnumber
+%%PORTDOCS%%share/bx/help/6_Functions/itemtoindex
+%%PORTDOCS%%share/bx/help/6_Functions/jot
+%%PORTDOCS%%share/bx/help/6_Functions/key
+%%PORTDOCS%%share/bx/help/6_Functions/lastclickline
+%%PORTDOCS%%share/bx/help/6_Functions/lastclickx
+%%PORTDOCS%%share/bx/help/6_Functions/lastclicky
+%%PORTDOCS%%share/bx/help/6_Functions/lastserver
+%%PORTDOCS%%share/bx/help/6_Functions/left
+%%PORTDOCS%%share/bx/help/6_Functions/leftpc
+%%PORTDOCS%%share/bx/help/6_Functions/leftw
+%%PORTDOCS%%share/bx/help/6_Functions/listarray
+%%PORTDOCS%%share/bx/help/6_Functions/listen
+%%PORTDOCS%%share/bx/help/6_Functions/mask
+%%PORTDOCS%%share/bx/help/6_Functions/match
+%%PORTDOCS%%share/bx/help/6_Functions/matchitem
+%%PORTDOCS%%share/bx/help/6_Functions/menucontrol
+%%PORTDOCS%%share/bx/help/6_Functions/mid
+%%PORTDOCS%%share/bx/help/6_Functions/midw
+%%PORTDOCS%%share/bx/help/6_Functions/mkdir
+%%PORTDOCS%%share/bx/help/6_Functions/msar
+%%PORTDOCS%%share/bx/help/6_Functions/mychannels
+%%PORTDOCS%%share/bx/help/6_Functions/myservers
+%%PORTDOCS%%share/bx/help/6_Functions/nametoip
+%%PORTDOCS%%share/bx/help/6_Functions/nohighlight
+%%PORTDOCS%%share/bx/help/6_Functions/notify
+%%PORTDOCS%%share/bx/help/6_Functions/numarrays
+%%PORTDOCS%%share/bx/help/6_Functions/numitems
+%%PORTDOCS%%share/bx/help/6_Functions/numonchannel
+%%PORTDOCS%%share/bx/help/6_Functions/numwords
+%%PORTDOCS%%share/bx/help/6_Functions/onchannel
+%%PORTDOCS%%share/bx/help/6_Functions/open
+%%PORTDOCS%%share/bx/help/6_Functions/pad
+%%PORTDOCS%%share/bx/help/6_Functions/pattern
+%%PORTDOCS%%share/bx/help/6_Functions/pid
+%%PORTDOCS%%share/bx/help/6_Functions/pipe
+%%PORTDOCS%%share/bx/help/6_Functions/pop
+%%PORTDOCS%%share/bx/help/6_Functions/ppid
+%%PORTDOCS%%share/bx/help/6_Functions/printlen
+%%PORTDOCS%%share/bx/help/6_Functions/querywin
+%%PORTDOCS%%share/bx/help/6_Functions/rand
+%%PORTDOCS%%share/bx/help/6_Functions/randread
+%%PORTDOCS%%share/bx/help/6_Functions/read
+%%PORTDOCS%%share/bx/help/6_Functions/regex
+%%PORTDOCS%%share/bx/help/6_Functions/remw
+%%PORTDOCS%%share/bx/help/6_Functions/remws
+%%PORTDOCS%%share/bx/help/6_Functions/rename
+%%PORTDOCS%%share/bx/help/6_Functions/repeat
+%%PORTDOCS%%share/bx/help/6_Functions/rest
+%%PORTDOCS%%share/bx/help/6_Functions/restw
+%%PORTDOCS%%share/bx/help/6_Functions/reverse
+%%PORTDOCS%%share/bx/help/6_Functions/revw
+%%PORTDOCS%%share/bx/help/6_Functions/rigmask
+%%PORTDOCS%%share/bx/help/6_Functions/rigtype
+%%PORTDOCS%%share/bx/help/6_Functions/rmdir
+%%PORTDOCS%%share/bx/help/6_Functions/sar
+%%PORTDOCS%%share/bx/help/6_Functions/servergroup
+%%PORTDOCS%%share/bx/help/6_Functions/servername
+%%PORTDOCS%%share/bx/help/6_Functions/servernick
+%%PORTDOCS%%share/bx/help/6_Functions/serverport
+%%PORTDOCS%%share/bx/help/6_Functions/servnum
+%%PORTDOCS%%share/bx/help/6_Functions/servports
+%%PORTDOCS%%share/bx/help/6_Functions/setitem
+%%PORTDOCS%%share/bx/help/6_Functions/shift
+%%PORTDOCS%%share/bx/help/6_Functions/sort
+%%PORTDOCS%%share/bx/help/6_Functions/splice
+%%PORTDOCS%%share/bx/help/6_Functions/split
+%%PORTDOCS%%share/bx/help/6_Functions/srand
+%%PORTDOCS%%share/bx/help/6_Functions/status
+%%PORTDOCS%%share/bx/help/6_Functions/stime
+%%PORTDOCS%%share/bx/help/6_Functions/strchr
+%%PORTDOCS%%share/bx/help/6_Functions/strftime
+%%PORTDOCS%%share/bx/help/6_Functions/strip
+%%PORTDOCS%%share/bx/help/6_Functions/stripansi
+%%PORTDOCS%%share/bx/help/6_Functions/stripansicodes
+%%PORTDOCS%%share/bx/help/6_Functions/stripc
+%%PORTDOCS%%share/bx/help/6_Functions/strlen
+%%PORTDOCS%%share/bx/help/6_Functions/strrchr
+%%PORTDOCS%%share/bx/help/6_Functions/substr
+%%PORTDOCS%%share/bx/help/6_Functions/tdiff
+%%PORTDOCS%%share/bx/help/6_Functions/time
+%%PORTDOCS%%share/bx/help/6_Functions/tolower
+%%PORTDOCS%%share/bx/help/6_Functions/topic
+%%PORTDOCS%%share/bx/help/6_Functions/toupper
+%%PORTDOCS%%share/bx/help/6_Functions/tow
+%%PORTDOCS%%share/bx/help/6_Functions/tr
+%%PORTDOCS%%share/bx/help/6_Functions/trunc
+%%PORTDOCS%%share/bx/help/6_Functions/twiddle
+%%PORTDOCS%%share/bx/help/6_Functions/uhc
+%%PORTDOCS%%share/bx/help/6_Functions/umask
+%%PORTDOCS%%share/bx/help/6_Functions/uname
+%%PORTDOCS%%share/bx/help/6_Functions/uniq
+%%PORTDOCS%%share/bx/help/6_Functions/unlink
+%%PORTDOCS%%share/bx/help/6_Functions/unshift
+%%PORTDOCS%%share/bx/help/6_Functions/userhost
+%%PORTDOCS%%share/bx/help/6_Functions/usermode
+%%PORTDOCS%%share/bx/help/6_Functions/utime
+%%PORTDOCS%%share/bx/help/6_Functions/version
+%%PORTDOCS%%share/bx/help/6_Functions/which
+%%PORTDOCS%%share/bx/help/6_Functions/winbound
+%%PORTDOCS%%share/bx/help/6_Functions/winchan
+%%PORTDOCS%%share/bx/help/6_Functions/winitem
+%%PORTDOCS%%share/bx/help/6_Functions/winlevel
+%%PORTDOCS%%share/bx/help/6_Functions/winnam
+%%PORTDOCS%%share/bx/help/6_Functions/winnicklist
+%%PORTDOCS%%share/bx/help/6_Functions/winnum
+%%PORTDOCS%%share/bx/help/6_Functions/winrefs
+%%PORTDOCS%%share/bx/help/6_Functions/winserv
+%%PORTDOCS%%share/bx/help/6_Functions/winsize
+%%PORTDOCS%%share/bx/help/6_Functions/winvisible
+%%PORTDOCS%%share/bx/help/6_Functions/word
+%%PORTDOCS%%share/bx/help/6_Functions/write
+%%PORTDOCS%%share/bx/help/6_Functions/writeb
+%%PORTDOCS%%share/bx/help/6_Functions/ovserver
+%%PORTDOCS%%share/bx/help/7_Docs/7_Docs
+%%PORTDOCS%%share/bx/help/7_Docs/About_BitchX
+%%PORTDOCS%%share/bx/help/7_Docs/Arrays
+%%PORTDOCS%%share/bx/help/7_Docs/Command_Line
+%%PORTDOCS%%share/bx/help/7_Docs/Compile_Opts
+%%PORTDOCS%%share/bx/help/7_Docs/Copyright
+%%PORTDOCS%%share/bx/help/7_Docs/Environment
+%%PORTDOCS%%share/bx/help/7_Docs/Etiquette
+%%PORTDOCS%%share/bx/help/7_Docs/Expressions
+%%PORTDOCS%%share/bx/help/7_Docs/Introduction
+%%PORTDOCS%%share/bx/help/7_Docs/Key_Bindings
+%%PORTDOCS%%share/bx/help/7_Docs/New_User
+%%PORTDOCS%%share/bx/help/7_Docs/Patterns
+%%PORTDOCS%%share/bx/help/7_Docs/Programming
+%%PORTDOCS%%share/bx/help/7_Docs/Security
+%%PORTDOCS%%share/bx/help/7_Docs/Serial_Numbers
+%%PORTDOCS%%share/bx/help/7_Docs/Server_List
+%%PORTDOCS%%share/bx/help/7_Docs/Server_Numerics
+%%PORTDOCS%%share/bx/help/7_Docs/Signals
+%%PORTDOCS%%share/bx/help/7_Docs/Special_Vars
+%%PORTDOCS%%share/bx/help/7_Docs/Status_Line
+%%PORTDOCS%%share/bx/help/7_Docs/Text_Highlight
+%%PORTDOCS%%share/bx/help/7_Docs/Updates
+%%PORTDOCS%%share/bx/help/8_Scripts/2.8script
+%%PORTDOCS%%share/bx/help/8_Scripts/8_Scripts
+%%PORTDOCS%%share/bx/help/8_Scripts/action
+%%PORTDOCS%%share/bx/help/8_Scripts/alias
+%%PORTDOCS%%share/bx/help/8_Scripts/autokick
+%%PORTDOCS%%share/bx/help/8_Scripts/autoop
+%%PORTDOCS%%share/bx/help/8_Scripts/away
+%%PORTDOCS%%share/bx/help/8_Scripts/basical
+%%PORTDOCS%%share/bx/help/8_Scripts/bigcheese
+%%PORTDOCS%%share/bx/help/8_Scripts/brc
+%%PORTDOCS%%share/bx/help/8_Scripts/channel
+%%PORTDOCS%%share/bx/help/8_Scripts/columns
+%%PORTDOCS%%share/bx/help/8_Scripts/commander
+%%PORTDOCS%%share/bx/help/8_Scripts/compl.mods
+%%PORTDOCS%%share/bx/help/8_Scripts/complete
+%%PORTDOCS%%share/bx/help/8_Scripts/country
+%%PORTDOCS%%share/bx/help/8_Scripts/cursor
+%%PORTDOCS%%share/bx/help/8_Scripts/deban
+%%PORTDOCS%%share/bx/help/8_Scripts/deutsch
+%%PORTDOCS%%share/bx/help/8_Scripts/disc
+%%PORTDOCS%%share/bx/help/8_Scripts/edit
+%%PORTDOCS%%share/bx/help/8_Scripts/english
+%%PORTDOCS%%share/bx/help/8_Scripts/environment
+%%PORTDOCS%%share/bx/help/8_Scripts/events
+%%PORTDOCS%%share/bx/help/8_Scripts/events.hop
+%%PORTDOCS%%share/bx/help/8_Scripts/fake-dcc
+%%PORTDOCS%%share/bx/help/8_Scripts/fe
+%%PORTDOCS%%share/bx/help/8_Scripts/files
+%%PORTDOCS%%share/bx/help/8_Scripts/finger
+%%PORTDOCS%%share/bx/help/8_Scripts/fnet
+%%PORTDOCS%%share/bx/help/8_Scripts/follow
+%%PORTDOCS%%share/bx/help/8_Scripts/functions
+%%PORTDOCS%%share/bx/help/8_Scripts/funnyban
+%%PORTDOCS%%share/bx/help/8_Scripts/genalias
+%%PORTDOCS%%share/bx/help/8_Scripts/global
+%%PORTDOCS%%share/bx/help/8_Scripts/guh
+%%PORTDOCS%%share/bx/help/8_Scripts/history
+%%PORTDOCS%%share/bx/help/8_Scripts/history-match
+%%PORTDOCS%%share/bx/help/8_Scripts/imap
+%%PORTDOCS%%share/bx/help/8_Scripts/ircprimer
+%%PORTDOCS%%share/bx/help/8_Scripts/ircrc
+%%PORTDOCS%%share/bx/help/8_Scripts/keybinds
+%%PORTDOCS%%share/bx/help/8_Scripts/kickmenu
+%%PORTDOCS%%share/bx/help/8_Scripts/killpath
+%%PORTDOCS%%share/bx/help/8_Scripts/kpstat
+%%PORTDOCS%%share/bx/help/8_Scripts/less
+%%PORTDOCS%%share/bx/help/8_Scripts/list
+%%PORTDOCS%%share/bx/help/8_Scripts/local
+%%PORTDOCS%%share/bx/help/8_Scripts/log
+%%PORTDOCS%%share/bx/help/8_Scripts/ls
+%%PORTDOCS%%share/bx/help/8_Scripts/lynx_ircrc
+%%PORTDOCS%%share/bx/help/8_Scripts/man
+%%PORTDOCS%%share/bx/help/8_Scripts/meta
+%%PORTDOCS%%share/bx/help/8_Scripts/meta1
+%%PORTDOCS%%share/bx/help/8_Scripts/modes
+%%PORTDOCS%%share/bx/help/8_Scripts/more
+%%PORTDOCS%%share/bx/help/8_Scripts/msg
+%%PORTDOCS%%share/bx/help/8_Scripts/mudirc
+%%PORTDOCS%%share/bx/help/8_Scripts/mudlike
+%%PORTDOCS%%share/bx/help/8_Scripts/multi
+%%PORTDOCS%%share/bx/help/8_Scripts/nemesis
+%%PORTDOCS%%share/bx/help/8_Scripts/netsplit
+%%PORTDOCS%%share/bx/help/8_Scripts/netsplit.env
+%%PORTDOCS%%share/bx/help/8_Scripts/newaway
+%%PORTDOCS%%share/bx/help/8_Scripts/newformat
+%%PORTDOCS%%share/bx/help/8_Scripts/nicks
+%%PORTDOCS%%share/bx/help/8_Scripts/old-dcc
+%%PORTDOCS%%share/bx/help/8_Scripts/oldping
+%%PORTDOCS%%share/bx/help/8_Scripts/ping
+%%PORTDOCS%%share/bx/help/8_Scripts/pipe
+%%PORTDOCS%%share/bx/help/8_Scripts/prefix
+%%PORTDOCS%%share/bx/help/8_Scripts/recursion
+%%PORTDOCS%%share/bx/help/8_Scripts/repeat
+%%PORTDOCS%%share/bx/help/8_Scripts/screen
+%%PORTDOCS%%share/bx/help/8_Scripts/shell
+%%PORTDOCS%%share/bx/help/8_Scripts/silent
+%%PORTDOCS%%share/bx/help/8_Scripts/smileys
+%%PORTDOCS%%share/bx/help/8_Scripts/sound
+%%PORTDOCS%%share/bx/help/8_Scripts/spfix
+%%PORTDOCS%%share/bx/help/8_Scripts/starutils
+%%PORTDOCS%%share/bx/help/8_Scripts/stat
+%%PORTDOCS%%share/bx/help/8_Scripts/tabkey
+%%PORTDOCS%%share/bx/help/8_Scripts/tabkey.wc
+%%PORTDOCS%%share/bx/help/8_Scripts/tc
+%%PORTDOCS%%share/bx/help/8_Scripts/time
+%%PORTDOCS%%share/bx/help/8_Scripts/tls
+%%PORTDOCS%%share/bx/help/8_Scripts/troy
+%%PORTDOCS%%share/bx/help/8_Scripts/uhnotify
+%%PORTDOCS%%share/bx/help/8_Scripts/uping
+%%PORTDOCS%%share/bx/help/8_Scripts/wallopstat
+%%PORTDOCS%%share/bx/help/8_Scripts/webster
+%%PORTDOCS%%share/bx/help/8_Scripts/window
+%%PORTDOCS%%share/bx/help/README_FIRST
+%%PORTDOCS%%share/bx/help/commands
+%%PORTDOCS%%share/bx/help/findcomm
+%%PORTDOCS%%share/bx/help/functions
+%%PORTDOCS%%share/bx/help/out
 %%PLUGINS:%%share/bx/plugins/BitchX.hints
 %%PLUGINS:%%share/bx/plugins/acro.so
 %%PLUGINS:%%share/bx/plugins/autobot.so
@@ -981,24 +981,24 @@
 share/bx/translation/UNITED_KINGDOM
 share/bx/translation/UNITED_KINGDOM_COM
 %%NOGNOME:%%share/bx/wserv
-share/doc/bitchx/bxfaq.html
-@dirrm share/doc/bitchx
+%%PORTDOCS%%share/doc/bitchx/bxfaq.html
+%%PORTDOCS%%@dirrm share/doc/bitchx
 @dirrm share/bx/translation
 @dirrm share/bx/script
 @dirrm share/bx/plugins
-@dirrm share/bx/help/8_Scripts
-@dirrm share/bx/help/7_Docs
-@dirrm share/bx/help/6_Functions
-@dirrm share/bx/help/5_Programming/on
-@dirrm share/bx/help/5_Programming
-@dirrm share/bx/help/4_Misc/window
-@dirrm share/bx/help/4_Misc/set
-@dirrm share/bx/help/4_Misc/bind
-@dirrm share/bx/help/4_Misc
-@dirrm share/bx/help/3_Operators
-@dirrm share/bx/help/2_Queries
-@dirrm share/bx/help/1_General/dcc
-@dirrm share/bx/help/1_General/ctcp
-@dirrm share/bx/help/1_General
-@dirrm share/bx/help
+%%PORTDOCS%%@dirrm share/bx/help/8_Scripts
+%%PORTDOCS%%@dirrm share/bx/help/7_Docs
+%%PORTDOCS%%@dirrm share/bx/help/6_Functions
+%%PORTDOCS%%@dirrm share/bx/help/5_Programming/on
+%%PORTDOCS%%@dirrm share/bx/help/5_Programming
+%%PORTDOCS%%@dirrm share/bx/help/4_Misc/window
+%%PORTDOCS%%@dirrm share/bx/help/4_Misc/set
+%%PORTDOCS%%@dirrm share/bx/help/4_Misc/bind
+%%PORTDOCS%%@dirrm share/bx/help/4_Misc
+%%PORTDOCS%%@dirrm share/bx/help/3_Operators
+%%PORTDOCS%%@dirrm share/bx/help/2_Queries
+%%PORTDOCS%%@dirrm share/bx/help/1_General/dcc
+%%PORTDOCS%%@dirrm share/bx/help/1_General/ctcp
+%%PORTDOCS%%@dirrm share/bx/help/1_General
+%%PORTDOCS%%@dirrm share/bx/help
 @dirrm share/bx
--- bitchx.diff ends here ---


>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?200207201852.g6KIq89S059902>