summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorwiz <wiz>2000-12-15 23:16:34 +0000
committerwiz <wiz>2000-12-15 23:16:34 +0000
commitec7e7138edf65f2c06c2a36f64a1dbf341527327 (patch)
tree8f9ec813565306d793d4084dbea4f245d4e67be1 /chat
parent6da646f911cfd233bd0070cbdd0e6274cf72c5c2 (diff)
downloadpkgsrc-ec7e7138edf65f2c06c2a36f64a1dbf341527327.tar.gz
Move bitchx from net to chat.
Diffstat (limited to 'chat')
-rw-r--r--chat/Makefile3
-rw-r--r--chat/bitchx/Makefile25
-rw-r--r--chat/bitchx/files/md53
-rw-r--r--chat/bitchx/files/patch-sum4
-rw-r--r--chat/bitchx/patches/patch-aa15
-rw-r--r--chat/bitchx/patches/patch-ab22
-rw-r--r--chat/bitchx/pkg/COMMENT1
-rw-r--r--chat/bitchx/pkg/DESCR2
-rw-r--r--chat/bitchx/pkg/PLIST979
9 files changed, 1053 insertions, 1 deletions
diff --git a/chat/Makefile b/chat/Makefile
index 86740a4da45..15634ae0b08 100644
--- a/chat/Makefile
+++ b/chat/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/12/15 00:36:25 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2000/12/15 23:20:02 wiz Exp $
#
+ SUBDIR += bitchx
SUBDIR += gaim
SUBDIR += icb
SUBDIR += icqlib
diff --git a/chat/bitchx/Makefile b/chat/bitchx/Makefile
new file mode 100644
index 00000000000..fa12a059166
--- /dev/null
+++ b/chat/bitchx/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/12/15 23:16:34 wiz Exp $
+
+DISTNAME= ircii-pana-1.0c17
+PKGNAME= bitchx-1.0.3.17
+WRKSRC= ${WRKDIR}/BitchX
+CATEGORIES= chat
+MASTER_SITES= ftp://ftp.bitchx.org/pub/BitchX/source/
+
+MAINTAINER= jmcneill@invisible.yi.org
+HOMEPAGE= http://www.bitchx.org/
+
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --with-termcap # forcibly refuse to use ncurses
+
+# We don't need the CVS files, and if we don't delete them, they get
+# installed later on; ignore error code, since we delete the directories
+# before find can descend into them.
+post-extract:
+ -${FIND} ${WRKDIR}/BitchX/bitchx-docs -type d -name CVS \
+ -exec ${RM} -r {} \; 2> /dev/null
+
+post-install:
+ ${INSTALL_DATA} ${WRKSRC}/doc/BitchX.1 ${PREFIX}/man/man1
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/chat/bitchx/files/md5 b/chat/bitchx/files/md5
new file mode 100644
index 00000000000..b66bbd6480c
--- /dev/null
+++ b/chat/bitchx/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 2000/12/15 23:16:34 wiz Exp $
+
+MD5 (ircii-pana-1.0c17.tar.gz) = 4ab094ae58f0bacb14c3e480404215fd
diff --git a/chat/bitchx/files/patch-sum b/chat/bitchx/files/patch-sum
new file mode 100644
index 00000000000..8a0f611ca44
--- /dev/null
+++ b/chat/bitchx/files/patch-sum
@@ -0,0 +1,4 @@
+$Id: patch-sum,v 1.1.1.1 2000/12/15 23:16:34 wiz Exp $
+
+MD5 (patch-aa) = b1e2ea9a5248dc679292107cfde46762
+MD5 (patch-ab) = 77fa5fb610b19fd851a3753c0554ed81
diff --git a/chat/bitchx/patches/patch-aa b/chat/bitchx/patches/patch-aa
new file mode 100644
index 00000000000..fdb0ef5c2e1
--- /dev/null
+++ b/chat/bitchx/patches/patch-aa
@@ -0,0 +1,15 @@
+$NetBSD: patch-aa,v 1.1.1.1 2000/12/15 23:16:34 wiz Exp $
+
+--- configure.orig Tue Aug 29 04:14:44 2000
++++ configure Tue Oct 24 20:22:36 2000
+@@ -2400,7 +2400,9 @@
+ havetputs=1
+ else
+ rm -rf conftest*
+- blahhack=1; echo "$ac_t""no" 1>&6
++# XXX: Force this to work
++# blahhack=1; echo "$ac_t""no" 1>&6
++ havetputs=1; echo "$ac_t""forced" 1>&6
+ fi
+ rm -f conftest*
+
diff --git a/chat/bitchx/patches/patch-ab b/chat/bitchx/patches/patch-ab
new file mode 100644
index 00000000000..5521f65da3f
--- /dev/null
+++ b/chat/bitchx/patches/patch-ab
@@ -0,0 +1,22 @@
+$NetBSD: patch-ab,v 1.1.1.1 2000/12/15 23:16:34 wiz Exp $
+
+--- include/config.h.orig Tue Oct 24 20:24:43 2000
++++ include/config.h Tue Oct 24 20:25:52 2000
+@@ -34,7 +34,7 @@
+ * too peruse this function all you like. It's not a BACKDOOR in any way,
+ * shape or form.
+ */
+-#define WANT_NOTIFY_BITCHX_COM ON
++#undef WANT_NOTIFY_BITCHX_COM
+
+
+ /*
+@@ -307,7 +307,7 @@
+ * This is recommended when you want to start BitchX in an xterm without
+ * the usage of the special "vga"-font.
+ */
+-#undef ONLY_STD_CHARS
++#define ONLY_STD_CHARS
+
+ /*
+ * Normally BitchX uses only the IBMPC (cp437) charset.
diff --git a/chat/bitchx/pkg/COMMENT b/chat/bitchx/pkg/COMMENT
new file mode 100644
index 00000000000..211910266d9
--- /dev/null
+++ b/chat/bitchx/pkg/COMMENT
@@ -0,0 +1 @@
+IRC client based on ircII
diff --git a/chat/bitchx/pkg/DESCR b/chat/bitchx/pkg/DESCR
new file mode 100644
index 00000000000..75afb8f6e05
--- /dev/null
+++ b/chat/bitchx/pkg/DESCR
@@ -0,0 +1,2 @@
+BitchX is an IRC (Internet Relay Chat) client by Colten Edwards aka
+panasync@efnet, it is based on it's predecessors ircII and EPIC.
diff --git a/chat/bitchx/pkg/PLIST b/chat/bitchx/pkg/PLIST
new file mode 100644
index 00000000000..5a2e80d148c
--- /dev/null
+++ b/chat/bitchx/pkg/PLIST
@@ -0,0 +1,979 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2000/12/15 23:16:38 wiz Exp $
+bin/BitchX
+bin/BitchX-1.0c17
+bin/scr-bx
+lib/bx/translation/ASCII
+lib/bx/translation/CP437
+lib/bx/translation/CP850
+lib/bx/translation/DANISH
+lib/bx/translation/DEC_MCS
+lib/bx/translation/DG_MCS
+lib/bx/translation/DUTCH
+lib/bx/translation/FINNISH
+lib/bx/translation/FRENCH
+lib/bx/translation/FRENCH_CANADIAN
+lib/bx/translation/GERMAN
+lib/bx/translation/HP_MCS
+lib/bx/translation/IRV
+lib/bx/translation/ITALIAN
+lib/bx/translation/JIS
+lib/bx/translation/MACINTOSH
+lib/bx/translation/NEXT
+lib/bx/translation/NORWEGIAN_1
+lib/bx/translation/NORWEGIAN_2
+lib/bx/translation/POLISH
+lib/bx/translation/POLISH_NOPL
+lib/bx/translation/PORTUGUESE
+lib/bx/translation/PORTUGUESE_COM
+lib/bx/translation/RUSSIAN
+lib/bx/translation/RUSSIAN_ALT
+lib/bx/translation/RUSSIAN_WIN
+lib/bx/translation/SPANISH
+lib/bx/translation/SWEDISH
+lib/bx/translation/SWEDISH_NAMES
+lib/bx/translation/SWEDISH_NAMES_COM
+lib/bx/translation/SWISS
+lib/bx/translation/UNITED_KINGDOM
+lib/bx/translation/UNITED_KINGDOM_COM
+lib/bx/script/actplug.gmz
+lib/bx/script/bxglobal
+lib/bx/script/bxtcl.tcl
+lib/bx/script/example-.bitchxrc
+lib/bx/script/file.tcl
+lib/bx/script/fserve+vfs.tar.gz
+lib/bx/script/menu.bx
+lib/bx/script/query.bx
+lib/bx/help/5_Programming/on/channel_nick
+lib/bx/help/5_Programming/on/action
+lib/bx/help/5_Programming/on/channel_signoff
+lib/bx/help/5_Programming/on/connect
+lib/bx/help/5_Programming/on/ctcp
+lib/bx/help/5_Programming/on/ctcp_reply
+lib/bx/help/5_Programming/on/dcc_chat
+lib/bx/help/5_Programming/on/dcc_connect
+lib/bx/help/5_Programming/on/dcc_list
+lib/bx/help/5_Programming/on/dcc_lost
+lib/bx/help/5_Programming/on/dcc_offer
+lib/bx/help/5_Programming/on/dcc_raw
+lib/bx/help/5_Programming/on/dcc_request
+lib/bx/help/5_Programming/on/disconnect
+lib/bx/help/5_Programming/on/encrypted_notice
+lib/bx/help/5_Programming/on/encrypted_privmsg
+lib/bx/help/5_Programming/on/exec
+lib/bx/help/5_Programming/on/exec_errors
+lib/bx/help/5_Programming/on/exec_exit
+lib/bx/help/5_Programming/on/exec_prompt
+lib/bx/help/5_Programming/on/exit
+lib/bx/help/5_Programming/on/flood
+lib/bx/help/5_Programming/on/help
+lib/bx/help/5_Programming/on/hook
+lib/bx/help/5_Programming/on/idle
+lib/bx/help/5_Programming/on/input
+lib/bx/help/5_Programming/on/invite
+lib/bx/help/5_Programming/on/join
+lib/bx/help/5_Programming/on/kick
+lib/bx/help/5_Programming/on/kill
+lib/bx/help/5_Programming/on/leave
+lib/bx/help/5_Programming/on/list
+lib/bx/help/5_Programming/on/mail
+lib/bx/help/5_Programming/on/mode
+lib/bx/help/5_Programming/on/mode_stripped
+lib/bx/help/5_Programming/on/msg
+lib/bx/help/5_Programming/on/msg_group
+lib/bx/help/5_Programming/on/names
+lib/bx/help/5_Programming/on/nickname
+lib/bx/help/5_Programming/on/note
+lib/bx/help/5_Programming/on/notice
+lib/bx/help/5_Programming/on/notify_signoff
+lib/bx/help/5_Programming/on/notify_signon
+lib/bx/help/5_Programming/on/odd_server_stuff
+lib/bx/help/5_Programming/on/on
+lib/bx/help/5_Programming/on/oper_notice
+lib/bx/help/5_Programming/on/pong
+lib/bx/help/5_Programming/on/public
+lib/bx/help/5_Programming/on/public_msg
+lib/bx/help/5_Programming/on/public_notice
+lib/bx/help/5_Programming/on/public_other
+lib/bx/help/5_Programming/on/raw_irc
+lib/bx/help/5_Programming/on/redirect
+lib/bx/help/5_Programming/on/send_action
+lib/bx/help/5_Programming/on/send_ctcp
+lib/bx/help/5_Programming/on/send_msg
+lib/bx/help/5_Programming/on/send_dcc_chat
+lib/bx/help/5_Programming/on/send_notice
+lib/bx/help/5_Programming/on/send_public
+lib/bx/help/5_Programming/on/send_to_server
+lib/bx/help/5_Programming/on/server_lost
+lib/bx/help/5_Programming/on/server_notice
+lib/bx/help/5_Programming/on/set
+lib/bx/help/5_Programming/on/signoff
+lib/bx/help/5_Programming/on/silence
+lib/bx/help/5_Programming/on/status_update
+lib/bx/help/5_Programming/on/timer
+lib/bx/help/5_Programming/on/topic
+lib/bx/help/5_Programming/on/unload
+lib/bx/help/5_Programming/on/wall
+lib/bx/help/5_Programming/on/wallop
+lib/bx/help/5_Programming/on/who
+lib/bx/help/5_Programming/on/widelist
+lib/bx/help/5_Programming/on/window
+lib/bx/help/5_Programming/on/window_create
+lib/bx/help/5_Programming/on/window_kill
+lib/bx/help/5_Programming/on/yell
+lib/bx/help/5_Programming/alias
+lib/bx/help/5_Programming/assign
+lib/bx/help/5_Programming/blah
+lib/bx/help/5_Programming/bless
+lib/bx/help/5_Programming/break
+lib/bx/help/5_Programming/call
+lib/bx/help/5_Programming/comment
+lib/bx/help/5_Programming/continue
+lib/bx/help/5_Programming/do
+lib/bx/help/5_Programming/dump
+lib/bx/help/5_Programming/echo
+lib/bx/help/5_Programming/eval
+lib/bx/help/5_Programming/exec
+lib/bx/help/5_Programming/fe
+lib/bx/help/5_Programming/fec
+lib/bx/help/5_Programming/filedialog
+lib/bx/help/5_Programming/fontdialog
+lib/bx/help/5_Programming/for
+lib/bx/help/5_Programming/foreach
+lib/bx/help/5_Programming/hook
+lib/bx/help/5_Programming/if
+lib/bx/help/5_Programming/input
+lib/bx/help/5_Programming/load
+lib/bx/help/5_Programming/loaddll
+lib/bx/help/5_Programming/loadtcl
+lib/bx/help/5_Programming/local
+lib/bx/help/5_Programming/menu
+lib/bx/help/5_Programming/package
+lib/bx/help/5_Programming/menuitem
+lib/bx/help/5_Programming/parsekey
+lib/bx/help/5_Programming/pmpaste
+lib/bx/help/5_Programming/pop
+lib/bx/help/5_Programming/popupmenu
+lib/bx/help/5_Programming/popupmsg
+lib/bx/help/5_Programming/pretend
+lib/bx/help/5_Programming/properties
+lib/bx/help/5_Programming/push
+lib/bx/help/5_Programming/queue
+lib/bx/help/5_Programming/quote
+lib/bx/help/5_Programming/redirect
+lib/bx/help/5_Programming/repeat
+lib/bx/help/5_Programming/return
+lib/bx/help/5_Programming/save
+lib/bx/help/5_Programming/saveirc
+lib/bx/help/5_Programming/send
+lib/bx/help/5_Programming/sendline
+lib/bx/help/5_Programming/setenv
+lib/bx/help/5_Programming/shook
+lib/bx/help/5_Programming/sleep
+lib/bx/help/5_Programming/stack
+lib/bx/help/5_Programming/stub
+lib/bx/help/5_Programming/submenu
+lib/bx/help/5_Programming/switch
+lib/bx/help/5_Programming/timer
+lib/bx/help/5_Programming/type
+lib/bx/help/5_Programming/unload
+lib/bx/help/5_Programming/unshift
+lib/bx/help/5_Programming/usleep
+lib/bx/help/5_Programming/wait
+lib/bx/help/5_Programming/while
+lib/bx/help/5_Programming/xecho
+lib/bx/help/5_Programming/xeval
+lib/bx/help/5_Programming/xtype
+lib/bx/help/5_Programming/5_Programming
+lib/bx/help/2_Queries/2_Queries
+lib/bx/help/2_Queries/admin
+lib/bx/help/2_Queries/flush
+lib/bx/help/2_Queries/info
+lib/bx/help/2_Queries/ison
+lib/bx/help/2_Queries/links
+lib/bx/help/2_Queries/list
+lib/bx/help/2_Queries/lusers
+lib/bx/help/2_Queries/map
+lib/bx/help/2_Queries/motd
+lib/bx/help/2_Queries/n
+lib/bx/help/2_Queries/names
+lib/bx/help/2_Queries/sc
+lib/bx/help/2_Queries/scan
+lib/bx/help/2_Queries/scanf
+lib/bx/help/2_Queries/scani
+lib/bx/help/2_Queries/scann
+lib/bx/help/2_Queries/scano
+lib/bx/help/2_Queries/scans
+lib/bx/help/2_Queries/scanv
+lib/bx/help/2_Queries/stats
+lib/bx/help/2_Queries/time
+lib/bx/help/2_Queries/trace
+lib/bx/help/2_Queries/userhost
+lib/bx/help/2_Queries/userip
+lib/bx/help/2_Queries/users
+lib/bx/help/2_Queries/version
+lib/bx/help/2_Queries/who
+lib/bx/help/2_Queries/whois
+lib/bx/help/2_Queries/whowas
+lib/bx/help/2_Queries/wi
+lib/bx/help/2_Queries/wii
+lib/bx/help/2_Queries/wilc
+lib/bx/help/2_Queries/wilcr
+lib/bx/help/2_Queries/wilm
+lib/bx/help/2_Queries/wiln
+lib/bx/help/2_Queries/ww
+lib/bx/help/3_Operators/3_Operators
+lib/bx/help/3_Operators/connect
+lib/bx/help/3_Operators/deoper
+lib/bx/help/3_Operators/die
+lib/bx/help/3_Operators/dline
+lib/bx/help/3_Operators/hash
+lib/bx/help/3_Operators/helpop
+lib/bx/help/3_Operators/helpserv
+lib/bx/help/3_Operators/kill
+lib/bx/help/3_Operators/kline
+lib/bx/help/3_Operators/locop
+lib/bx/help/3_Operators/oper
+lib/bx/help/3_Operators/rehash
+lib/bx/help/3_Operators/restart
+lib/bx/help/3_Operators/rping
+lib/bx/help/3_Operators/sping
+lib/bx/help/3_Operators/squit
+lib/bx/help/3_Operators/swallop
+lib/bx/help/3_Operators/tkline
+lib/bx/help/3_Operators/unkline
+lib/bx/help/3_Operators/uping
+lib/bx/help/3_Operators/wallops
+lib/bx/help/4_Misc/bind/backspace
+lib/bx/help/4_Misc/bind/backward_character
+lib/bx/help/4_Misc/bind/backward_history
+lib/bx/help/4_Misc/bind/backward_word
+lib/bx/help/4_Misc/bind/beginning_of_line
+lib/bx/help/4_Misc/bind/bind
+lib/bx/help/4_Misc/bind/blink
+lib/bx/help/4_Misc/bind/bold
+lib/bx/help/4_Misc/bind/clear_screen
+lib/bx/help/4_Misc/bind/command_completion
+lib/bx/help/4_Misc/bind/delete_character
+lib/bx/help/4_Misc/bind/delete_next_word
+lib/bx/help/4_Misc/bind/delete_previous_word
+lib/bx/help/4_Misc/bind/delete_to_previous_space
+lib/bx/help/4_Misc/bind/end_of_line
+lib/bx/help/4_Misc/bind/enter_digraph
+lib/bx/help/4_Misc/bind/enter_menu
+lib/bx/help/4_Misc/bind/erase_line
+lib/bx/help/4_Misc/bind/erase_to_beg_of_line
+lib/bx/help/4_Misc/bind/erase_to_end_of_line
+lib/bx/help/4_Misc/bind/forward_character
+lib/bx/help/4_Misc/bind/forward_history
+lib/bx/help/4_Misc/bind/forward_word
+lib/bx/help/4_Misc/bind/highlight_off
+lib/bx/help/4_Misc/bind/meta1_character
+lib/bx/help/4_Misc/bind/meta4_character
+lib/bx/help/4_Misc/bind/next_window
+lib/bx/help/4_Misc/bind/nothing
+lib/bx/help/4_Misc/bind/parse_command
+lib/bx/help/4_Misc/bind/paste_to_input
+lib/bx/help/4_Misc/bind/previous_window
+lib/bx/help/4_Misc/bind/quit_irc
+lib/bx/help/4_Misc/bind/quote_character
+lib/bx/help/4_Misc/bind/refresh_inputline
+lib/bx/help/4_Misc/bind/refresh_screen
+lib/bx/help/4_Misc/bind/reverse
+lib/bx/help/4_Misc/bind/scroll_backward
+lib/bx/help/4_Misc/bind/scroll_end
+lib/bx/help/4_Misc/bind/scroll_forward
+lib/bx/help/4_Misc/bind/scroll_start
+lib/bx/help/4_Misc/bind/self_insert
+lib/bx/help/4_Misc/bind/send_line
+lib/bx/help/4_Misc/bind/stop_irc
+lib/bx/help/4_Misc/bind/shove_to_history
+lib/bx/help/4_Misc/bind/swap_last_window
+lib/bx/help/4_Misc/bind/swap_next_window
+lib/bx/help/4_Misc/bind/swap_previous_window
+lib/bx/help/4_Misc/bind/switch_channels
+lib/bx/help/4_Misc/bind/toggle_insert_mode
+lib/bx/help/4_Misc/bind/toggle_stop_screen
+lib/bx/help/4_Misc/bind/transpose_characters
+lib/bx/help/4_Misc/bind/type_text
+lib/bx/help/4_Misc/bind/unclear_screen
+lib/bx/help/4_Misc/bind/underline
+lib/bx/help/4_Misc/bind/unstop_all_windows
+lib/bx/help/4_Misc/bind/yank_from_cutbuffer
+lib/bx/help/4_Misc/window/back
+lib/bx/help/4_Misc/window/add
+lib/bx/help/4_Misc/window/beep_always
+lib/bx/help/4_Misc/window/balance
+lib/bx/help/4_Misc/window/hide_others
+lib/bx/help/4_Misc/window/bind
+lib/bx/help/4_Misc/window/channel
+lib/bx/help/4_Misc/window/create
+lib/bx/help/4_Misc/window/delete
+lib/bx/help/4_Misc/window/discon
+lib/bx/help/4_Misc/window/double
+lib/bx/help/4_Misc/window/echo
+lib/bx/help/4_Misc/window/fixed
+lib/bx/help/4_Misc/window/font
+lib/bx/help/4_Misc/window/goto
+lib/bx/help/4_Misc/window/grow
+lib/bx/help/4_Misc/window/hide
+lib/bx/help/4_Misc/window/hold_mode
+lib/bx/help/4_Misc/window/kill
+lib/bx/help/4_Misc/window/kill_others
+lib/bx/help/4_Misc/window/killswap
+lib/bx/help/4_Misc/window/last
+lib/bx/help/4_Misc/window/lastlog
+lib/bx/help/4_Misc/window/lastlog_level
+lib/bx/help/4_Misc/window/level
+lib/bx/help/4_Misc/window/list
+lib/bx/help/4_Misc/window/log
+lib/bx/help/4_Misc/window/logfile
+lib/bx/help/4_Misc/window/menu
+lib/bx/help/4_Misc/window/move
+lib/bx/help/4_Misc/window/name
+lib/bx/help/4_Misc/window/new
+lib/bx/help/4_Misc/window/next
+lib/bx/help/4_Misc/window/noserv
+lib/bx/help/4_Misc/window/notify
+lib/bx/help/4_Misc/window/notify_level
+lib/bx/help/4_Misc/window/number
+lib/bx/help/4_Misc/window/pop
+lib/bx/help/4_Misc/window/previous
+lib/bx/help/4_Misc/window/prompt
+lib/bx/help/4_Misc/window/push
+lib/bx/help/4_Misc/window/query
+lib/bx/help/4_Misc/window/refnum
+lib/bx/help/4_Misc/window/remove
+lib/bx/help/4_Misc/window/scratch
+lib/bx/help/4_Misc/window/scroll
+lib/bx/help/4_Misc/window/server
+lib/bx/help/4_Misc/window/setwindowpos
+lib/bx/help/4_Misc/window/show
+lib/bx/help/4_Misc/window/shrink
+lib/bx/help/4_Misc/window/size
+lib/bx/help/4_Misc/window/skip
+lib/bx/help/4_Misc/window/stack
+lib/bx/help/4_Misc/window/status_special
+lib/bx/help/4_Misc/window/swap
+lib/bx/help/4_Misc/window/unbind
+lib/bx/help/4_Misc/window/window
+lib/bx/help/4_Misc/set/always_split_biggest
+lib/bx/help/4_Misc/set/auto_new_nick
+lib/bx/help/4_Misc/set/auto_reconnect_delay
+lib/bx/help/4_Misc/set/auto_rejoin
+lib/bx/help/4_Misc/set/auto_rejoin_delay
+lib/bx/help/4_Misc/set/auto_unmark_away
+lib/bx/help/4_Misc/set/auto_whowas
+lib/bx/help/4_Misc/set/banner
+lib/bx/help/4_Misc/set/banner_expand
+lib/bx/help/4_Misc/set/beep
+lib/bx/help/4_Misc/set/beep_max
+lib/bx/help/4_Misc/set/beep_on_msg
+lib/bx/help/4_Misc/set/beep_when_away
+lib/bx/help/4_Misc/set/blink_video
+lib/bx/help/4_Misc/set/bold_video
+lib/bx/help/4_Misc/set/channel_name_width
+lib/bx/help/4_Misc/set/client_information
+lib/bx/help/4_Misc/set/clock
+lib/bx/help/4_Misc/set/clock_24hour
+lib/bx/help/4_Misc/set/clock_alarm
+lib/bx/help/4_Misc/set/color
+lib/bx/help/4_Misc/set/clock_format
+lib/bx/help/4_Misc/set/cmdchars
+lib/bx/help/4_Misc/set/command_mode
+lib/bx/help/4_Misc/set/comment_hack
+lib/bx/help/4_Misc/set/connect_timeout
+lib/bx/help/4_Misc/set/continued_line
+lib/bx/help/4_Misc/set/cpu_saver_after
+lib/bx/help/4_Misc/set/cpu_saver_every
+lib/bx/help/4_Misc/set/current_window_level
+lib/bx/help/4_Misc/set/dcc_auto_timeout
+lib/bx/help/4_Misc/set/dcc_long_pathnames
+lib/bx/help/4_Misc/set/dcc_sliding_window
+lib/bx/help/4_Misc/set/dcc_store_path
+lib/bx/help/4_Misc/set/debug
+lib/bx/help/4_Misc/set/dispatch_unknown_command
+lib/bx/help/4_Misc/set/display
+lib/bx/help/4_Misc/set/display_ansi
+lib/bx/help/4_Misc/set/do_notify_immediately
+lib/bx/help/4_Misc/set/eight_bit_characters
+lib/bx/help/4_Misc/set/encrypt_program
+lib/bx/help/4_Misc/set/floating_point_math
+lib/bx/help/4_Misc/set/log
+lib/bx/help/4_Misc/set/flood_after
+lib/bx/help/4_Misc/set/flood_rate
+lib/bx/help/4_Misc/set/flood_users
+lib/bx/help/4_Misc/set/flood_warning
+lib/bx/help/4_Misc/set/full_status_line
+lib/bx/help/4_Misc/set/help_pager
+lib/bx/help/4_Misc/set/help_path
+lib/bx/help/4_Misc/set/help_prompt
+lib/bx/help/4_Misc/set/help_window
+lib/bx/help/4_Misc/set/hide_private_channels
+lib/bx/help/4_Misc/set/high_bit_escape
+lib/bx/help/4_Misc/set/highlight_char
+lib/bx/help/4_Misc/set/history
+lib/bx/help/4_Misc/set/history_file
+lib/bx/help/4_Misc/set/hold_mode
+lib/bx/help/4_Misc/set/indent
+lib/bx/help/4_Misc/set/input_aliases
+lib/bx/help/4_Misc/set/input_prompt
+lib/bx/help/4_Misc/set/insert_mode
+lib/bx/help/4_Misc/set/inverse_video
+lib/bx/help/4_Misc/set/lastlog
+lib/bx/help/4_Misc/set/logfile
+lib/bx/help/4_Misc/set/lastlog_level
+lib/bx/help/4_Misc/set/load_path
+lib/bx/help/4_Misc/set/mail
+lib/bx/help/4_Misc/set/max_recursions
+lib/bx/help/4_Misc/set/menu
+lib/bx/help/4_Misc/set/mirc_broken_dcc_resume
+lib/bx/help/4_Misc/set/mode_stripper
+lib/bx/help/4_Misc/set/nd_space_max
+lib/bx/help/4_Misc/set/no_control_log
+lib/bx/help/4_Misc/set/no_ctcp_flood
+lib/bx/help/4_Misc/set/no_fail_disconnect
+lib/bx/help/4_Misc/set/notify_handler
+lib/bx/help/4_Misc/set/notify_interval
+lib/bx/help/4_Misc/set/notify_level
+lib/bx/help/4_Misc/set/notify_on_termination
+lib/bx/help/4_Misc/set/notify_userhost_automatic
+lib/bx/help/4_Misc/set/novice
+lib/bx/help/4_Misc/set/num_of_whowas
+lib/bx/help/4_Misc/set/pad_char
+lib/bx/help/4_Misc/set/quit_message
+lib/bx/help/4_Misc/set/realname
+lib/bx/help/4_Misc/set/set
+lib/bx/help/4_Misc/set/reverse_status_line
+lib/bx/help/4_Misc/set/reverse_video
+lib/bx/help/4_Misc/set/screen_options
+lib/bx/help/4_Misc/set/scroll
+lib/bx/help/4_Misc/set/scroll_lines
+lib/bx/help/4_Misc/set/scrollback
+lib/bx/help/4_Misc/set/scrollback_ratio
+lib/bx/help/4_Misc/set/security
+lib/bx/help/4_Misc/set/send_ignore_msg
+lib/bx/help/4_Misc/set/shell
+lib/bx/help/4_Misc/set/shell_flags
+lib/bx/help/4_Misc/set/shell_limit
+lib/bx/help/4_Misc/set/show_away_once
+lib/bx/help/4_Misc/set/show_channel_names
+lib/bx/help/4_Misc/set/show_end_of_msgs
+lib/bx/help/4_Misc/set/show_numerics
+lib/bx/help/4_Misc/set/show_status_all
+lib/bx/help/4_Misc/set/show_who_hopcount
+lib/bx/help/4_Misc/set/status_away
+lib/bx/help/4_Misc/set/status_channel
+lib/bx/help/4_Misc/set/status_chanop
+lib/bx/help/4_Misc/set/status_clock
+lib/bx/help/4_Misc/set/status_does_expandos
+lib/bx/help/4_Misc/set/status_format
+lib/bx/help/4_Misc/set/status_hold
+lib/bx/help/4_Misc/set/status_hold_lines
+lib/bx/help/4_Misc/set/status_insert
+lib/bx/help/4_Misc/set/status_mail
+lib/bx/help/4_Misc/set/status_mode
+lib/bx/help/4_Misc/set/status_nick
+lib/bx/help/4_Misc/set/status_no_repeat
+lib/bx/help/4_Misc/set/status_notify
+lib/bx/help/4_Misc/set/status_oper
+lib/bx/help/4_Misc/set/status_overwrite
+lib/bx/help/4_Misc/set/status_query
+lib/bx/help/4_Misc/set/status_scrollback
+lib/bx/help/4_Misc/set/status_server
+lib/bx/help/4_Misc/set/status_truncate_rhs
+lib/bx/help/4_Misc/set/status_umode
+lib/bx/help/4_Misc/set/status_user
+lib/bx/help/4_Misc/set/status_voice
+lib/bx/help/4_Misc/set/status_window
+lib/bx/help/4_Misc/set/tab
+lib/bx/help/4_Misc/set/tab_max
+lib/bx/help/4_Misc/set/suppress_from_remote_server
+lib/bx/help/4_Misc/set/suppress_server_motd
+lib/bx/help/4_Misc/set/underline_video
+lib/bx/help/4_Misc/set/user_information
+lib/bx/help/4_Misc/set/verbose_ctcp
+lib/bx/help/4_Misc/set/warn_of_ignores
+lib/bx/help/4_Misc/set/xterm
+lib/bx/help/4_Misc/set/xterm_options
+lib/bx/help/4_Misc/hostname
+lib/bx/help/4_Misc/digraph
+lib/bx/help/4_Misc/encrypt
+lib/bx/help/4_Misc/history
+lib/bx/help/4_Misc/realname
+lib/bx/help/4_Misc/ircuser
+lib/bx/help/4_Misc/mesg
+lib/bx/help/4_Misc/mlist
+lib/bx/help/4_Misc/mload
+lib/bx/help/4_Misc/note
+lib/bx/help/4_Misc/rbind
+lib/bx/help/4_Misc/cd
+lib/bx/help/4_Misc/summon
+lib/bx/help/4_Misc/unclear
+lib/bx/help/4_Misc/which
+lib/bx/help/4_Misc/beep
+lib/bx/help/4_Misc/abort
+lib/bx/help/4_Misc/4_Misc
+lib/bx/help/4_Misc/clear
+lib/bx/help/6_Functions/6_Functions
+lib/bx/help/6_Functions/absstrlen
+lib/bx/help/6_Functions/addtabkey
+lib/bx/help/6_Functions/after
+lib/bx/help/6_Functions/afterw
+lib/bx/help/6_Functions/ajoinitem
+lib/bx/help/6_Functions/aliasctl
+lib/bx/help/6_Functions/annoy
+lib/bx/help/6_Functions/ascii
+lib/bx/help/6_Functions/before
+lib/bx/help/6_Functions/bitchx
+lib/bx/help/6_Functions/center
+lib/bx/help/6_Functions/cexist
+lib/bx/help/6_Functions/chanmode
+lib/bx/help/6_Functions/channel
+lib/bx/help/6_Functions/chmod
+lib/bx/help/6_Functions/chngw
+lib/bx/help/6_Functions/chop
+lib/bx/help/6_Functions/chops
+lib/bx/help/6_Functions/chr
+lib/bx/help/6_Functions/close
+lib/bx/help/6_Functions/common
+lib/bx/help/6_Functions/connect
+lib/bx/help/6_Functions/convert
+lib/bx/help/6_Functions/copattern
+lib/bx/help/6_Functions/count
+lib/bx/help/6_Functions/cparse
+lib/bx/help/6_Functions/crypt
+lib/bx/help/6_Functions/curpos
+lib/bx/help/6_Functions/currchans
+lib/bx/help/6_Functions/decode
+lib/bx/help/6_Functions/delarray
+lib/bx/help/6_Functions/delitem
+lib/bx/help/6_Functions/deuhc
+lib/bx/help/6_Functions/encode
+lib/bx/help/6_Functions/eof
+lib/bx/help/6_Functions/epic
+lib/bx/help/6_Functions/fexist
+lib/bx/help/6_Functions/filter
+lib/bx/help/6_Functions/finditem
+lib/bx/help/6_Functions/findw
+lib/bx/help/6_Functions/fnexist
+lib/bx/help/6_Functions/fromw
+lib/bx/help/6_Functions/fsize
+lib/bx/help/6_Functions/ftime
+lib/bx/help/6_Functions/geom
+lib/bx/help/6_Functions/getarrays
+lib/bx/help/6_Functions/getenv
+lib/bx/help/6_Functions/getgid
+lib/bx/help/6_Functions/getitem
+lib/bx/help/6_Functions/getlogin
+lib/bx/help/6_Functions/getmatches
+lib/bx/help/6_Functions/getopt
+lib/bx/help/6_Functions/getpgrp
+lib/bx/help/6_Functions/getsets
+lib/bx/help/6_Functions/gettmatch
+lib/bx/help/6_Functions/getuid
+lib/bx/help/6_Functions/glob
+lib/bx/help/6_Functions/gui
+lib/bx/help/6_Functions/idle
+lib/bx/help/6_Functions/ifindfirst
+lib/bx/help/6_Functions/ifinditem
+lib/bx/help/6_Functions/igetmatches
+lib/bx/help/6_Functions/igmask
+lib/bx/help/6_Functions/igtype
+lib/bx/help/6_Functions/index
+lib/bx/help/6_Functions/indextoitem
+lib/bx/help/6_Functions/info
+lib/bx/help/6_Functions/insertw
+lib/bx/help/6_Functions/iptoname
+lib/bx/help/6_Functions/irclib
+lib/bx/help/6_Functions/isalpha
+lib/bx/help/6_Functions/ischannel
+lib/bx/help/6_Functions/ischanop
+lib/bx/help/6_Functions/ischanvoice
+lib/bx/help/6_Functions/isconnected
+lib/bx/help/6_Functions/iscurchan
+lib/bx/help/6_Functions/isdigit
+lib/bx/help/6_Functions/isnumber
+lib/bx/help/6_Functions/itemtoindex
+lib/bx/help/6_Functions/jot
+lib/bx/help/6_Functions/key
+lib/bx/help/6_Functions/lastclickline
+lib/bx/help/6_Functions/lastclickx
+lib/bx/help/6_Functions/lastclicky
+lib/bx/help/6_Functions/lastserver
+lib/bx/help/6_Functions/left
+lib/bx/help/6_Functions/leftpc
+lib/bx/help/6_Functions/leftw
+lib/bx/help/6_Functions/listarray
+lib/bx/help/6_Functions/listen
+lib/bx/help/6_Functions/mask
+lib/bx/help/6_Functions/match
+lib/bx/help/6_Functions/matchitem
+lib/bx/help/6_Functions/menucontrol
+lib/bx/help/6_Functions/mid
+lib/bx/help/6_Functions/midw
+lib/bx/help/6_Functions/mkdir
+lib/bx/help/6_Functions/msar
+lib/bx/help/6_Functions/mychannels
+lib/bx/help/6_Functions/myservers
+lib/bx/help/6_Functions/nametoip
+lib/bx/help/6_Functions/nohighlight
+lib/bx/help/6_Functions/notify
+lib/bx/help/6_Functions/numarrays
+lib/bx/help/6_Functions/numitems
+lib/bx/help/6_Functions/numonchannel
+lib/bx/help/6_Functions/numwords
+lib/bx/help/6_Functions/onchannel
+lib/bx/help/6_Functions/open
+lib/bx/help/6_Functions/pad
+lib/bx/help/6_Functions/pattern
+lib/bx/help/6_Functions/pid
+lib/bx/help/6_Functions/pipe
+lib/bx/help/6_Functions/pop
+lib/bx/help/6_Functions/sar
+lib/bx/help/6_Functions/ppid
+lib/bx/help/6_Functions/printlen
+lib/bx/help/6_Functions/querywin
+lib/bx/help/6_Functions/rand
+lib/bx/help/6_Functions/randread
+lib/bx/help/6_Functions/read
+lib/bx/help/6_Functions/regex
+lib/bx/help/6_Functions/remw
+lib/bx/help/6_Functions/remws
+lib/bx/help/6_Functions/rename
+lib/bx/help/6_Functions/repeat
+lib/bx/help/6_Functions/rest
+lib/bx/help/6_Functions/restw
+lib/bx/help/6_Functions/reverse
+lib/bx/help/6_Functions/revw
+lib/bx/help/6_Functions/rigmask
+lib/bx/help/6_Functions/rigtype
+lib/bx/help/6_Functions/rmdir
+lib/bx/help/6_Functions/servergroup
+lib/bx/help/6_Functions/servername
+lib/bx/help/6_Functions/servernick
+lib/bx/help/6_Functions/serverport
+lib/bx/help/6_Functions/servnum
+lib/bx/help/6_Functions/servports
+lib/bx/help/6_Functions/setitem
+lib/bx/help/6_Functions/shift
+lib/bx/help/6_Functions/sort
+lib/bx/help/6_Functions/splice
+lib/bx/help/6_Functions/split
+lib/bx/help/6_Functions/srand
+lib/bx/help/6_Functions/status
+lib/bx/help/6_Functions/stime
+lib/bx/help/6_Functions/strchr
+lib/bx/help/6_Functions/strftime
+lib/bx/help/6_Functions/strip
+lib/bx/help/6_Functions/stripansi
+lib/bx/help/6_Functions/stripansicodes
+lib/bx/help/6_Functions/stripc
+lib/bx/help/6_Functions/strlen
+lib/bx/help/6_Functions/strrchr
+lib/bx/help/6_Functions/substr
+lib/bx/help/6_Functions/tdiff
+lib/bx/help/6_Functions/time
+lib/bx/help/6_Functions/tolower
+lib/bx/help/6_Functions/topic
+lib/bx/help/6_Functions/toupper
+lib/bx/help/6_Functions/tow
+lib/bx/help/6_Functions/tr
+lib/bx/help/6_Functions/trunc
+lib/bx/help/6_Functions/twiddle
+lib/bx/help/6_Functions/uhc
+lib/bx/help/6_Functions/umask
+lib/bx/help/6_Functions/uname
+lib/bx/help/6_Functions/uniq
+lib/bx/help/6_Functions/unlink
+lib/bx/help/6_Functions/unshift
+lib/bx/help/6_Functions/userhost
+lib/bx/help/6_Functions/usermode
+lib/bx/help/6_Functions/utime
+lib/bx/help/6_Functions/version
+lib/bx/help/6_Functions/which
+lib/bx/help/6_Functions/winbound
+lib/bx/help/6_Functions/winchan
+lib/bx/help/6_Functions/winitem
+lib/bx/help/6_Functions/winlevel
+lib/bx/help/6_Functions/winnam
+lib/bx/help/6_Functions/winnicklist
+lib/bx/help/6_Functions/winnum
+lib/bx/help/6_Functions/winrefs
+lib/bx/help/6_Functions/winserv
+lib/bx/help/6_Functions/winsize
+lib/bx/help/6_Functions/winvisible
+lib/bx/help/6_Functions/word
+lib/bx/help/6_Functions/write
+lib/bx/help/6_Functions/writeb
+lib/bx/help/8_Scripts/2.8script
+lib/bx/help/8_Scripts/8_Scripts
+lib/bx/help/8_Scripts/action
+lib/bx/help/8_Scripts/alias
+lib/bx/help/8_Scripts/autokick
+lib/bx/help/8_Scripts/autoop
+lib/bx/help/8_Scripts/away
+lib/bx/help/8_Scripts/basical
+lib/bx/help/8_Scripts/bigcheese
+lib/bx/help/8_Scripts/brc
+lib/bx/help/8_Scripts/channel
+lib/bx/help/8_Scripts/columns
+lib/bx/help/8_Scripts/commander
+lib/bx/help/8_Scripts/compl.mods
+lib/bx/help/8_Scripts/complete
+lib/bx/help/8_Scripts/country
+lib/bx/help/8_Scripts/cursor
+lib/bx/help/8_Scripts/deban
+lib/bx/help/8_Scripts/deutsch
+lib/bx/help/8_Scripts/disc
+lib/bx/help/8_Scripts/edit
+lib/bx/help/8_Scripts/english
+lib/bx/help/8_Scripts/environment
+lib/bx/help/8_Scripts/events
+lib/bx/help/8_Scripts/events.hop
+lib/bx/help/8_Scripts/fake-dcc
+lib/bx/help/8_Scripts/fe
+lib/bx/help/8_Scripts/guh
+lib/bx/help/8_Scripts/files
+lib/bx/help/8_Scripts/finger
+lib/bx/help/8_Scripts/fnet
+lib/bx/help/8_Scripts/follow
+lib/bx/help/8_Scripts/functions
+lib/bx/help/8_Scripts/funnyban
+lib/bx/help/8_Scripts/genalias
+lib/bx/help/8_Scripts/global
+lib/bx/help/8_Scripts/history
+lib/bx/help/8_Scripts/history-match
+lib/bx/help/8_Scripts/imap
+lib/bx/help/8_Scripts/ircprimer
+lib/bx/help/8_Scripts/ircrc
+lib/bx/help/8_Scripts/keybinds
+lib/bx/help/8_Scripts/kickmenu
+lib/bx/help/8_Scripts/killpath
+lib/bx/help/8_Scripts/kpstat
+lib/bx/help/8_Scripts/less
+lib/bx/help/8_Scripts/list
+lib/bx/help/8_Scripts/local
+lib/bx/help/8_Scripts/log
+lib/bx/help/8_Scripts/ls
+lib/bx/help/8_Scripts/lynx_ircrc
+lib/bx/help/8_Scripts/man
+lib/bx/help/8_Scripts/meta
+lib/bx/help/8_Scripts/meta1
+lib/bx/help/8_Scripts/modes
+lib/bx/help/8_Scripts/more
+lib/bx/help/8_Scripts/msg
+lib/bx/help/8_Scripts/mudirc
+lib/bx/help/8_Scripts/mudlike
+lib/bx/help/8_Scripts/multi
+lib/bx/help/8_Scripts/nemesis
+lib/bx/help/8_Scripts/netsplit
+lib/bx/help/8_Scripts/netsplit.env
+lib/bx/help/8_Scripts/newaway
+lib/bx/help/8_Scripts/newformat
+lib/bx/help/8_Scripts/nicks
+lib/bx/help/8_Scripts/old-dcc
+lib/bx/help/8_Scripts/oldping
+lib/bx/help/8_Scripts/ping
+lib/bx/help/8_Scripts/pipe
+lib/bx/help/8_Scripts/prefix
+lib/bx/help/8_Scripts/recursion
+lib/bx/help/8_Scripts/repeat
+lib/bx/help/8_Scripts/screen
+lib/bx/help/8_Scripts/shell
+lib/bx/help/8_Scripts/silent
+lib/bx/help/8_Scripts/smileys
+lib/bx/help/8_Scripts/sound
+lib/bx/help/8_Scripts/spfix
+lib/bx/help/8_Scripts/starutils
+lib/bx/help/8_Scripts/stat
+lib/bx/help/8_Scripts/tabkey
+lib/bx/help/8_Scripts/tabkey.wc
+lib/bx/help/8_Scripts/tc
+lib/bx/help/8_Scripts/time
+lib/bx/help/8_Scripts/tls
+lib/bx/help/8_Scripts/troy
+lib/bx/help/8_Scripts/uhnotify
+lib/bx/help/8_Scripts/uping
+lib/bx/help/8_Scripts/wallopstat
+lib/bx/help/8_Scripts/webster
+lib/bx/help/8_Scripts/window
+lib/bx/help/7_Docs/About_BitchX
+lib/bx/help/7_Docs/7_Docs
+lib/bx/help/7_Docs/Command_Line
+lib/bx/help/7_Docs/Arrays
+lib/bx/help/7_Docs/Compile_Opts
+lib/bx/help/7_Docs/Copyright
+lib/bx/help/7_Docs/Environment
+lib/bx/help/7_Docs/Etiquette
+lib/bx/help/7_Docs/Expressions
+lib/bx/help/7_Docs/Introduction
+lib/bx/help/7_Docs/Key_Bindings
+lib/bx/help/7_Docs/New_User
+lib/bx/help/7_Docs/Patterns
+lib/bx/help/7_Docs/Programming
+lib/bx/help/7_Docs/Security
+lib/bx/help/7_Docs/Serial_Numbers
+lib/bx/help/7_Docs/Server_List
+lib/bx/help/7_Docs/Server_Numerics
+lib/bx/help/7_Docs/Signals
+lib/bx/help/7_Docs/Special_Vars
+lib/bx/help/7_Docs/Status_Line
+lib/bx/help/7_Docs/Text_Highlight
+lib/bx/help/7_Docs/Updates
+lib/bx/help/1_General/dcc/activecount
+lib/bx/help/1_General/dcc/autoget
+lib/bx/help/1_General/dcc/autooverwrite
+lib/bx/help/1_General/dcc/autorename
+lib/bx/help/1_General/dcc/bot
+lib/bx/help/1_General/dcc/chat
+lib/bx/help/1_General/dcc/close
+lib/bx/help/1_General/dcc/closeall
+lib/bx/help/1_General/dcc/dcc
+lib/bx/help/1_General/dcc/exempt
+lib/bx/help/1_General/dcc/ftp
+lib/bx/help/1_General/dcc/get
+lib/bx/help/1_General/dcc/list
+lib/bx/help/1_General/dcc/quietmode
+lib/bx/help/1_General/dcc/raw
+lib/bx/help/1_General/dcc/reget
+lib/bx/help/1_General/dcc/rename
+lib/bx/help/1_General/dcc/resend
+lib/bx/help/1_General/dcc/resume
+lib/bx/help/1_General/dcc/send
+lib/bx/help/1_General/dcc/showpaths
+lib/bx/help/1_General/dcc/stats
+lib/bx/help/1_General/dcc/tget
+lib/bx/help/1_General/dcc/treget
+lib/bx/help/1_General/dcc/tresend
+lib/bx/help/1_General/dcc/tsend
+lib/bx/help/1_General/ctcp/clientinfo
+lib/bx/help/1_General/ctcp/action
+lib/bx/help/1_General/ctcp/bdcc
+lib/bx/help/1_General/ctcp/cdcc
+lib/bx/help/1_General/ctcp/userinfo
+lib/bx/help/1_General/ctcp/ctcp
+lib/bx/help/1_General/ctcp/echo
+lib/bx/help/1_General/ctcp/finger
+lib/bx/help/1_General/ctcp/ident
+lib/bx/help/1_General/ctcp/invite
+lib/bx/help/1_General/ctcp/op
+lib/bx/help/1_General/ctcp/ops
+lib/bx/help/1_General/ctcp/ping
+lib/bx/help/1_General/ctcp/time
+lib/bx/help/1_General/ctcp/unban
+lib/bx/help/1_General/ctcp/uptime
+lib/bx/help/1_General/ctcp/version
+lib/bx/help/1_General/ctcp/utc
+lib/bx/help/1_General/ctcp/whoami
+lib/bx/help/1_General/ctcp/xdcc
+lib/bx/help/1_General/about
+lib/bx/help/1_General/addforward
+lib/bx/help/1_General/addidle
+lib/bx/help/1_General/addlamenick
+lib/bx/help/1_General/addnoflood
+lib/bx/help/1_General/addshit
+lib/bx/help/1_General/adduser
+lib/bx/help/1_General/addword
+lib/bx/help/1_General/ajoin
+lib/bx/help/1_General/ajoinlist
+lib/bx/help/1_General/away
+lib/bx/help/1_General/awaylog
+lib/bx/help/1_General/awaymsg
+lib/bx/help/1_General/b
+lib/bx/help/1_General/back
+lib/bx/help/1_General/ban
+lib/bx/help/1_General/banstat
+lib/bx/help/1_General/bantype
+lib/bx/help/1_General/banwords
+lib/bx/help/1_General/bk
+lib/bx/help/1_General/bki
+lib/bx/help/1_General/bye
+lib/bx/help/1_General/channel
+lib/bx/help/1_General/chat
+lib/bx/help/1_General/describe
+lib/bx/help/1_General/j
+lib/bx/help/1_General/disconnect
+lib/bx/help/1_General/k
+lib/bx/help/1_General/gone
+lib/bx/help/1_General/help
+lib/bx/help/1_General/ignore
+lib/bx/help/1_General/invite
+lib/bx/help/1_General/join
+lib/bx/help/1_General/kb
+lib/bx/help/1_General/kbi
+lib/bx/help/1_General/kick
+lib/bx/help/1_General/kickidle
+lib/bx/help/1_General/l
+lib/bx/help/1_General/lamenicklist
+lib/bx/help/1_General/lastlog
+lib/bx/help/1_General/leave
+lib/bx/help/1_General/m
+lib/bx/help/1_General/me
+lib/bx/help/1_General/mode
+lib/bx/help/1_General/msg
+lib/bx/help/1_General/nick
+lib/bx/help/1_General/nochat
+lib/bx/help/1_General/noforward
+lib/bx/help/1_General/notice
+lib/bx/help/1_General/notify
+lib/bx/help/1_General/nslookup
+lib/bx/help/1_General/offers
+lib/bx/help/1_General/p
+lib/bx/help/1_General/part
+lib/bx/help/1_General/partall
+lib/bx/help/1_General/ping
+lib/bx/help/1_General/query
+lib/bx/help/1_General/quit
+lib/bx/help/1_General/reconnect
+lib/bx/help/1_General/say
+lib/bx/help/1_General/server
+lib/bx/help/1_General/shitlist
+lib/bx/help/1_General/silence
+lib/bx/help/1_General/showwordkick
+lib/bx/help/1_General/spam
+lib/bx/help/1_General/t
+lib/bx/help/1_General/topic
+lib/bx/help/1_General/unajoin
+lib/bx/help/1_General/unforward
+lib/bx/help/1_General/unidle
+lib/bx/help/1_General/unlamenick
+lib/bx/help/1_General/unshit
+lib/bx/help/1_General/unuser
+lib/bx/help/1_General/unwordkick
+lib/bx/help/1_General/uping
+lib/bx/help/1_General/url
+lib/bx/help/1_General/ver
+lib/bx/help/1_General/wordlist
+lib/bx/help/1_General/1_General
+lib/bx/help/1_General/4op
+lib/bx/help/README_FIRST
+lib/bx/help/commands
+lib/bx/help/findcomm
+lib/bx/help/functions
+lib/bx/help/out
+lib/bx/BitchX.help
+lib/bx/BitchX.ircnames
+lib/bx/BitchX.quit
+lib/bx/BitchX.reasons
+lib/bx/wserv
+man/man1/BitchX.1
+@dirrm lib/bx/help/1_General/dcc
+@dirrm lib/bx/help/1_General/ctcp
+@dirrm lib/bx/help/1_General
+@dirrm lib/bx/help/2_Queries
+@dirrm lib/bx/help/3_Operators
+@dirrm lib/bx/help/4_Misc/bind
+@dirrm lib/bx/help/4_Misc/window
+@dirrm lib/bx/help/4_Misc/set
+@dirrm lib/bx/help/4_Misc/fset
+@dirrm lib/bx/help/4_Misc/wset
+@dirrm lib/bx/help/4_Misc
+@dirrm lib/bx/help/5_Programming/on
+@dirrm lib/bx/help/5_Programming
+@dirrm lib/bx/help/6_Functions
+@dirrm lib/bx/help/7_Docs
+@dirrm lib/bx/help/8_Scripts
+@dirrm lib/bx/help
+@dirrm lib/bx/translation
+@dirrm lib/bx/script
+@dirrm lib/bx