upgrade to BitchX 1.0c11, suggested that anyone having core dumps or weird
problems with negative numbers etc. upgrade to this version. I've also made it so the port installs all the help, script and translation files.
This commit is contained in:
parent
8bd402f8af
commit
e3dcb7e454
@ -1,32 +1,20 @@
|
||||
# $OpenBSD: Makefile,v 1.8 1999/09/27 01:41:50 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 1999/12/06 17:24:18 brad Exp $
|
||||
# $FreeBSD: Makefile,v 1.3 1998/07/21 11:38:44 eivind Exp $
|
||||
|
||||
DISTNAME= ircii-pana-75p3
|
||||
PKGNAME= bitchx-75p3
|
||||
DISTNAME= BitchX-1.0c11
|
||||
PKGNAME= bitchx-1.0c11
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ftp://ftp.bitchx.com/pub/BitchX/source/ \
|
||||
ftp://ftp.bitchx.org/pub/BitchX/source/
|
||||
|
||||
NEED_VERSION= 1.114
|
||||
MASTER_SITES= ftp://ftp.bitchx.com/pub/
|
||||
|
||||
MAINTAINER= brad@openbsd.org
|
||||
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/BitchX
|
||||
WRKSRC= ${WRKDIR}/BitchX
|
||||
|
||||
post-extract:
|
||||
@${CHMOD} u+x ${WRKSRC}/WinNT/include
|
||||
@${CHMOD} u+x ${WRKSRC}/WinNT/source
|
||||
|
||||
post-patch:
|
||||
@${SED} -e s,__PREFIX__,$(PREFIX), $(WRKSRC)/include/config.h > $(WRKSRC)/include/config.h.new
|
||||
@${MV} $(WRKSRC)/include/config.h.new $(WRKSRC)/include/config.h
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/lib/bitchx
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/source/BitchX ${PREFIX}/bin
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/source/wserv ${PREFIX}/bin
|
||||
${INSTALL_DATA} ${WRKSRC}/BitchX.help ${PREFIX}/lib/bitchx
|
||||
post-install:
|
||||
@find ${PREFIX}/share/bitchx/help -name 'CVS' -print | xargs rm -rf
|
||||
@chown -R root.wheel ${PREFIX}/share/bitchx
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (ircii-pana-75p3.tar.gz) = c8365cc2b7aa187c7857cbf0483fd254
|
||||
RMD160 (ircii-pana-75p3.tar.gz) = d1f4d4930442295962fd8a1e90ba2a4117a25f9f
|
||||
SHA1 (ircii-pana-75p3.tar.gz) = ed4d2ee3d5b0547a0a6b9ff81c1f26254ef12f01
|
||||
MD5 (BitchX-1.0c11.tar.gz) = 696c25843fe24114cbd4a24a7d2ac2d7
|
||||
RMD160 (BitchX-1.0c11.tar.gz) = 158ebfe708fb94b10d9ccaacb2d4b7a42e08eddb
|
||||
SHA1 (BitchX-1.0c11.tar.gz) = bda56cd5dab5bab6a9a7c993a9133663b08022d9
|
||||
|
@ -1,29 +1,11 @@
|
||||
--- include/config.h.orig Tue Feb 23 10:59:14 1999
|
||||
+++ include/config.h Wed May 26 11:14:04 1999
|
||||
@@ -33,7 +33,7 @@
|
||||
--- include/config.h.orig Wed Dec 1 22:53:07 1999
|
||||
+++ include/config.h Wed Dec 1 22:53:28 1999
|
||||
@@ -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 ON
|
||||
+#undef WANT_NOTIFY_BITCHX_COM
|
||||
|
||||
|
||||
/*
|
||||
@@ -188,7 +188,7 @@
|
||||
* translation tables from ircII for this to work. Also enable /set TRANSLATE
|
||||
*/
|
||||
|
||||
-#define TRANSLATION_PATH "/usr/local/lib/bx/translation"
|
||||
+#define TRANSLATION_PATH "__PREFIX__/lib/bitchx/translation"
|
||||
|
||||
/*
|
||||
* Below are the IRCII variable defaults. For boolean variables, use 1 for
|
||||
@@ -458,7 +458,7 @@
|
||||
|
||||
#define DEFAULT_FLOATING_POINT_MATH OFF
|
||||
#define DEFAULT_LLOOK OFF
|
||||
-#define DEFAULT_CLOAK ON
|
||||
+#define DEFAULT_CLOAK OFF
|
||||
|
||||
#define DEFAULT_AINV 0
|
||||
#define DEFAULT_ANNOY_KICK OFF
|
||||
|
@ -1,62 +1,44 @@
|
||||
--- configure.orig Tue Feb 23 10:08:42 1999
|
||||
+++ configure Sun Mar 7 20:13:33 1999
|
||||
@@ -4887,7 +4887,7 @@
|
||||
--- configure.orig Fri Oct 29 02:08:41 1999
|
||||
+++ configure Mon Dec 6 10:03:33 1999
|
||||
@@ -8920,11 +8920,11 @@
|
||||
MV="mv"
|
||||
|
||||
if test ! -n "$IRCLIB";
|
||||
then
|
||||
- IRCLIB=\${prefix}/lib/bx
|
||||
+ IRCLIB=\${prefix}/lib/bitchx
|
||||
fi
|
||||
|
||||
if test -n "$nextstep"; then
|
||||
@@ -5274,7 +5274,7 @@
|
||||
if test -z "$CFLAGS"; then CFLAGS=-g -O; fi
|
||||
if test -z "$LDFLAGS"; then LDFLAGS= ; fi
|
||||
if test -z "$bindir"; then bindir=\${exec_prefix}/bin; fi
|
||||
-if test -z "$IRCLIB"; then IRCLIB=\${prefix}/lib/bx; fi
|
||||
+if test -z "$IRCLIB"; then IRCLIB=\${prefix}/lib/bitchx; fi
|
||||
INSTALL_IRC=\${bindir}/\$\(_VERSION_\)
|
||||
-IRCLIB=\${libdir}/bx
|
||||
+IRCLIB=\${datadir}/bitchx
|
||||
IRCPATH=\~/.BitchX:\~/.BitchX/plugins:.:$PLUGINDIR:\$\(INSTALL_SCRIPT\):\$\(IRCLIB\)
|
||||
TRANSLATION_PATH=\$\(IRCLIB\)/translation
|
||||
HELPDIR=\$\(IRCLIB\)/help
|
||||
-INSTALL_WSERV=\$\(IRCLIB\)/wserv
|
||||
+INSTALL_WSERV=\$\(libexecdir\)/wserv-bitchx
|
||||
INSTALL_SCRBX=\${bindir}/scr-bx
|
||||
INSTALL_SCRIPT=\$\(IRCLIB\)/script
|
||||
INSTALL_HELP_CMD="cp -pr bitchx-docs/* \$(HELPDIR)"
|
||||
@@ -9361,27 +9361,3 @@
|
||||
|
||||
|
||||
|
||||
@@ -5657,22 +5657,22 @@
|
||||
echo "To include the CD-ROM player in your bin, edit \"Makefile\" and search for"
|
||||
echo "the CD_* defines and remove the \"#\" in front of each line."
|
||||
fi
|
||||
-echo $_VERSION_ \(C\) 1996-1999 Colten Edwards
|
||||
-echo ----------------------------------------------------------
|
||||
-echo
|
||||
-echo When you are satisfied with your configuration settings, type \"make\" to
|
||||
-echo compile BitchX. When compiling has finished, the binary will be located in
|
||||
-echo the directory: $PWD/source/.
|
||||
-echo The configuration script has finished. You should look through and make any
|
||||
-echo necessary changes to the file \"$srcdir/include/config.h\".
|
||||
-echo When you are satisfied with your configuration settings, type \"make\" to compile
|
||||
-echo $_VERSION_. When make finishes, you can type \"make install\" to install $_VERSION_
|
||||
-echo globally \(if you\'re root\), or else you can type \"make install_local\" to
|
||||
-echo install $_VERSION_ to your home directory.
|
||||
-echo
|
||||
-echo \*\*\* IMPORTANT\! PLEASE READ THE FOLLOWING: \*\*\*
|
||||
-echo \*\*\* IMPORTANT\! PLEASE READ THE FOLLOWING: \*\*\*
|
||||
-echo
|
||||
-echo We are trying to get statistics on the number of BitchX users. In the source
|
||||
-echo directory is the file \"cl.c\". This file contains a function that will send a
|
||||
-echo single UDP packet to BitchX.com. The ONLY information that packet contains
|
||||
-echo is a user\'s BitchX version and OS. The function does NOT interfere with the
|
||||
-echo client in any way, and does NOT receive any information back.
|
||||
-echo
|
||||
-echo single UDP packet to BitchX.com. The ONLY information that packet contains is
|
||||
-echo the user\'s $_VERSION_ version and OS. This function does NOT interfere with the
|
||||
-echo client in any way, and does NOT receive any information back.
|
||||
-echo
|
||||
-echo We are interested in this information for statistical purposes and to improve
|
||||
-echo support for various operating systems. YOU ARE NOT REQUIRED TO CONTRIBUTE TO
|
||||
-echo THIS EFFORT. If you would like to disable this function, remove the line
|
||||
-echo \"#define WANT_NOTIFY_BITCHX_COM ON\" from the following file:
|
||||
-echo $PWD/include/config.h.
|
||||
-echo support for various operating systems. YOU ARE NOT REQUIRED TO CONTRIBUTE TO
|
||||
-echo THIS EFFORT. If you would like to disable this function, remove the line
|
||||
-echo \"#define WANT_NOTIFY_BITCHX_COM ON\" from the file \"$srcdir/include/config.h\".
|
||||
-echo
|
||||
-echo
|
||||
+#echo
|
||||
+#echo When you are satisfied with your configuration settings, type \"make\" to
|
||||
+#echo compile BitchX. When compiling has finished, the binary will be located in
|
||||
+#echo the directory: $PWD/source/.
|
||||
+#echo
|
||||
+#echo \*\*\* IMPORTANT\! PLEASE READ THE FOLLOWING: \*\*\*
|
||||
+#echo
|
||||
+#echo We are trying to get statistics on the number of BitchX users. In the source
|
||||
+#echo directory is the file \"cl.c\". This file contains a function that will send a
|
||||
+#echo single UDP packet to BitchX.com. The ONLY information that packet contains
|
||||
+#echo is a user\'s BitchX version and OS. The function does NOT interfere with the
|
||||
+#echo client in any way, and does NOT receive any information back.
|
||||
+#echo
|
||||
+#echo We are interested in this information for statistical purposes and to improve
|
||||
+#echo support for various operating systems. YOU ARE NOT REQUIRED TO CONTRIBUTE TO
|
||||
+#echo THIS EFFORT. If you would like to disable this function, remove the line
|
||||
+#echo \"#define WANT_NOTIFY_BITCHX_COM ON\" from the following file:
|
||||
+#echo $PWD/include/config.h.
|
||||
+#echo
|
||||
|
@ -1,38 +1,20 @@
|
||||
--- source/misc.c.orig Sun Sep 26 21:24:43 1999
|
||||
+++ source/misc.c Sun Sep 26 21:26:28 1999
|
||||
@@ -4332,7 +4332,7 @@
|
||||
#define MAX_RECURSE 5
|
||||
#define RECURSE_CPARSE
|
||||
--- Makefile.in.orig Tue Nov 9 03:57:57 1999
|
||||
+++ Makefile.in Mon Dec 6 11:30:35 1999
|
||||
@@ -108,14 +108,14 @@
|
||||
LN = @LN@
|
||||
CP = @CP@
|
||||
MV = @MV@
|
||||
-INSTALL = ./bsdinstall -c -s -m 755
|
||||
-INSTALL_DATA = $(topdir)/bsdinstall -c -m 644
|
||||
+INSTALL = $(BSD_INSTALL_PROGRAM)
|
||||
+INSTALL_DATA = $(BSD_INSTALL_DATA)
|
||||
|
||||
-char *convert_output_format_raw(const char *format, const char *str, va_list args)
|
||||
+char *convert_output_format_raw(const char *format, const char *str, ...)
|
||||
{
|
||||
static unsigned char buffer[MAX_RECURSE*BIG_BUFFER_SIZE+1];
|
||||
char buffer2[3*BIG_BUFFER_SIZE+1];
|
||||
@@ -4344,7 +4344,7 @@
|
||||
int old_who_level = who_level;
|
||||
int bold = 0;
|
||||
extern int in_chelp;
|
||||
-/*va_list args;*/
|
||||
+va_list args;
|
||||
int arg_flags;
|
||||
char color_mod[] = "kbgcrmywKBGCRMYWn";
|
||||
VERSION = @VERSION@
|
||||
_VERSION_ = @_VERSION_@
|
||||
|
||||
@@ -4362,7 +4362,7 @@
|
||||
{
|
||||
|
||||
p = (char *)str;
|
||||
-/* va_start(args, str);*/
|
||||
+ va_start(args, str);
|
||||
while(p && *p)
|
||||
{
|
||||
if (*p == '%')
|
||||
@@ -4433,7 +4433,7 @@
|
||||
p++;
|
||||
}
|
||||
}
|
||||
-/* va_end(args);*/
|
||||
+ va_end(args);
|
||||
}
|
||||
else if (str)
|
||||
strcpy(buffer2, str);
|
||||
SHELL = @SHELL@
|
||||
-MAKE = make $(MFLAGS)
|
||||
+MAKE = @MAKE@ $(MFLAGS)
|
||||
MFLAGS ='CC=$(CC)' \
|
||||
'CFLAGS=$(CFLAGS)' \
|
||||
'DEFS=$(DEFS)' \
|
||||
|
@ -1,4 +1,892 @@
|
||||
bin/BitchX
|
||||
bin/wserv
|
||||
lib/bitchx/BitchX.help
|
||||
@dirrm lib/bitchx
|
||||
bin/BitchX-1.0c11
|
||||
bin/scr-bx
|
||||
libexec/wserv-bitchx
|
||||
share/bitchx/BitchX.help
|
||||
share/bitchx/BitchX.ircnames
|
||||
share/bitchx/BitchX.quit
|
||||
share/bitchx/BitchX.reasons
|
||||
share/bitchx/help/1_General/1_General
|
||||
share/bitchx/help/1_General/4op
|
||||
share/bitchx/help/1_General/about
|
||||
share/bitchx/help/1_General/addforward
|
||||
share/bitchx/help/1_General/addidle
|
||||
share/bitchx/help/1_General/adduser
|
||||
share/bitchx/help/1_General/away
|
||||
share/bitchx/help/1_General/describe
|
||||
share/bitchx/help/1_General/disconnect
|
||||
share/bitchx/help/1_General/ignore
|
||||
share/bitchx/help/1_General/invite
|
||||
share/bitchx/help/1_General/kick
|
||||
share/bitchx/help/1_General/me
|
||||
share/bitchx/help/1_General/mode
|
||||
share/bitchx/help/1_General/msg
|
||||
share/bitchx/help/1_General/nick
|
||||
share/bitchx/help/1_General/noforward
|
||||
share/bitchx/help/1_General/notice
|
||||
share/bitchx/help/1_General/notify
|
||||
share/bitchx/help/1_General/nslookup
|
||||
share/bitchx/help/1_General/ping
|
||||
share/bitchx/help/1_General/query
|
||||
share/bitchx/help/1_General/reconnect
|
||||
share/bitchx/help/1_General/say
|
||||
share/bitchx/help/1_General/server
|
||||
share/bitchx/help/1_General/silence
|
||||
share/bitchx/help/1_General/spam
|
||||
share/bitchx/help/1_General/topic
|
||||
share/bitchx/help/1_General/join
|
||||
share/bitchx/help/1_General/part
|
||||
share/bitchx/help/1_General/quit
|
||||
share/bitchx/help/1_General/channel
|
||||
share/bitchx/help/1_General/bye
|
||||
share/bitchx/help/1_General/help
|
||||
share/bitchx/help/1_General/lastlog
|
||||
share/bitchx/help/1_General/unforward
|
||||
share/bitchx/help/1_General/unidle
|
||||
share/bitchx/help/1_General/unuser
|
||||
share/bitchx/help/1_General/url
|
||||
share/bitchx/help/1_General/ctcp/uptime
|
||||
share/bitchx/help/1_General/ctcp/bdcc
|
||||
share/bitchx/help/1_General/ctcp/cdcc
|
||||
share/bitchx/help/1_General/ctcp/ident
|
||||
share/bitchx/help/1_General/ctcp/invite
|
||||
share/bitchx/help/1_General/ctcp/op
|
||||
share/bitchx/help/1_General/ctcp/ops
|
||||
share/bitchx/help/1_General/ctcp/unban
|
||||
share/bitchx/help/1_General/ctcp/whoami
|
||||
share/bitchx/help/1_General/ctcp/xdcc
|
||||
share/bitchx/help/1_General/ctcp/action
|
||||
share/bitchx/help/1_General/ctcp/clientinfo
|
||||
share/bitchx/help/1_General/ctcp/ctcp
|
||||
share/bitchx/help/1_General/ctcp/echo
|
||||
share/bitchx/help/1_General/ctcp/finger
|
||||
share/bitchx/help/1_General/ctcp/ping
|
||||
share/bitchx/help/1_General/ctcp/time
|
||||
share/bitchx/help/1_General/ctcp/userinfo
|
||||
share/bitchx/help/1_General/ctcp/utc
|
||||
share/bitchx/help/1_General/ctcp/version
|
||||
share/bitchx/help/1_General/dcc/chat
|
||||
share/bitchx/help/1_General/dcc/close
|
||||
share/bitchx/help/1_General/dcc/get
|
||||
share/bitchx/help/1_General/dcc/dcc
|
||||
share/bitchx/help/1_General/dcc/list
|
||||
share/bitchx/help/1_General/dcc/raw
|
||||
share/bitchx/help/1_General/dcc/rename
|
||||
share/bitchx/help/1_General/dcc/send
|
||||
share/bitchx/help/1_General/dcc/resume
|
||||
share/bitchx/help/1_General/dcc/closeall
|
||||
share/bitchx/help/2_Queries/wii
|
||||
share/bitchx/help/2_Queries/wilc
|
||||
share/bitchx/help/2_Queries/wilcr
|
||||
share/bitchx/help/2_Queries/wilm
|
||||
share/bitchx/help/2_Queries/wiln
|
||||
share/bitchx/help/2_Queries/ww
|
||||
share/bitchx/help/2_Queries/admin
|
||||
share/bitchx/help/2_Queries/flush
|
||||
share/bitchx/help/2_Queries/info
|
||||
share/bitchx/help/2_Queries/ison
|
||||
share/bitchx/help/2_Queries/links
|
||||
share/bitchx/help/2_Queries/list
|
||||
share/bitchx/help/2_Queries/lusers
|
||||
share/bitchx/help/2_Queries/map
|
||||
share/bitchx/help/2_Queries/motd
|
||||
share/bitchx/help/2_Queries/names
|
||||
share/bitchx/help/2_Queries/stats
|
||||
share/bitchx/help/2_Queries/trace
|
||||
share/bitchx/help/2_Queries/users
|
||||
share/bitchx/help/2_Queries/version
|
||||
share/bitchx/help/2_Queries/who
|
||||
share/bitchx/help/2_Queries/whois
|
||||
share/bitchx/help/2_Queries/whowas
|
||||
share/bitchx/help/2_Queries/time
|
||||
share/bitchx/help/2_Queries/userhost
|
||||
share/bitchx/help/2_Queries/2_Queries
|
||||
share/bitchx/help/2_Queries/userip
|
||||
share/bitchx/help/3_Operators/tkline
|
||||
share/bitchx/help/3_Operators/deoper
|
||||
share/bitchx/help/3_Operators/dline
|
||||
share/bitchx/help/3_Operators/helpop
|
||||
share/bitchx/help/3_Operators/helpserv
|
||||
share/bitchx/help/3_Operators/kline
|
||||
share/bitchx/help/3_Operators/locop
|
||||
share/bitchx/help/3_Operators/sping
|
||||
share/bitchx/help/3_Operators/swallop
|
||||
share/bitchx/help/3_Operators/unkline
|
||||
share/bitchx/help/3_Operators/connect
|
||||
share/bitchx/help/3_Operators/die
|
||||
share/bitchx/help/3_Operators/hash
|
||||
share/bitchx/help/3_Operators/kill
|
||||
share/bitchx/help/3_Operators/oper
|
||||
share/bitchx/help/3_Operators/rehash
|
||||
share/bitchx/help/3_Operators/restart
|
||||
share/bitchx/help/3_Operators/rping
|
||||
share/bitchx/help/3_Operators/squit
|
||||
share/bitchx/help/3_Operators/uping
|
||||
share/bitchx/help/3_Operators/wallops
|
||||
share/bitchx/help/3_Operators/3_Operators
|
||||
share/bitchx/help/4_Misc/bind/paste_to_input
|
||||
share/bitchx/help/4_Misc/bind/backspace
|
||||
share/bitchx/help/4_Misc/bind/backward_character
|
||||
share/bitchx/help/4_Misc/bind/backward_history
|
||||
share/bitchx/help/4_Misc/bind/backward_word
|
||||
share/bitchx/help/4_Misc/bind/beginning_of_line
|
||||
share/bitchx/help/4_Misc/bind/bind
|
||||
share/bitchx/help/4_Misc/bind/bold
|
||||
share/bitchx/help/4_Misc/bind/clear_screen
|
||||
share/bitchx/help/4_Misc/bind/command_completion
|
||||
share/bitchx/help/4_Misc/bind/delete_character
|
||||
share/bitchx/help/4_Misc/bind/delete_next_word
|
||||
share/bitchx/help/4_Misc/bind/delete_previous_word
|
||||
share/bitchx/help/4_Misc/bind/delete_to_previous_space
|
||||
share/bitchx/help/4_Misc/bind/end_of_line
|
||||
share/bitchx/help/4_Misc/bind/enter_digraph
|
||||
share/bitchx/help/4_Misc/bind/enter_menu
|
||||
share/bitchx/help/4_Misc/bind/erase_line
|
||||
share/bitchx/help/4_Misc/bind/erase_to_beg_of_line
|
||||
share/bitchx/help/4_Misc/bind/erase_to_end_of_line
|
||||
share/bitchx/help/4_Misc/bind/forward_character
|
||||
share/bitchx/help/4_Misc/bind/forward_history
|
||||
share/bitchx/help/4_Misc/bind/forward_word
|
||||
share/bitchx/help/4_Misc/bind/highlight_off
|
||||
share/bitchx/help/4_Misc/bind/meta1_character
|
||||
share/bitchx/help/4_Misc/bind/meta4_character
|
||||
share/bitchx/help/4_Misc/bind/next_window
|
||||
share/bitchx/help/4_Misc/bind/nothing
|
||||
share/bitchx/help/4_Misc/bind/parse_command
|
||||
share/bitchx/help/4_Misc/bind/previous_window
|
||||
share/bitchx/help/4_Misc/bind/quit_irc
|
||||
share/bitchx/help/4_Misc/bind/quote_character
|
||||
share/bitchx/help/4_Misc/bind/refresh_inputline
|
||||
share/bitchx/help/4_Misc/bind/refresh_screen
|
||||
share/bitchx/help/4_Misc/bind/reverse
|
||||
share/bitchx/help/4_Misc/bind/scroll_backward
|
||||
share/bitchx/help/4_Misc/bind/scroll_end
|
||||
share/bitchx/help/4_Misc/bind/scroll_forward
|
||||
share/bitchx/help/4_Misc/bind/scroll_start
|
||||
share/bitchx/help/4_Misc/bind/self_insert
|
||||
share/bitchx/help/4_Misc/bind/send_line
|
||||
share/bitchx/help/4_Misc/bind/shove_to_history
|
||||
share/bitchx/help/4_Misc/bind/stop_irc
|
||||
share/bitchx/help/4_Misc/bind/swap_last_window
|
||||
share/bitchx/help/4_Misc/bind/swap_next_window
|
||||
share/bitchx/help/4_Misc/bind/swap_previous_window
|
||||
share/bitchx/help/4_Misc/bind/switch_channels
|
||||
share/bitchx/help/4_Misc/bind/toggle_insert_mode
|
||||
share/bitchx/help/4_Misc/bind/toggle_stop_screen
|
||||
share/bitchx/help/4_Misc/bind/transpose_characters
|
||||
share/bitchx/help/4_Misc/bind/type_text
|
||||
share/bitchx/help/4_Misc/bind/underline
|
||||
share/bitchx/help/4_Misc/bind/unstop_all_windows
|
||||
share/bitchx/help/4_Misc/bind/yank_from_cutbuffer
|
||||
share/bitchx/help/4_Misc/bind/unclear_screen
|
||||
share/bitchx/help/4_Misc/bind/blink
|
||||
share/bitchx/help/4_Misc/note
|
||||
share/bitchx/help/4_Misc/set/beep
|
||||
share/bitchx/help/4_Misc/set/always_split_biggest
|
||||
share/bitchx/help/4_Misc/set/auto_new_nick
|
||||
share/bitchx/help/4_Misc/set/auto_rejoin
|
||||
share/bitchx/help/4_Misc/set/auto_unmark_away
|
||||
share/bitchx/help/4_Misc/set/auto_whowas
|
||||
share/bitchx/help/4_Misc/set/beep_max
|
||||
share/bitchx/help/4_Misc/set/beep_on_msg
|
||||
share/bitchx/help/4_Misc/set/beep_when_away
|
||||
share/bitchx/help/4_Misc/set/bold_video
|
||||
share/bitchx/help/4_Misc/set/channel_name_width
|
||||
share/bitchx/help/4_Misc/set/client_information
|
||||
share/bitchx/help/4_Misc/set/clock
|
||||
share/bitchx/help/4_Misc/set/clock_24hour
|
||||
share/bitchx/help/4_Misc/set/clock_alarm
|
||||
share/bitchx/help/4_Misc/set/cmdchars
|
||||
share/bitchx/help/4_Misc/set/command_mode
|
||||
share/bitchx/help/4_Misc/set/comment_hack
|
||||
share/bitchx/help/4_Misc/set/continued_line
|
||||
share/bitchx/help/4_Misc/set/dcc_long_pathnames
|
||||
share/bitchx/help/4_Misc/set/dcc_sliding_window
|
||||
share/bitchx/help/4_Misc/set/dcc_store_path
|
||||
share/bitchx/help/4_Misc/set/debug
|
||||
share/bitchx/help/4_Misc/set/display
|
||||
share/bitchx/help/4_Misc/set/display_ansi
|
||||
share/bitchx/help/4_Misc/set/eight_bit_characters
|
||||
share/bitchx/help/4_Misc/set/encrypt_program
|
||||
share/bitchx/help/4_Misc/set/floating_point_math
|
||||
share/bitchx/help/4_Misc/set/flood_after
|
||||
share/bitchx/help/4_Misc/set/flood_rate
|
||||
share/bitchx/help/4_Misc/set/flood_users
|
||||
share/bitchx/help/4_Misc/set/flood_warning
|
||||
share/bitchx/help/4_Misc/set/full_status_line
|
||||
share/bitchx/help/4_Misc/set/help_pager
|
||||
share/bitchx/help/4_Misc/set/help_path
|
||||
share/bitchx/help/4_Misc/set/help_prompt
|
||||
share/bitchx/help/4_Misc/set/status_voice
|
||||
share/bitchx/help/4_Misc/set/help_window
|
||||
share/bitchx/help/4_Misc/set/hide_private_channels
|
||||
share/bitchx/help/4_Misc/set/highlight_char
|
||||
share/bitchx/help/4_Misc/set/history
|
||||
share/bitchx/help/4_Misc/set/history_file
|
||||
share/bitchx/help/4_Misc/set/hold_mode
|
||||
share/bitchx/help/4_Misc/set/indent
|
||||
share/bitchx/help/4_Misc/set/input_aliases
|
||||
share/bitchx/help/4_Misc/set/input_prompt
|
||||
share/bitchx/help/4_Misc/set/insert_mode
|
||||
share/bitchx/help/4_Misc/set/inverse_video
|
||||
share/bitchx/help/4_Misc/set/lastlog
|
||||
share/bitchx/help/4_Misc/set/lastlog_level
|
||||
share/bitchx/help/4_Misc/set/load_path
|
||||
share/bitchx/help/4_Misc/set/log
|
||||
share/bitchx/help/4_Misc/set/logfile
|
||||
share/bitchx/help/4_Misc/set/mail
|
||||
share/bitchx/help/4_Misc/set/max_recursions
|
||||
share/bitchx/help/4_Misc/set/menu
|
||||
share/bitchx/help/4_Misc/set/mode_stripper
|
||||
share/bitchx/help/4_Misc/set/notify_handler
|
||||
share/bitchx/help/4_Misc/set/notify_level
|
||||
share/bitchx/help/4_Misc/set/notify_on_termination
|
||||
share/bitchx/help/4_Misc/set/novice
|
||||
share/bitchx/help/4_Misc/set/no_ctcp_flood
|
||||
share/bitchx/help/4_Misc/set/num_of_whowas
|
||||
share/bitchx/help/4_Misc/set/pad_char
|
||||
share/bitchx/help/4_Misc/set/realname
|
||||
share/bitchx/help/4_Misc/set/screen_options
|
||||
share/bitchx/help/4_Misc/set/scroll
|
||||
share/bitchx/help/4_Misc/set/scroll_lines
|
||||
share/bitchx/help/4_Misc/set/security
|
||||
share/bitchx/help/4_Misc/set/send_ignore_msg
|
||||
share/bitchx/help/4_Misc/set/set
|
||||
share/bitchx/help/4_Misc/set/shell
|
||||
share/bitchx/help/4_Misc/set/shell_flags
|
||||
share/bitchx/help/4_Misc/set/shell_limit
|
||||
share/bitchx/help/4_Misc/set/show_away_once
|
||||
share/bitchx/help/4_Misc/set/show_channel_names
|
||||
share/bitchx/help/4_Misc/set/show_end_of_msgs
|
||||
share/bitchx/help/4_Misc/set/show_numerics
|
||||
share/bitchx/help/4_Misc/set/show_status_all
|
||||
share/bitchx/help/4_Misc/set/show_who_hopcount
|
||||
share/bitchx/help/4_Misc/set/status_away
|
||||
share/bitchx/help/4_Misc/set/status_channel
|
||||
share/bitchx/help/4_Misc/set/status_chanop
|
||||
share/bitchx/help/4_Misc/set/status_clock
|
||||
share/bitchx/help/4_Misc/set/status_format
|
||||
share/bitchx/help/4_Misc/set/status_hold
|
||||
share/bitchx/help/4_Misc/set/status_hold_lines
|
||||
share/bitchx/help/4_Misc/set/status_insert
|
||||
share/bitchx/help/4_Misc/set/status_mail
|
||||
share/bitchx/help/4_Misc/set/status_mode
|
||||
share/bitchx/help/4_Misc/set/tab
|
||||
share/bitchx/help/4_Misc/set/status_notify
|
||||
share/bitchx/help/4_Misc/set/status_no_repeat
|
||||
share/bitchx/help/4_Misc/set/status_oper
|
||||
share/bitchx/help/4_Misc/set/status_overwrite
|
||||
share/bitchx/help/4_Misc/set/status_query
|
||||
share/bitchx/help/4_Misc/set/status_server
|
||||
share/bitchx/help/4_Misc/set/status_umode
|
||||
share/bitchx/help/4_Misc/set/status_user
|
||||
share/bitchx/help/4_Misc/set/status_window
|
||||
share/bitchx/help/4_Misc/set/suppress_from_remote_server
|
||||
share/bitchx/help/4_Misc/set/suppress_server_motd
|
||||
share/bitchx/help/4_Misc/set/tab_max
|
||||
share/bitchx/help/4_Misc/set/underline_video
|
||||
share/bitchx/help/4_Misc/set/user_information
|
||||
share/bitchx/help/4_Misc/set/verbose_ctcp
|
||||
share/bitchx/help/4_Misc/set/warn_of_ignores
|
||||
share/bitchx/help/4_Misc/set/xterm_options
|
||||
share/bitchx/help/4_Misc/set/connect_timeout
|
||||
share/bitchx/help/4_Misc/set/banner
|
||||
share/bitchx/help/4_Misc/set/dispatch_unknown_command
|
||||
share/bitchx/help/4_Misc/set/quit_message
|
||||
share/bitchx/help/4_Misc/set/auto_rejoin_delay
|
||||
share/bitchx/help/4_Misc/set/auto_reconnect_delay
|
||||
share/bitchx/help/4_Misc/set/notify_interval
|
||||
share/bitchx/help/4_Misc/set/do_notify_immediately
|
||||
share/bitchx/help/4_Misc/set/xterm
|
||||
share/bitchx/help/4_Misc/set/notify_userhost_automatic
|
||||
share/bitchx/help/4_Misc/set/nd_space_max
|
||||
share/bitchx/help/4_Misc/set/clock_format
|
||||
share/bitchx/help/4_Misc/set/banner_expand
|
||||
share/bitchx/help/4_Misc/set/status_nick
|
||||
share/bitchx/help/4_Misc/set/no_control_log
|
||||
share/bitchx/help/4_Misc/set/status_does_expandos
|
||||
share/bitchx/help/4_Misc/set/status_scrollback
|
||||
share/bitchx/help/4_Misc/set/no_fail_disconnect
|
||||
share/bitchx/help/4_Misc/set/scrollback
|
||||
share/bitchx/help/4_Misc/set/cpu_saver_after
|
||||
share/bitchx/help/4_Misc/set/cpu_saver_every
|
||||
share/bitchx/help/4_Misc/set/blink_video
|
||||
share/bitchx/help/4_Misc/set/reverse_video
|
||||
share/bitchx/help/4_Misc/set/high_bit_escape
|
||||
share/bitchx/help/4_Misc/set/dcc_auto_timeout
|
||||
share/bitchx/help/4_Misc/set/color
|
||||
share/bitchx/help/4_Misc/set/mirc_broken_dcc_resume
|
||||
share/bitchx/help/4_Misc/set/scrollback_ratio
|
||||
share/bitchx/help/4_Misc/set/current_window_level
|
||||
share/bitchx/help/4_Misc/set/status_truncate_rhs
|
||||
share/bitchx/help/4_Misc/set/reverse_status_line
|
||||
share/bitchx/help/4_Misc/abort
|
||||
share/bitchx/help/4_Misc/beep
|
||||
share/bitchx/help/4_Misc/cd
|
||||
share/bitchx/help/4_Misc/clear
|
||||
share/bitchx/help/4_Misc/hostname
|
||||
share/bitchx/help/4_Misc/ircuser
|
||||
share/bitchx/help/4_Misc/mesg
|
||||
share/bitchx/help/4_Misc/mload
|
||||
share/bitchx/help/4_Misc/mlist
|
||||
share/bitchx/help/4_Misc/rbind
|
||||
share/bitchx/help/4_Misc/realname
|
||||
share/bitchx/help/4_Misc/summon
|
||||
share/bitchx/help/4_Misc/which
|
||||
share/bitchx/help/4_Misc/digraph
|
||||
share/bitchx/help/4_Misc/history
|
||||
share/bitchx/help/4_Misc/window/font
|
||||
share/bitchx/help/4_Misc/window/menu
|
||||
share/bitchx/help/4_Misc/window/setwindowpos
|
||||
share/bitchx/help/4_Misc/window/add
|
||||
share/bitchx/help/4_Misc/window/back
|
||||
share/bitchx/help/4_Misc/window/balance
|
||||
share/bitchx/help/4_Misc/window/channel
|
||||
share/bitchx/help/4_Misc/window/create
|
||||
share/bitchx/help/4_Misc/window/delete
|
||||
share/bitchx/help/4_Misc/window/goto
|
||||
share/bitchx/help/4_Misc/window/grow
|
||||
share/bitchx/help/4_Misc/window/hide
|
||||
share/bitchx/help/4_Misc/window/hide_others
|
||||
share/bitchx/help/4_Misc/window/hold_mode
|
||||
share/bitchx/help/4_Misc/window/kill
|
||||
share/bitchx/help/4_Misc/window/bind
|
||||
share/bitchx/help/4_Misc/window/kill_others
|
||||
share/bitchx/help/4_Misc/window/last
|
||||
share/bitchx/help/4_Misc/window/lastlog_level
|
||||
share/bitchx/help/4_Misc/window/level
|
||||
share/bitchx/help/4_Misc/window/list
|
||||
share/bitchx/help/4_Misc/window/log
|
||||
share/bitchx/help/4_Misc/window/logfile
|
||||
share/bitchx/help/4_Misc/window/move
|
||||
share/bitchx/help/4_Misc/window/name
|
||||
share/bitchx/help/4_Misc/window/new
|
||||
share/bitchx/help/4_Misc/window/next
|
||||
share/bitchx/help/4_Misc/window/notify
|
||||
share/bitchx/help/4_Misc/window/notify_level
|
||||
share/bitchx/help/4_Misc/window/number
|
||||
share/bitchx/help/4_Misc/window/pop
|
||||
share/bitchx/help/4_Misc/window/previous
|
||||
share/bitchx/help/4_Misc/window/prompt
|
||||
share/bitchx/help/4_Misc/window/push
|
||||
share/bitchx/help/4_Misc/window/refnum
|
||||
share/bitchx/help/4_Misc/window/remove
|
||||
share/bitchx/help/4_Misc/window/scroll
|
||||
share/bitchx/help/4_Misc/window/server
|
||||
share/bitchx/help/4_Misc/window/show
|
||||
share/bitchx/help/4_Misc/window/shrink
|
||||
share/bitchx/help/4_Misc/window/size
|
||||
share/bitchx/help/4_Misc/window/stack
|
||||
share/bitchx/help/4_Misc/window/swap
|
||||
share/bitchx/help/4_Misc/window/window
|
||||
share/bitchx/help/4_Misc/window/killswap
|
||||
share/bitchx/help/4_Misc/window/unbind
|
||||
share/bitchx/help/4_Misc/window/double
|
||||
share/bitchx/help/4_Misc/window/beep_always
|
||||
share/bitchx/help/4_Misc/window/lastlog
|
||||
share/bitchx/help/4_Misc/window/fixed
|
||||
share/bitchx/help/4_Misc/window/skip
|
||||
share/bitchx/help/4_Misc/window/discon
|
||||
share/bitchx/help/4_Misc/window/scratch
|
||||
share/bitchx/help/4_Misc/window/noserv
|
||||
share/bitchx/help/4_Misc/window/echo
|
||||
share/bitchx/help/4_Misc/window/query
|
||||
share/bitchx/help/4_Misc/window/status_special
|
||||
share/bitchx/help/4_Misc/encrypt
|
||||
share/bitchx/help/4_Misc/4_Misc
|
||||
share/bitchx/help/4_Misc/unclear
|
||||
share/bitchx/help/5_Programming/filedialog
|
||||
share/bitchx/help/5_Programming/fontdialog
|
||||
share/bitchx/help/5_Programming/menu
|
||||
share/bitchx/help/5_Programming/menuitem
|
||||
share/bitchx/help/5_Programming/pmpaste
|
||||
share/bitchx/help/5_Programming/popupmenu
|
||||
share/bitchx/help/5_Programming/popupmsg
|
||||
share/bitchx/help/5_Programming/properties
|
||||
share/bitchx/help/5_Programming/submenu
|
||||
share/bitchx/help/5_Programming/alias
|
||||
share/bitchx/help/5_Programming/assign
|
||||
share/bitchx/help/5_Programming/call
|
||||
share/bitchx/help/5_Programming/comment
|
||||
share/bitchx/help/5_Programming/dump
|
||||
share/bitchx/help/5_Programming/echo
|
||||
share/bitchx/help/5_Programming/eval
|
||||
share/bitchx/help/5_Programming/fe
|
||||
share/bitchx/help/5_Programming/for
|
||||
share/bitchx/help/5_Programming/foreach
|
||||
share/bitchx/help/5_Programming/hook
|
||||
share/bitchx/help/5_Programming/if
|
||||
share/bitchx/help/5_Programming/input
|
||||
share/bitchx/help/5_Programming/parsekey
|
||||
share/bitchx/help/5_Programming/pop
|
||||
share/bitchx/help/5_Programming/push
|
||||
share/bitchx/help/5_Programming/queue
|
||||
share/bitchx/help/5_Programming/quote
|
||||
share/bitchx/help/5_Programming/send
|
||||
share/bitchx/help/5_Programming/sendline
|
||||
share/bitchx/help/5_Programming/sleep
|
||||
share/bitchx/help/5_Programming/stub
|
||||
share/bitchx/help/5_Programming/switch
|
||||
share/bitchx/help/5_Programming/timer
|
||||
share/bitchx/help/5_Programming/type
|
||||
share/bitchx/help/5_Programming/wait
|
||||
share/bitchx/help/5_Programming/while
|
||||
share/bitchx/help/5_Programming/xecho
|
||||
share/bitchx/help/5_Programming/xtype
|
||||
share/bitchx/help/5_Programming/do
|
||||
share/bitchx/help/5_Programming/on/on~
|
||||
share/bitchx/help/5_Programming/on/ctcp
|
||||
share/bitchx/help/5_Programming/on/send_to_server
|
||||
share/bitchx/help/5_Programming/on/action
|
||||
share/bitchx/help/5_Programming/on/channel_nick
|
||||
share/bitchx/help/5_Programming/on/channel_signoff
|
||||
share/bitchx/help/5_Programming/on/connect
|
||||
share/bitchx/help/5_Programming/on/ctcp_reply
|
||||
share/bitchx/help/5_Programming/on/dcc_chat
|
||||
share/bitchx/help/5_Programming/on/dcc_connect
|
||||
share/bitchx/help/5_Programming/on/dcc_lost
|
||||
share/bitchx/help/5_Programming/on/dcc_raw
|
||||
share/bitchx/help/5_Programming/on/dcc_request
|
||||
share/bitchx/help/5_Programming/on/disconnect
|
||||
share/bitchx/help/5_Programming/on/encrypted_notice
|
||||
share/bitchx/help/5_Programming/on/encrypted_privmsg
|
||||
share/bitchx/help/5_Programming/on/exec
|
||||
share/bitchx/help/5_Programming/on/exec_errors
|
||||
share/bitchx/help/5_Programming/on/exec_exit
|
||||
share/bitchx/help/5_Programming/on/exec_prompt
|
||||
share/bitchx/help/5_Programming/on/exit
|
||||
share/bitchx/help/5_Programming/on/flood
|
||||
share/bitchx/help/5_Programming/on/help
|
||||
share/bitchx/help/5_Programming/on/hook
|
||||
share/bitchx/help/5_Programming/on/idle
|
||||
share/bitchx/help/5_Programming/on/input
|
||||
share/bitchx/help/5_Programming/on/invite
|
||||
share/bitchx/help/5_Programming/on/join
|
||||
share/bitchx/help/5_Programming/on/kick
|
||||
share/bitchx/help/5_Programming/on/leave
|
||||
share/bitchx/help/5_Programming/on/list
|
||||
share/bitchx/help/5_Programming/on/mail
|
||||
share/bitchx/help/5_Programming/on/mode
|
||||
share/bitchx/help/5_Programming/on/mode_stripped
|
||||
share/bitchx/help/5_Programming/on/msg
|
||||
share/bitchx/help/5_Programming/on/msg_group
|
||||
share/bitchx/help/5_Programming/on/names
|
||||
share/bitchx/help/5_Programming/on/nickname
|
||||
share/bitchx/help/5_Programming/on/note
|
||||
share/bitchx/help/5_Programming/on/notice
|
||||
share/bitchx/help/5_Programming/on/notify_signoff
|
||||
share/bitchx/help/5_Programming/on/notify_signon
|
||||
share/bitchx/help/5_Programming/on/pong
|
||||
share/bitchx/help/5_Programming/on/public
|
||||
share/bitchx/help/5_Programming/on/public_msg
|
||||
share/bitchx/help/5_Programming/on/public_notice
|
||||
share/bitchx/help/5_Programming/on/public_other
|
||||
share/bitchx/help/5_Programming/on/raw_irc
|
||||
share/bitchx/help/5_Programming/on/send_action
|
||||
share/bitchx/help/5_Programming/on/send_dcc_chat
|
||||
share/bitchx/help/5_Programming/on/send_msg
|
||||
share/bitchx/help/5_Programming/on/send_notice
|
||||
share/bitchx/help/5_Programming/on/send_public
|
||||
share/bitchx/help/5_Programming/on/server_notice
|
||||
share/bitchx/help/5_Programming/on/signoff
|
||||
share/bitchx/help/5_Programming/on/silence
|
||||
share/bitchx/help/5_Programming/on/timer
|
||||
share/bitchx/help/5_Programming/on/topic
|
||||
share/bitchx/help/5_Programming/on/wall
|
||||
share/bitchx/help/5_Programming/on/wallop
|
||||
share/bitchx/help/5_Programming/on/who
|
||||
share/bitchx/help/5_Programming/on/widelist
|
||||
share/bitchx/help/5_Programming/on/window
|
||||
share/bitchx/help/5_Programming/on/window_kill
|
||||
share/bitchx/help/5_Programming/on/on
|
||||
share/bitchx/help/5_Programming/on/odd_server_stuff
|
||||
share/bitchx/help/5_Programming/on/status_update
|
||||
share/bitchx/help/5_Programming/on/set
|
||||
share/bitchx/help/5_Programming/on/oper_notice
|
||||
share/bitchx/help/5_Programming/on/kill
|
||||
share/bitchx/help/5_Programming/on/dcc_list
|
||||
share/bitchx/help/5_Programming/on/window_create
|
||||
share/bitchx/help/5_Programming/on/redirect
|
||||
share/bitchx/help/5_Programming/on/yell
|
||||
share/bitchx/help/5_Programming/on/dcc_offer
|
||||
share/bitchx/help/5_Programming/on/server_lost
|
||||
share/bitchx/help/5_Programming/on/unload
|
||||
share/bitchx/help/5_Programming/on/send_ctcp
|
||||
share/bitchx/help/5_Programming/stack
|
||||
share/bitchx/help/5_Programming/unshift
|
||||
share/bitchx/help/5_Programming/pretend
|
||||
share/bitchx/help/5_Programming/load
|
||||
share/bitchx/help/5_Programming/exec
|
||||
share/bitchx/help/5_Programming/redirect
|
||||
share/bitchx/help/5_Programming/save
|
||||
share/bitchx/help/5_Programming/5_Programming
|
||||
share/bitchx/help/5_Programming/repeat
|
||||
share/bitchx/help/5_Programming/local
|
||||
share/bitchx/help/5_Programming/setenv
|
||||
share/bitchx/help/5_Programming/shook
|
||||
share/bitchx/help/5_Programming/continue
|
||||
share/bitchx/help/5_Programming/break
|
||||
share/bitchx/help/5_Programming/return
|
||||
share/bitchx/help/5_Programming/bless
|
||||
share/bitchx/help/5_Programming/xeval
|
||||
share/bitchx/help/5_Programming/package
|
||||
share/bitchx/help/5_Programming/unload
|
||||
share/bitchx/help/5_Programming/blah
|
||||
share/bitchx/help/5_Programming/usleep
|
||||
share/bitchx/help/6_Functions/absstrlen
|
||||
share/bitchx/help/6_Functions/addtabkey
|
||||
share/bitchx/help/6_Functions/ajoinitem
|
||||
share/bitchx/help/6_Functions/annoy
|
||||
share/bitchx/help/6_Functions/bitchx
|
||||
share/bitchx/help/6_Functions/gui
|
||||
share/bitchx/help/6_Functions/lastclickline
|
||||
share/bitchx/help/6_Functions/lastclickx
|
||||
share/bitchx/help/6_Functions/lastclicky
|
||||
share/bitchx/help/6_Functions/menucontrol
|
||||
share/bitchx/help/6_Functions/servergroup
|
||||
share/bitchx/help/6_Functions/serverport
|
||||
share/bitchx/help/6_Functions/topic
|
||||
share/bitchx/help/6_Functions/winitem
|
||||
share/bitchx/help/6_Functions/after
|
||||
share/bitchx/help/6_Functions/writeb
|
||||
share/bitchx/help/6_Functions/write
|
||||
share/bitchx/help/6_Functions/word
|
||||
share/bitchx/help/6_Functions/winvisible
|
||||
share/bitchx/help/6_Functions/winsize
|
||||
share/bitchx/help/6_Functions/winserv
|
||||
share/bitchx/help/6_Functions/winnum
|
||||
share/bitchx/help/6_Functions/winnam
|
||||
share/bitchx/help/6_Functions/which
|
||||
share/bitchx/help/6_Functions/version
|
||||
share/bitchx/help/6_Functions/utime
|
||||
share/bitchx/help/6_Functions/usermode
|
||||
share/bitchx/help/6_Functions/userhost
|
||||
share/bitchx/help/6_Functions/unshift
|
||||
share/bitchx/help/6_Functions/unlink
|
||||
share/bitchx/help/6_Functions/uniq
|
||||
share/bitchx/help/6_Functions/umask
|
||||
share/bitchx/help/6_Functions/twiddle
|
||||
share/bitchx/help/6_Functions/trunc
|
||||
share/bitchx/help/6_Functions/tr
|
||||
share/bitchx/help/6_Functions/tow
|
||||
share/bitchx/help/6_Functions/toupper
|
||||
share/bitchx/help/6_Functions/tolower
|
||||
share/bitchx/help/6_Functions/time
|
||||
share/bitchx/help/6_Functions/tdiff
|
||||
share/bitchx/help/6_Functions/shift
|
||||
share/bitchx/help/6_Functions/strlen
|
||||
share/bitchx/help/6_Functions/fromw
|
||||
share/bitchx/help/6_Functions/stripansi
|
||||
share/bitchx/help/6_Functions/strip
|
||||
share/bitchx/help/6_Functions/strftime
|
||||
share/bitchx/help/6_Functions/stime
|
||||
share/bitchx/help/6_Functions/srand
|
||||
share/bitchx/help/6_Functions/split
|
||||
share/bitchx/help/6_Functions/splice
|
||||
share/bitchx/help/6_Functions/sort
|
||||
share/bitchx/help/6_Functions/setitem
|
||||
share/bitchx/help/6_Functions/servername
|
||||
share/bitchx/help/6_Functions/sar
|
||||
share/bitchx/help/6_Functions/rmdir
|
||||
share/bitchx/help/6_Functions/revw
|
||||
share/bitchx/help/6_Functions/reverse
|
||||
share/bitchx/help/6_Functions/restw
|
||||
share/bitchx/help/6_Functions/repeat
|
||||
share/bitchx/help/6_Functions/rename
|
||||
share/bitchx/help/6_Functions/remw
|
||||
share/bitchx/help/6_Functions/read
|
||||
share/bitchx/help/6_Functions/rand
|
||||
share/bitchx/help/6_Functions/ppid
|
||||
share/bitchx/help/6_Functions/pop
|
||||
share/bitchx/help/6_Functions/pid
|
||||
share/bitchx/help/6_Functions/pattern
|
||||
share/bitchx/help/6_Functions/matchitem
|
||||
share/bitchx/help/6_Functions/match
|
||||
share/bitchx/help/6_Functions/index
|
||||
share/bitchx/help/6_Functions/leftw
|
||||
share/bitchx/help/6_Functions/mid
|
||||
share/bitchx/help/6_Functions/left
|
||||
share/bitchx/help/6_Functions/filter
|
||||
share/bitchx/help/6_Functions/open
|
||||
share/bitchx/help/6_Functions/onchannel
|
||||
share/bitchx/help/6_Functions/numwords
|
||||
share/bitchx/help/6_Functions/numonchannel
|
||||
share/bitchx/help/6_Functions/numitems
|
||||
share/bitchx/help/6_Functions/numarrays
|
||||
share/bitchx/help/6_Functions/notify
|
||||
share/bitchx/help/6_Functions/afterw
|
||||
share/bitchx/help/6_Functions/nametoip
|
||||
share/bitchx/help/6_Functions/myservers
|
||||
share/bitchx/help/6_Functions/mychannels
|
||||
share/bitchx/help/6_Functions/mkdir
|
||||
share/bitchx/help/6_Functions/midw
|
||||
share/bitchx/help/6_Functions/listen
|
||||
share/bitchx/help/6_Functions/lastserver
|
||||
share/bitchx/help/6_Functions/key
|
||||
share/bitchx/help/6_Functions/itemtoindex
|
||||
share/bitchx/help/6_Functions/isdigit
|
||||
share/bitchx/help/6_Functions/isalpha
|
||||
share/bitchx/help/6_Functions/ischanop
|
||||
share/bitchx/help/6_Functions/ischannel
|
||||
share/bitchx/help/6_Functions/iptoname
|
||||
share/bitchx/help/6_Functions/indextoitem
|
||||
share/bitchx/help/6_Functions/ifinditem
|
||||
share/bitchx/help/6_Functions/jot
|
||||
share/bitchx/help/6_Functions/info
|
||||
share/bitchx/help/6_Functions/insertw
|
||||
share/bitchx/help/6_Functions/aliasctl
|
||||
share/bitchx/help/6_Functions/ascii
|
||||
share/bitchx/help/6_Functions/center
|
||||
share/bitchx/help/6_Functions/chanmode
|
||||
share/bitchx/help/6_Functions/chmod
|
||||
share/bitchx/help/6_Functions/chngw
|
||||
share/bitchx/help/6_Functions/chops
|
||||
share/bitchx/help/6_Functions/close
|
||||
share/bitchx/help/6_Functions/common
|
||||
share/bitchx/help/6_Functions/connect
|
||||
share/bitchx/help/6_Functions/convert
|
||||
share/bitchx/help/6_Functions/copattern
|
||||
share/bitchx/help/6_Functions/crypt
|
||||
share/bitchx/help/6_Functions/curpos
|
||||
share/bitchx/help/6_Functions/decode
|
||||
share/bitchx/help/6_Functions/eof
|
||||
share/bitchx/help/6_Functions/delarray
|
||||
share/bitchx/help/6_Functions/delitem
|
||||
share/bitchx/help/6_Functions/encode
|
||||
share/bitchx/help/6_Functions/epic
|
||||
share/bitchx/help/6_Functions/fexist
|
||||
share/bitchx/help/6_Functions/finditem
|
||||
share/bitchx/help/6_Functions/fsize
|
||||
share/bitchx/help/6_Functions/geom
|
||||
share/bitchx/help/6_Functions/getarrays
|
||||
share/bitchx/help/6_Functions/getitem
|
||||
share/bitchx/help/6_Functions/getmatches
|
||||
share/bitchx/help/6_Functions/glob
|
||||
share/bitchx/help/6_Functions/idle
|
||||
share/bitchx/help/6_Functions/6_Functions
|
||||
share/bitchx/help/6_Functions/status
|
||||
share/bitchx/help/6_Functions/findw
|
||||
share/bitchx/help/6_Functions/uhc
|
||||
share/bitchx/help/6_Functions/winbound
|
||||
share/bitchx/help/6_Functions/irclib
|
||||
share/bitchx/help/6_Functions/ftime
|
||||
share/bitchx/help/6_Functions/substr
|
||||
share/bitchx/help/6_Functions/deuhc
|
||||
share/bitchx/help/6_Functions/nohighlight
|
||||
share/bitchx/help/6_Functions/winnicklist
|
||||
share/bitchx/help/6_Functions/winchan
|
||||
share/bitchx/help/6_Functions/fnexist
|
||||
share/bitchx/help/6_Functions/servernick
|
||||
share/bitchx/help/6_Functions/isconnected
|
||||
share/bitchx/help/6_Functions/currchans
|
||||
share/bitchx/help/6_Functions/cexist
|
||||
share/bitchx/help/6_Functions/regex
|
||||
share/bitchx/help/6_Functions/getenv
|
||||
share/bitchx/help/6_Functions/msar
|
||||
share/bitchx/help/6_Functions/pipe
|
||||
share/bitchx/help/6_Functions/count
|
||||
share/bitchx/help/6_Functions/igmask
|
||||
share/bitchx/help/6_Functions/randread
|
||||
share/bitchx/help/6_Functions/rigmask
|
||||
share/bitchx/help/6_Functions/leftpc
|
||||
share/bitchx/help/6_Functions/cparse
|
||||
share/bitchx/help/6_Functions/uname
|
||||
share/bitchx/help/6_Functions/querywin
|
||||
share/bitchx/help/6_Functions/winrefs
|
||||
share/bitchx/help/6_Functions/mask
|
||||
share/bitchx/help/6_Functions/ischanvoice
|
||||
share/bitchx/help/6_Functions/chop
|
||||
share/bitchx/help/6_Functions/winlevel
|
||||
share/bitchx/help/6_Functions/igtype
|
||||
share/bitchx/help/6_Functions/rigtype
|
||||
share/bitchx/help/6_Functions/getuid
|
||||
share/bitchx/help/6_Functions/getgid
|
||||
share/bitchx/help/6_Functions/getpgrp
|
||||
share/bitchx/help/6_Functions/getlogin
|
||||
share/bitchx/help/6_Functions/iscurchan
|
||||
share/bitchx/help/6_Functions/channel
|
||||
share/bitchx/help/6_Functions/pad
|
||||
share/bitchx/help/6_Functions/remws
|
||||
share/bitchx/help/6_Functions/printlen
|
||||
share/bitchx/help/6_Functions/stripansicodes
|
||||
share/bitchx/help/6_Functions/isnumber
|
||||
share/bitchx/help/6_Functions/rest
|
||||
share/bitchx/help/6_Functions/getsets
|
||||
share/bitchx/help/6_Functions/servnum
|
||||
share/bitchx/help/6_Functions/servports
|
||||
share/bitchx/help/6_Functions/igetmatches
|
||||
share/bitchx/help/6_Functions/gettmatch
|
||||
share/bitchx/help/6_Functions/stripc
|
||||
share/bitchx/help/7_Docs/New_User
|
||||
share/bitchx/help/7_Docs/Etiquette
|
||||
share/bitchx/help/7_Docs/Copyright
|
||||
share/bitchx/help/7_Docs/Text_Highlight
|
||||
share/bitchx/help/7_Docs/Server_List
|
||||
share/bitchx/help/7_Docs/Signals
|
||||
share/bitchx/help/7_Docs/Expressions
|
||||
share/bitchx/help/7_Docs/Environment
|
||||
share/bitchx/help/7_Docs/Updates
|
||||
share/bitchx/help/7_Docs/Introduction
|
||||
share/bitchx/help/7_Docs/About_BitchX
|
||||
share/bitchx/help/7_Docs/Command_Line
|
||||
share/bitchx/help/7_Docs/Patterns
|
||||
share/bitchx/help/7_Docs/Serial_Numbers
|
||||
share/bitchx/help/7_Docs/Status_Line
|
||||
share/bitchx/help/7_Docs/Programming
|
||||
share/bitchx/help/7_Docs/Special_Vars
|
||||
share/bitchx/help/7_Docs/Arrays
|
||||
share/bitchx/help/7_Docs/Security
|
||||
share/bitchx/help/7_Docs/Key_Bindings
|
||||
share/bitchx/help/7_Docs/Compile_Opts
|
||||
share/bitchx/help/7_Docs/7_Docs
|
||||
share/bitchx/help/7_Docs/Server_Numerics
|
||||
share/bitchx/help/8_Scripts/2.8script
|
||||
share/bitchx/help/8_Scripts/action
|
||||
share/bitchx/help/8_Scripts/alias
|
||||
share/bitchx/help/8_Scripts/autokick
|
||||
share/bitchx/help/8_Scripts/autoop
|
||||
share/bitchx/help/8_Scripts/away
|
||||
share/bitchx/help/8_Scripts/basical
|
||||
share/bitchx/help/8_Scripts/bigcheese
|
||||
share/bitchx/help/8_Scripts/brc
|
||||
share/bitchx/help/8_Scripts/channel
|
||||
share/bitchx/help/8_Scripts/columns
|
||||
share/bitchx/help/8_Scripts/commander
|
||||
share/bitchx/help/8_Scripts/compl.mods
|
||||
share/bitchx/help/8_Scripts/complete
|
||||
share/bitchx/help/8_Scripts/country
|
||||
share/bitchx/help/8_Scripts/cursor
|
||||
share/bitchx/help/8_Scripts/deban
|
||||
share/bitchx/help/8_Scripts/deutsch
|
||||
share/bitchx/help/8_Scripts/disc
|
||||
share/bitchx/help/8_Scripts/edit
|
||||
share/bitchx/help/8_Scripts/english
|
||||
share/bitchx/help/8_Scripts/environment
|
||||
share/bitchx/help/8_Scripts/events
|
||||
share/bitchx/help/8_Scripts/events.hop
|
||||
share/bitchx/help/8_Scripts/fake-dcc
|
||||
share/bitchx/help/8_Scripts/fe
|
||||
share/bitchx/help/8_Scripts/files
|
||||
share/bitchx/help/8_Scripts/finger
|
||||
share/bitchx/help/8_Scripts/guh
|
||||
share/bitchx/help/8_Scripts/fnet
|
||||
share/bitchx/help/8_Scripts/follow
|
||||
share/bitchx/help/8_Scripts/functions
|
||||
share/bitchx/help/8_Scripts/funnyban
|
||||
share/bitchx/help/8_Scripts/genalias
|
||||
share/bitchx/help/8_Scripts/global
|
||||
share/bitchx/help/8_Scripts/history
|
||||
share/bitchx/help/8_Scripts/history-match
|
||||
share/bitchx/help/8_Scripts/imap
|
||||
share/bitchx/help/8_Scripts/ircprimer
|
||||
share/bitchx/help/8_Scripts/ircrc
|
||||
share/bitchx/help/8_Scripts/keybinds
|
||||
share/bitchx/help/8_Scripts/kickmenu
|
||||
share/bitchx/help/8_Scripts/killpath
|
||||
share/bitchx/help/8_Scripts/kpstat
|
||||
share/bitchx/help/8_Scripts/list
|
||||
share/bitchx/help/8_Scripts/local
|
||||
share/bitchx/help/8_Scripts/log
|
||||
share/bitchx/help/8_Scripts/ls
|
||||
share/bitchx/help/8_Scripts/lynx_ircrc
|
||||
share/bitchx/help/8_Scripts/meta
|
||||
share/bitchx/help/8_Scripts/meta1
|
||||
share/bitchx/help/8_Scripts/modes
|
||||
share/bitchx/help/8_Scripts/more
|
||||
share/bitchx/help/8_Scripts/msg
|
||||
share/bitchx/help/8_Scripts/mudirc
|
||||
share/bitchx/help/8_Scripts/mudlike
|
||||
share/bitchx/help/8_Scripts/multi
|
||||
share/bitchx/help/8_Scripts/nemesis
|
||||
share/bitchx/help/8_Scripts/netsplit
|
||||
share/bitchx/help/8_Scripts/netsplit.env
|
||||
share/bitchx/help/8_Scripts/newaway
|
||||
share/bitchx/help/8_Scripts/newformat
|
||||
share/bitchx/help/8_Scripts/ping
|
||||
share/bitchx/help/8_Scripts/nicks
|
||||
share/bitchx/help/8_Scripts/old-dcc
|
||||
share/bitchx/help/8_Scripts/oldping
|
||||
share/bitchx/help/8_Scripts/prefix
|
||||
share/bitchx/help/8_Scripts/recursion
|
||||
share/bitchx/help/8_Scripts/repeat
|
||||
share/bitchx/help/8_Scripts/screen
|
||||
share/bitchx/help/8_Scripts/shell
|
||||
share/bitchx/help/8_Scripts/silent
|
||||
share/bitchx/help/8_Scripts/smileys
|
||||
share/bitchx/help/8_Scripts/sound
|
||||
share/bitchx/help/8_Scripts/spfix
|
||||
share/bitchx/help/8_Scripts/starutils
|
||||
share/bitchx/help/8_Scripts/stat
|
||||
share/bitchx/help/8_Scripts/tabkey
|
||||
share/bitchx/help/8_Scripts/tabkey.wc
|
||||
share/bitchx/help/8_Scripts/tc
|
||||
share/bitchx/help/8_Scripts/time
|
||||
share/bitchx/help/8_Scripts/tls
|
||||
share/bitchx/help/8_Scripts/troy
|
||||
share/bitchx/help/8_Scripts/uhnotify
|
||||
share/bitchx/help/8_Scripts/uping
|
||||
share/bitchx/help/8_Scripts/wallopstat
|
||||
share/bitchx/help/8_Scripts/webster
|
||||
share/bitchx/help/8_Scripts/window
|
||||
share/bitchx/help/8_Scripts/less
|
||||
share/bitchx/help/8_Scripts/8_Scripts
|
||||
share/bitchx/help/8_Scripts/pipe
|
||||
share/bitchx/help/8_Scripts/man
|
||||
share/bitchx/help/README_FIRST
|
||||
share/bitchx/script/actplug.gmz
|
||||
share/bitchx/script/bxglobal
|
||||
share/bitchx/script/bxtcl.tcl
|
||||
share/bitchx/script/file.tcl
|
||||
share/bitchx/script/fserve+vfs.tar.gz
|
||||
share/bitchx/script/menu.bx
|
||||
share/bitchx/translation/ASCII
|
||||
share/bitchx/translation/CP437
|
||||
share/bitchx/translation/CP850
|
||||
share/bitchx/translation/DANISH
|
||||
share/bitchx/translation/DEC_MCS
|
||||
share/bitchx/translation/DG_MCS
|
||||
share/bitchx/translation/DUTCH
|
||||
share/bitchx/translation/FINNISH
|
||||
share/bitchx/translation/FRENCH
|
||||
share/bitchx/translation/FRENCH_CANADIAN
|
||||
share/bitchx/translation/GERMAN
|
||||
share/bitchx/translation/HP_MCS
|
||||
share/bitchx/translation/IRV
|
||||
share/bitchx/translation/ITALIAN
|
||||
share/bitchx/translation/JIS
|
||||
share/bitchx/translation/MACINTOSH
|
||||
share/bitchx/translation/NEXT
|
||||
share/bitchx/translation/NORWEGIAN_1
|
||||
share/bitchx/translation/NORWEGIAN_2
|
||||
share/bitchx/translation/POLISH
|
||||
share/bitchx/translation/POLISH_NOPL
|
||||
share/bitchx/translation/PORTUGUESE
|
||||
share/bitchx/translation/PORTUGUESE_COM
|
||||
share/bitchx/translation/RUSSIAN
|
||||
share/bitchx/translation/RUSSIAN_ALT
|
||||
share/bitchx/translation/RUSSIAN_WIN
|
||||
share/bitchx/translation/SPANISH
|
||||
share/bitchx/translation/SWEDISH
|
||||
share/bitchx/translation/SWEDISH_NAMES
|
||||
share/bitchx/translation/SWEDISH_NAMES_COM
|
||||
share/bitchx/translation/SWISS
|
||||
share/bitchx/translation/UNITED_KINGDOM
|
||||
share/bitchx/translation/UNITED_KINGDOM_COM
|
||||
@dirrm share/bitchx/help/1_General/ctcp
|
||||
@dirrm share/bitchx/help/1_General/dcc
|
||||
@dirrm share/bitchx/help/1_General
|
||||
@dirrm share/bitchx/help/2_Queries
|
||||
@dirrm share/bitchx/help/3_Operators
|
||||
@dirrm share/bitchx/help/4_Misc/bind
|
||||
@dirrm share/bitchx/help/4_Misc/set
|
||||
@dirrm share/bitchx/help/4_Misc/window
|
||||
@dirrm share/bitchx/help/4_Misc
|
||||
@dirrm share/bitchx/help/5_Programming/on
|
||||
@dirrm share/bitchx/help/5_Programming
|
||||
@dirrm share/bitchx/help/6_Functions
|
||||
@dirrm share/bitchx/help/7_Docs
|
||||
@dirrm share/bitchx/help/8_Scripts
|
||||
@dirrm share/bitchx/help
|
||||
@dirrm share/bitchx/script
|
||||
@dirrm share/bitchx/translation
|
||||
@dirrm share/bitchx
|
||||
|
Loading…
Reference in New Issue
Block a user