| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help |
| Name: BitchX | Distribution: Freshmeat RPMs |
| Version: 75p2-10alpha | Vendor: Colten Edwards <edwac@sk.sympatico.ca> |
| Release: 1 | Build date: Mon Dec 21 18:49:48 1998 |
| Group: Applications/Communications | Build host: desktop.infohwy.com |
| Size: 2322973 | Source RPM: BitchX-75p2-10alpha-1.src.rpm |
| Packager: Ryan Weaver <ryanw@infohwy.com> | |
| Url: http://www.bitchx.org | |
| Summary: Improved color IRC client with built-in scripts | |
BitchX is a popular ANSI color ircII client by panasync. It incorporates various features that would normally require a script. It's interface is more colorful and cleaner than ircII.
GPL
* Sat Dec 19 1998 Ryan Weaver <ryanw@infohwy.com>
- Upgraded to version 75p2-10alpha
- [Changes 75p2]
* another major in-compatibility in scr-bx added.. Make sure you update
scr-bx. This one adds connection cookies. Without the cookie, you can't
connect to a detached bx.
* /window 2 triple on was coring the client when window 2 was a hidden
window. this might have effected other commands as well.
* bug in wset pointed out by void fixed.
* make configure check for in_systm.h in netinet and sys directories.
* added multi-play to internal amp module. quoted filenames are played one
after another.
* small patch for HPUX modules. author of the patch said that he required
a additional -DHPUX on the CFLAGS
* small bug in tab completions fixed. Added #chan completion into tab
handling
* cosmetic changes to /cdcc involving the help.
* Robohak found and supplied a patch for the new /set mangle routines. Same
patch applies to epic.
* away msg log removal broken when using /back.
* added a new /cset LAME_IDENT for turning off the ban/kick on lame chars in
the ident. seems some servers all this shit.
* Robohak found and fixed two problems in $winitem().
* had a crack at fixing the term init problem when you change term sizes.
this is not gonna be easy. currently it works. but it's a real kludge and
not totally 100%. ie term types have to be the same. xterm != vt100.
Changes required too scr-bx so the console size can be passed. This makes
scr-bx in-compatible with older scr-bx's
* a few small changes made too detachcmd(). we now remove the
~/.BitchX/screens file on a TERM signal. This helps when reattaching to a
cron'd BitchX process. We can use the same cron script as an egg.
* re-wrote whokill. /whokill pattern pattern pattern :reason will match
the patterns and buffer the kills. on end, it then kills in groups to
help prevent flooding of the oper. Added NUM_KILLS variable. Requested
by thetaz a dalnet oper. EfNet only allows one kill per KILL.
* -r filename will now accept a path/filename as well as just a filename.
* potential problem with a mode change corrected. This would cause the
client to become desynced from the actual server modes..
/c -lk-oo test nick nick1 too demonstrate. Thanks too SideWnder for this.
* ignoring ctcp no longer ignore's quits. First mentioned by Hyriluk
* removed FORMAT_USERS_BOT. it was redundant.
* added FORMAT_USERS_TITLE. default for FORMAT_USERS FORMAT_USERS_SHIT
changed
* changed the split list so it's server dependant. This way, the list will
still work on multiple servers.
* some problems in the shitlist now fixed. Also added new functionality.
if a nick is on the channel and the shitlist is added, they are
immediately banned and kicked. if they are unshit'd, and the ban is on
the channel the ban is removed as well. The following types of bans are
allowed - nick, nick!user nick!user@host, user@host.
* error in nicklist hash causing core found. $checkuser(blah *) doesn't
core now.
* 471-476 numerics moved. these CAN hurt internal structures.
* substr, rsubstr, getopt, isaway and nohighlight functions added.
* possible timer bug found/fixed.
* function for collecting number of users, written by Mhacker.
* minor changes made to nick completion.
* added a new hook MODULE, which can be called from dll modules and
interface with scripts. for example, amp, returns a "AMP PLAY name" on
start, a "AMP CLOSE name" on end, "AMP ERRROR name" and "AMP ID3 params".
* auto_response should be a bool on/off instead of a int. default it too on
* fixed a problem in the autobot module. should have been u->host
* kopz notice that dcc min speed was not working.. fixed. Also modified
/cdcc minspeed so that it accepts 2 arguements. a minspeed and a timeout.
* Cset queuing is now fully implemented. You can even specify a cset in
your .bitchxrc file. It will be queued up until you join that channel.
* more modifications to $aliasctl(). a PMATCH param can be specified which
will search for wildcarded matches. MATCH does exact char matching.
* HARD_UH_NOTIFY is gone. along with it went NOTIFY_SIGNON_UH and
NOTIFY_SIGNOFF_UH hooks. FORMAT_NOTIFY_SIGNON_UH FORMAT_NOTIFY_SIGNOFF_UH
is gone as well. Userhost notification is now the default. /notify can now
accept a nick!user@host. All this means is that unless the userhost
matches, this notify will not display. Some notify problems found and
fixed.
* $getcset(var #chan value) will set a new value and return the old.
* Power found a problem with $winitem().
* Nuke found a solution for the problem with win95 and color. turns out that
ansi.sys scroll region, doesn't scroll the color. stupid... Anyways, we
changed to a direct windows function for scrolling a region and problem
is now solved.
* replaced the dcc_*_func with something more generic. a
add_dcc_bind("type", "modname" init_func, open_func, input, output,
close_func);
type is a char str defining the new dcc type.
modname is the name of the module. for use when unloading.
init_func is a function that is called when this ctcp type is
recieved.
open_func is a function that is called when the dcc is open'd.
input is a function that should be called when there is data ready.
output is a function to call when you send data.
close_func is a function to call when the dcc is to be closed.
we could actually replace internal routines with ones that are wanted.
each of the above functions should return a int value. in some cases this
value is ignored. but the input/output routines do NOT ignore this.
* change /dc to not chat yourself. Also changed /dcc chat to ignore your own
nick.
* small change to $glob() to fix a memleak.
* more changes to tab_completion.
* added the ability for /scan to accept a wildcard nick!user@host to search
for. so /scan *!*@*.com
* Implemented a queued server send system for use in cdcc.
/set QUEUE_SENDS #, where number is the number of seconds to wait.
* fixed up core problem with notify.
* merged in epic4 pre2.001nr-3 and partial pre2.001nr2 patches.
* remerged in the OS/2 pm port changes.
* added a CTCP userlist flag. which allows ctcps on certain ones when
cloaked
* forgot about DCC_PROC for modules. added remove procedure.
* found bug with numeric 464.
* humble contributed a color change to bx. in config.h add a #define HUMBLE
just before the #include "color.h" and it will be enabled as the default.
* added a $longcomma() which takes a long number, and formats it with
comma's
* possible fix for core on netsplits with a * in them.
* added a couple of output replacement hooks for dcc and server connections.
serv_output_func, serv_input_func, dcc_input_func and
dcc_output_func can be defined within a module to replace the normal
dgets() and write() functions. This paves the way for secure
dcc/server connections. serv_output_func = some_new_output; in your
module.
* new TAB_COMPLETION binding created. A FORMAT_COMPLETE also added for
display purposes. This new bind does alot more than the old TAB_MSG bind.
commands currently specifically handled with the new tab complete are,
MSG/EXEC/DCC/LOAD/SERVER/LS
- With nothing on the line, we cycle through the
msg buffer nicks. if there are none, then the list of channel
nicks is displayed.
- if we start typing a nick, then matching channel nicks are
displayed. if there's one and only one, then it will be
placed on the input line
- "/msg " will use the tab buffer, or if that's empty then
we use channel nicks. placing a partial nick, will match
that nick from either.
- "/exec [pattern]" will attempt to match a filename. if no
path is specified, then your $HOME directory is assumed.
if you use / then we can match directories. A * is implied
when matching, so you don't have to supply one.
- "/dcc send nick filename". depending on where you press
the tab will determine what is done on the matching. if it's
at the nick then tab/chan nick matching is done. if it at
the filename, then DCC_DLDIR is used for matching.
specifying a / means look in a dir other than DCC_DLDIR.
this new tab_completion will also fill in the the input buffer with
the most number of chars that are common from the resulting match.
* Added a -ALL flag to xquotecmd to send to all connected servers.
* found and fixed a problem with timed_server() which was causing a odd
coredump with is.bx.
* modified $aliasctl() for command globbing and assign globbing.
$aliasctl(assign/local/alias/command get/set/match what);
command globbing is a match only operation.
local assigns don't make sense in a match operation.
This will however return all matching assign's/alias's/commands.
The "what" has a appended * so you if you don't specify
a wildcard. Contributed patch to epic.
* added /clear -scroll for cleaning out the scrollback buffer.
* the away msg is resent when we reconnect or timeout from a server. client
no longer resends the away msg to your channels.
* format_server_notice changed. and more server notices now use the
server_prompt variable
* Small change made to bx to support NAT. Added -Z flag to enable a userhost
on connect to the server. This sets the address to use for dcc transfers.
supposedly this is enough to get by the NAT server.
* # comments supported in .ircservers, ircII.servers etc. when found, we
truncate the line at the #.
* added back in, dcc renumbering code. Possible though I didn't catch all
the exits.
* configure --with-tcl patch added. This makes the configure script #define
WANT_TCL in defs.h instead of editing the Makefile. Allows modules to be
compiled with tcl/non-tcl support as well.
* window logfile will now strip certain chars from the name and replace with
'-'. This is so that nicks with "|\/:" don't cause problems in any of the
clients but specifically with the win95/nt OS2 ports
* Added 2 new hooks. LEAVE_ME is hooked when we part a channel under our
own power. CHANOP is hooked when we gain ops in a channel.
* $dccitem() which will return information based on the passed in dcc number
or socket number. args are a number (dccitem) or a #number (socketnum).
$0 type
$1 nick
$2 status
$3 start time
$4 start position for resume/reget/resend
$5 bytes recieved
$6 bytes sent
$7 filesize
$8 filename
$9 socket number of this connect
$10 server
* $winitem() added which is compatible in most respects with openirc's
version. if %num then num is a window refnum. just a number then it's the
num'th window in the list.
$0 refnum
$1 name or <none>
$2 server number
$3 current channel or <none>
$4 query nick or none
$5 waiting channel or <none>
$6 <none> (oirc has menu name)
$7 1 visible 0 non-visible.
$8 # of columns
$9 # of rows
$10 reserved
$11 reserved
$12 reserved
$13 reserved
$14 reserved
$15 logfile name or none
$16 L if logging enabled, "" always apart of string
$17 n if nicklist.
$18-$19 reserved
$20+ window level
* new flag to /clear -scrollback which will clear the scrollback buffer as
well as the window. /clear -scrollback -all works for all windows.
* $chanmode() extended. $chanmode(#chan #) where # can be 0 normal, 1 bans,
2 ban whoset time, 3 exemptions for TS4.
$chanmode(#bitchx 1) -> "*!*@*.aol.com"
$chanmode(#bitchx 2) -> "*!*@*.aol.com elmer 9123000"
* $channicks() and $chanusers() can accept one more param. This is the sort
type to use for call. types of sorting are 0 normal, 1 none, 2 nick,
3 host, 4 time, 5 ip if available.
* NICK_COMPLETION_LEN added from a patch by by-tor
* some buffer modifications to reduce memory usage.
* some old function unused removed.
* old prototypes found and removed as well as unneeded ones.
* /kb fixed to not send -o the nick, as they are already kicked.
* modified module loading to make it possible to load on alot more systems
that don't have -rdynamic flag for exporting symbols. Makes the client
250k smaller in size as well. Shouldn't impact memusage at all. Module
interface changed though to make this possible. a pointer to a list of
functions is passed into the _Init function as well as the pointer to the
command table. These functions can now be accessed using a file with
"alot" of defines in it. modval.h created for this purpose. Internal
functions could possibly be replaced using this method as well.
* Robohak contributed a patch to function_msar() which should concievably
fix the memleak in it.
* Robohak reported a coredump in p_topic(). should be fixed. looks like a
really desynced condition could possibly exist that might cause a core
dump. ie join a channel, and a topic change appears immediately after.
* added /set cdcc on/off for turning your cdcc off.
* getsets() leaking memory. drendite found this. hops version also leaks.
* fixed small problem whitedrgn found with hooking 364.
* seems that /oper <enter> <enter> would core the client.
* small patch to p_quit() logmsg() needs the channels even when ignored.
* small problem someone noticed with /quit random msgs and /set log on.
* changes to convert_output_format() in an attempt at a speedup.
* dcc closeall seg fixed.
* Added function to return what the client currently thinks the channel
topic is $topic() or $topic(#channel)
* Fri Jul 10 1998 Rod Cordova <rcordova@ethernet.org>
- Upgraded to version 75p1
* Thu Jul 02 1998 Rod Cordova <rcordova@ethernet.org>
- Upgraded to version 75
- incorporated the tcl-1.5-linux.o object into the binary for tcl support
* Fri Apr 03 1998 Rod Cordova <rcordova@ethernet.org>
- fixed the post install since it was not echo'ing properly after install
- applied the fixpack74p4.tgz to the source code
- incorporated the tcl.o object into the binary for tcl support
- stripped the BitchX binary and the wserv binary to reduce the size of
the package
* Sun Mar 29 1998 Rod Cordova <rcordova@ethernet.org>
- upgraded to version 74p4
* Sat Feb 28 1998 Andrzej K. Brandt <andy@monk.cs.net.pl>
- upgraded to patchlevel 2
* Mon Feb 16 1998 Andrzej K. Brandt <andy@monk.cs.net.pl>
- backported from an SRPM made for RH 5.0 distribution (glibc)
/usr/bin/BitchX /usr/bin/BitchX-75p2-10 /usr/bin/install-bitchx /usr/bin/scr-bx /usr/bin/wserv /usr/doc/BitchX-75p2-10alpha /usr/doc/BitchX-75p2-10alpha/BitchX-format /usr/doc/BitchX-75p2-10alpha/BitchX-idea /usr/doc/BitchX-75p2-10alpha/BitchX.1.gz /usr/doc/BitchX-75p2-10alpha/BitchX.bot /usr/doc/BitchX-75p2-10alpha/BitchX.doc /usr/doc/BitchX-75p2-10alpha/BitchX.faq /usr/doc/BitchX-75p2-10alpha/BitchX.help /usr/doc/BitchX-75p2-10alpha/BitchX.ico /usr/doc/BitchX-75p2-10alpha/BitchX.ircnames /usr/doc/BitchX-75p2-10alpha/BitchX.quit /usr/doc/BitchX-75p2-10alpha/BitchX.reasons /usr/doc/BitchX-75p2-10alpha/BitchX.tcl /usr/doc/BitchX-75p2-10alpha/Changes /usr/doc/BitchX-75p2-10alpha/README.hooks /usr/doc/BitchX-75p2-10alpha/UPDATES /usr/doc/BitchX-75p2-10alpha/bitch52.xpm /usr/doc/BitchX-75p2-10alpha/bitchx.1.gz /usr/doc/BitchX-75p2-10alpha/bitchx.asc /usr/doc/BitchX-75p2-10alpha/bitchx.txt /usr/doc/BitchX-75p2-10alpha/bitchx.xpm /usr/doc/BitchX-75p2-10alpha/bitchx_os2.diff /usr/doc/BitchX-75p2-10alpha/bugs /usr/doc/BitchX-75p2-10alpha/bugs~ /usr/doc/BitchX-75p2-10alpha/building-reloc-dlls.txt /usr/doc/BitchX-75p2-10alpha/bxmenu.bx /usr/doc/BitchX-75p2-10alpha/color.txt /usr/doc/BitchX-75p2-10alpha/crypt-op.bx /usr/doc/BitchX-75p2-10alpha/fixkeys.html /usr/doc/BitchX-75p2-10alpha/functions /usr/doc/BitchX-75p2-10alpha/history.txt /usr/doc/BitchX-75p2-10alpha/ideas /usr/doc/BitchX-75p2-10alpha/ideas~ /usr/doc/BitchX-75p2-10alpha/ircII.1 /usr/doc/BitchX-75p2-10alpha/lutkax.ans /usr/doc/BitchX-75p2-10alpha/macbitchx /usr/doc/BitchX-75p2-10alpha/mode /usr/doc/BitchX-75p2-10alpha/op-crypt.tcl /usr/doc/BitchX-75p2-10alpha/pana-docs.txt /usr/doc/BitchX-75p2-10alpha/pana-docs2.txt /usr/doc/BitchX-75p2-10alpha/pandur.ans /usr/doc/BitchX-75p2-10alpha/plugins /usr/doc/BitchX-75p2-10alpha/tabkey.stub /usr/doc/BitchX-75p2-10alpha/tcl-commands.doc /usr/doc/BitchX-75p2-10alpha/tcl-ideas /usr/lib/bx /usr/lib/bx/BitchX.ircnames /usr/lib/bx/BitchX.quit /usr/lib/bx/BitchX.reasons /usr/lib/bx/help /usr/lib/bx/help/1_General /usr/lib/bx/help/1_General/1_General /usr/lib/bx/help/1_General/away /usr/lib/bx/help/1_General/bye /usr/lib/bx/help/1_General/channel /usr/lib/bx/help/1_General/ctcp /usr/lib/bx/help/1_General/ctcp/action /usr/lib/bx/help/1_General/ctcp/clientinfo /usr/lib/bx/help/1_General/ctcp/ctcp /usr/lib/bx/help/1_General/ctcp/echo /usr/lib/bx/help/1_General/ctcp/finger /usr/lib/bx/help/1_General/ctcp/ping /usr/lib/bx/help/1_General/ctcp/time /usr/lib/bx/help/1_General/ctcp/userinfo /usr/lib/bx/help/1_General/ctcp/utc /usr/lib/bx/help/1_General/ctcp/version /usr/lib/bx/help/1_General/dcc /usr/lib/bx/help/1_General/dcc/chat /usr/lib/bx/help/1_General/dcc/close /usr/lib/bx/help/1_General/dcc/dcc /usr/lib/bx/help/1_General/dcc/get /usr/lib/bx/help/1_General/dcc/list /usr/lib/bx/help/1_General/dcc/raw /usr/lib/bx/help/1_General/dcc/rename /usr/lib/bx/help/1_General/dcc/resume /usr/lib/bx/help/1_General/dcc/send /usr/lib/bx/help/1_General/describe /usr/lib/bx/help/1_General/discon /usr/lib/bx/help/1_General/disconnect /usr/lib/bx/help/1_General/exit /usr/lib/bx/help/1_General/help /usr/lib/bx/help/1_General/ignore /usr/lib/bx/help/1_General/invite /usr/lib/bx/help/1_General/join /usr/lib/bx/help/1_General/kick /usr/lib/bx/help/1_General/lastlog /usr/lib/bx/help/1_General/leave /usr/lib/bx/help/1_General/me /usr/lib/bx/help/1_General/mode /usr/lib/bx/help/1_General/msg /usr/lib/bx/help/1_General/nick /usr/lib/bx/help/1_General/notice /usr/lib/bx/help/1_General/notify /usr/lib/bx/help/1_General/part /usr/lib/bx/help/1_General/ping /usr/lib/bx/help/1_General/query /usr/lib/bx/help/1_General/quit /usr/lib/bx/help/1_General/reconnect /usr/lib/bx/help/1_General/say /usr/lib/bx/help/1_General/server /usr/lib/bx/help/1_General/signoff /usr/lib/bx/help/1_General/silence /usr/lib/bx/help/1_General/topic /usr/lib/bx/help/2_Queries /usr/lib/bx/help/2_Queries/2_Queries /usr/lib/bx/help/2_Queries/admin /usr/lib/bx/help/2_Queries/date /usr/lib/bx/help/2_Queries/flush /usr/lib/bx/help/2_Queries/host /usr/lib/bx/help/2_Queries/info /usr/lib/bx/help/2_Queries/ison /usr/lib/bx/help/2_Queries/links /usr/lib/bx/help/2_Queries/list /usr/lib/bx/help/2_Queries/lusers /usr/lib/bx/help/2_Queries/map /usr/lib/bx/help/2_Queries/motd /usr/lib/bx/help/2_Queries/names /usr/lib/bx/help/2_Queries/stats /usr/lib/bx/help/2_Queries/time /usr/lib/bx/help/2_Queries/trace /usr/lib/bx/help/2_Queries/userhost /usr/lib/bx/help/2_Queries/users /usr/lib/bx/help/2_Queries/version /usr/lib/bx/help/2_Queries/who /usr/lib/bx/help/2_Queries/whois /usr/lib/bx/help/2_Queries/whowas /usr/lib/bx/help/3_Operators /usr/lib/bx/help/3_Operators/3_Operators /usr/lib/bx/help/3_Operators/connect /usr/lib/bx/help/3_Operators/deop /usr/lib/bx/help/3_Operators/die /usr/lib/bx/help/3_Operators/hash /usr/lib/bx/help/3_Operators/kill /usr/lib/bx/help/3_Operators/oper /usr/lib/bx/help/3_Operators/rehash /usr/lib/bx/help/3_Operators/restart /usr/lib/bx/help/3_Operators/rping /usr/lib/bx/help/3_Operators/squit /usr/lib/bx/help/3_Operators/uping /usr/lib/bx/help/3_Operators/wallops /usr/lib/bx/help/4_Misc /usr/lib/bx/help/4_Misc/4_Misc /usr/lib/bx/help/4_Misc/abort /usr/lib/bx/help/4_Misc/beep /usr/lib/bx/help/4_Misc/bind /usr/lib/bx/help/4_Misc/bind/backspace /usr/lib/bx/help/4_Misc/bind/backward_character /usr/lib/bx/help/4_Misc/bind/backward_history /usr/lib/bx/help/4_Misc/bind/backward_word /usr/lib/bx/help/4_Misc/bind/beginning_of_line /usr/lib/bx/help/4_Misc/bind/bind /usr/lib/bx/help/4_Misc/bind/bold /usr/lib/bx/help/4_Misc/bind/clear_screen /usr/lib/bx/help/4_Misc/bind/command_completion /usr/lib/bx/help/4_Misc/bind/delete_character /usr/lib/bx/help/4_Misc/bind/delete_next_word /usr/lib/bx/help/4_Misc/bind/delete_previous_word /usr/lib/bx/help/4_Misc/bind/delete_to_previous_space /usr/lib/bx/help/4_Misc/bind/end_of_line /usr/lib/bx/help/4_Misc/bind/enter_digraph /usr/lib/bx/help/4_Misc/bind/enter_menu /usr/lib/bx/help/4_Misc/bind/erase_line /usr/lib/bx/help/4_Misc/bind/erase_to_beg_of_line /usr/lib/bx/help/4_Misc/bind/erase_to_end_of_line /usr/lib/bx/help/4_Misc/bind/forward_character /usr/lib/bx/help/4_Misc/bind/forward_history /usr/lib/bx/help/4_Misc/bind/forward_word /usr/lib/bx/help/4_Misc/bind/highlight_off /usr/lib/bx/help/4_Misc/bind/meta1_character /usr/lib/bx/help/4_Misc/bind/meta2_character /usr/lib/bx/help/4_Misc/bind/meta3_character /usr/lib/bx/help/4_Misc/bind/meta4_character /usr/lib/bx/help/4_Misc/bind/meta5_character /usr/lib/bx/help/4_Misc/bind/meta6_character /usr/lib/bx/help/4_Misc/bind/meta7_character /usr/lib/bx/help/4_Misc/bind/meta8_character /usr/lib/bx/help/4_Misc/bind/meta9_character /usr/lib/bx/help/4_Misc/bind/next_window /usr/lib/bx/help/4_Misc/bind/nothing /usr/lib/bx/help/4_Misc/bind/parse_command /usr/lib/bx/help/4_Misc/bind/previous_window /usr/lib/bx/help/4_Misc/bind/quit_irc /usr/lib/bx/help/4_Misc/bind/quote_character /usr/lib/bx/help/4_Misc/bind/refresh_inputline /usr/lib/bx/help/4_Misc/bind/refresh_screen /usr/lib/bx/help/4_Misc/bind/reverse /usr/lib/bx/help/4_Misc/bind/scroll_backward /usr/lib/bx/help/4_Misc/bind/scroll_end /usr/lib/bx/help/4_Misc/bind/scroll_forward /usr/lib/bx/help/4_Misc/bind/scroll_start /usr/lib/bx/help/4_Misc/bind/self_insert /usr/lib/bx/help/4_Misc/bind/send_line /usr/lib/bx/help/4_Misc/bind/shove_to_history /usr/lib/bx/help/4_Misc/bind/stop_irc /usr/lib/bx/help/4_Misc/bind/swap_last_window /usr/lib/bx/help/4_Misc/bind/swap_next_window /usr/lib/bx/help/4_Misc/bind/swap_previous_window /usr/lib/bx/help/4_Misc/bind/switch_channels /usr/lib/bx/help/4_Misc/bind/toggle_insert_mode /usr/lib/bx/help/4_Misc/bind/toggle_stop_screen /usr/lib/bx/help/4_Misc/bind/transpose_characters /usr/lib/bx/help/4_Misc/bind/type_text /usr/lib/bx/help/4_Misc/bind/underline /usr/lib/bx/help/4_Misc/bind/unstop_all_windows /usr/lib/bx/help/4_Misc/bind/yank_from_cutbuffer /usr/lib/bx/help/4_Misc/cd /usr/lib/bx/help/4_Misc/clear /usr/lib/bx/help/4_Misc/digraph /usr/lib/bx/help/4_Misc/encrypt /usr/lib/bx/help/4_Misc/history /usr/lib/bx/help/4_Misc/hostname /usr/lib/bx/help/4_Misc/irchost /usr/lib/bx/help/4_Misc/ircname /usr/lib/bx/help/4_Misc/ircuser /usr/lib/bx/help/4_Misc/mesg /usr/lib/bx/help/4_Misc/mlist /usr/lib/bx/help/4_Misc/mload /usr/lib/bx/help/4_Misc/note /usr/lib/bx/help/4_Misc/rbind /usr/lib/bx/help/4_Misc/realname /usr/lib/bx/help/4_Misc/set /usr/lib/bx/help/4_Misc/set/always_split_biggest /usr/lib/bx/help/4_Misc/set/auto_new_nick /usr/lib/bx/help/4_Misc/set/auto_rejoin /usr/lib/bx/help/4_Misc/set/auto_unmark_away /usr/lib/bx/help/4_Misc/set/auto_whowas /usr/lib/bx/help/4_Misc/set/beep /usr/lib/bx/help/4_Misc/set/beep_max /usr/lib/bx/help/4_Misc/set/beep_on_msg /usr/lib/bx/help/4_Misc/set/beep_when_away /usr/lib/bx/help/4_Misc/set/bold_video /usr/lib/bx/help/4_Misc/set/channel_name_width /usr/lib/bx/help/4_Misc/set/client_information /usr/lib/bx/help/4_Misc/set/clock /usr/lib/bx/help/4_Misc/set/clock_24hour /usr/lib/bx/help/4_Misc/set/clock_alarm /usr/lib/bx/help/4_Misc/set/cmdchars /usr/lib/bx/help/4_Misc/set/command_mode /usr/lib/bx/help/4_Misc/set/comment_hack /usr/lib/bx/help/4_Misc/set/continued_line /usr/lib/bx/help/4_Misc/set/dcc_long_pathnames /usr/lib/bx/help/4_Misc/set/dcc_sliding_window /usr/lib/bx/help/4_Misc/set/dcc_store_path /usr/lib/bx/help/4_Misc/set/debug /usr/lib/bx/help/4_Misc/set/display /usr/lib/bx/help/4_Misc/set/display_ansi /usr/lib/bx/help/4_Misc/set/eight_bit_characters /usr/lib/bx/help/4_Misc/set/encrypt_program /usr/lib/bx/help/4_Misc/set/exec_protection /usr/lib/bx/help/4_Misc/set/floating_point_math /usr/lib/bx/help/4_Misc/set/flood_after /usr/lib/bx/help/4_Misc/set/flood_rate /usr/lib/bx/help/4_Misc/set/flood_users /usr/lib/bx/help/4_Misc/set/flood_warning /usr/lib/bx/help/4_Misc/set/full_status_line /usr/lib/bx/help/4_Misc/set/help_pager /usr/lib/bx/help/4_Misc/set/help_path /usr/lib/bx/help/4_Misc/set/help_prompt /usr/lib/bx/help/4_Misc/set/help_window /usr/lib/bx/help/4_Misc/set/hide_private_channels /usr/lib/bx/help/4_Misc/set/highlight_char /usr/lib/bx/help/4_Misc/set/history /usr/lib/bx/help/4_Misc/set/history_file /usr/lib/bx/help/4_Misc/set/hold_mode /usr/lib/bx/help/4_Misc/set/hold_mode_max /usr/lib/bx/help/4_Misc/set/indent /usr/lib/bx/help/4_Misc/set/input_aliases /usr/lib/bx/help/4_Misc/set/input_prompt /usr/lib/bx/help/4_Misc/set/input_protection /usr/lib/bx/help/4_Misc/set/insert_mode /usr/lib/bx/help/4_Misc/set/inverse_video /usr/lib/bx/help/4_Misc/set/lastlog /usr/lib/bx/help/4_Misc/set/lastlog_level /usr/lib/bx/help/4_Misc/set/load_path /usr/lib/bx/help/4_Misc/set/log /usr/lib/bx/help/4_Misc/set/logfile /usr/lib/bx/help/4_Misc/set/mail /usr/lib/bx/help/4_Misc/set/max_recursions /usr/lib/bx/help/4_Misc/set/menu /usr/lib/bx/help/4_Misc/set/mode_stripper /usr/lib/bx/help/4_Misc/set/no_ctcp_flood /usr/lib/bx/help/4_Misc/set/notify_handler /usr/lib/bx/help/4_Misc/set/notify_level /usr/lib/bx/help/4_Misc/set/notify_on_termination /usr/lib/bx/help/4_Misc/set/novice /usr/lib/bx/help/4_Misc/set/num_of_whowas /usr/lib/bx/help/4_Misc/set/pad_char /usr/lib/bx/help/4_Misc/set/realname /usr/lib/bx/help/4_Misc/set/reverse_status_line_var /usr/lib/bx/help/4_Misc/set/screen_options /usr/lib/bx/help/4_Misc/set/scroll /usr/lib/bx/help/4_Misc/set/scroll_lines /usr/lib/bx/help/4_Misc/set/security /usr/lib/bx/help/4_Misc/set/send_ignore_msg /usr/lib/bx/help/4_Misc/set/set /usr/lib/bx/help/4_Misc/set/shell /usr/lib/bx/help/4_Misc/set/shell_flags /usr/lib/bx/help/4_Misc/set/shell_limit /usr/lib/bx/help/4_Misc/set/show_away_once /usr/lib/bx/help/4_Misc/set/show_channel_names /usr/lib/bx/help/4_Misc/set/show_end_of_msgs /usr/lib/bx/help/4_Misc/set/show_numerics /usr/lib/bx/help/4_Misc/set/show_status_all /usr/lib/bx/help/4_Misc/set/show_who_hopcount /usr/lib/bx/help/4_Misc/set/status_away /usr/lib/bx/help/4_Misc/set/status_channel /usr/lib/bx/help/4_Misc/set/status_chanop /usr/lib/bx/help/4_Misc/set/status_clock /usr/lib/bx/help/4_Misc/set/status_format /usr/lib/bx/help/4_Misc/set/status_format1 /usr/lib/bx/help/4_Misc/set/status_format2 /usr/lib/bx/help/4_Misc/set/status_hold /usr/lib/bx/help/4_Misc/set/status_hold_lines /usr/lib/bx/help/4_Misc/set/status_insert /usr/lib/bx/help/4_Misc/set/status_mail /usr/lib/bx/help/4_Misc/set/status_mode /usr/lib/bx/help/4_Misc/set/status_no_repeat /usr/lib/bx/help/4_Misc/set/status_notify /usr/lib/bx/help/4_Misc/set/status_oper /usr/lib/bx/help/4_Misc/set/status_overwrite /usr/lib/bx/help/4_Misc/set/status_query /usr/lib/bx/help/4_Misc/set/status_server /usr/lib/bx/help/4_Misc/set/status_umode /usr/lib/bx/help/4_Misc/set/status_user /usr/lib/bx/help/4_Misc/set/status_user1 /usr/lib/bx/help/4_Misc/set/status_user2 /usr/lib/bx/help/4_Misc/set/status_user3 /usr/lib/bx/help/4_Misc/set/status_user4 /usr/lib/bx/help/4_Misc/set/status_user5 /usr/lib/bx/help/4_Misc/set/status_user6 /usr/lib/bx/help/4_Misc/set/status_user7 /usr/lib/bx/help/4_Misc/set/status_user8 /usr/lib/bx/help/4_Misc/set/status_user9 /usr/lib/bx/help/4_Misc/set/status_voice /usr/lib/bx/help/4_Misc/set/status_window /usr/lib/bx/help/4_Misc/set/suppress_from_remote_server /usr/lib/bx/help/4_Misc/set/suppress_server_motd /usr/lib/bx/help/4_Misc/set/tab /usr/lib/bx/help/4_Misc/set/tab_max /usr/lib/bx/help/4_Misc/set/translation /usr/lib/bx/help/4_Misc/set/underline_video /usr/lib/bx/help/4_Misc/set/user_information /usr/lib/bx/help/4_Misc/set/verbose_ctcp /usr/lib/bx/help/4_Misc/set/warn_of_ignores /usr/lib/bx/help/4_Misc/set/xterm_options /usr/lib/bx/help/4_Misc/summon /usr/lib/bx/help/4_Misc/which /usr/lib/bx/help/4_Misc/window /usr/lib/bx/help/4_Misc/window/add /usr/lib/bx/help/4_Misc/window/back /usr/lib/bx/help/4_Misc/window/balance /usr/lib/bx/help/4_Misc/window/beep_always /usr/lib/bx/help/4_Misc/window/bind /usr/lib/bx/help/4_Misc/window/channel /usr/lib/bx/help/4_Misc/window/create /usr/lib/bx/help/4_Misc/window/delete /usr/lib/bx/help/4_Misc/window/double /usr/lib/bx/help/4_Misc/window/goto /usr/lib/bx/help/4_Misc/window/grow /usr/lib/bx/help/4_Misc/window/hide /usr/lib/bx/help/4_Misc/window/hide_others /usr/lib/bx/help/4_Misc/window/hold_mode /usr/lib/bx/help/4_Misc/window/kill /usr/lib/bx/help/4_Misc/window/kill_others /usr/lib/bx/help/4_Misc/window/killswap /usr/lib/bx/help/4_Misc/window/last /usr/lib/bx/help/4_Misc/window/lastlog_level /usr/lib/bx/help/4_Misc/window/level /usr/lib/bx/help/4_Misc/window/list /usr/lib/bx/help/4_Misc/window/log /usr/lib/bx/help/4_Misc/window/logfile /usr/lib/bx/help/4_Misc/window/move /usr/lib/bx/help/4_Misc/window/name /usr/lib/bx/help/4_Misc/window/new /usr/lib/bx/help/4_Misc/window/next /usr/lib/bx/help/4_Misc/window/notify /usr/lib/bx/help/4_Misc/window/notify_level /usr/lib/bx/help/4_Misc/window/number /usr/lib/bx/help/4_Misc/window/pop /usr/lib/bx/help/4_Misc/window/previous /usr/lib/bx/help/4_Misc/window/prompt /usr/lib/bx/help/4_Misc/window/push /usr/lib/bx/help/4_Misc/window/refnum /usr/lib/bx/help/4_Misc/window/remove /usr/lib/bx/help/4_Misc/window/scroll /usr/lib/bx/help/4_Misc/window/server /usr/lib/bx/help/4_Misc/window/show /usr/lib/bx/help/4_Misc/window/shrink /usr/lib/bx/help/4_Misc/window/size /usr/lib/bx/help/4_Misc/window/stack /usr/lib/bx/help/4_Misc/window/swap /usr/lib/bx/help/4_Misc/window/unbind /usr/lib/bx/help/4_Misc/window/window /usr/lib/bx/help/5_Programming /usr/lib/bx/help/5_Programming/5_Programming /usr/lib/bx/help/5_Programming/alias /usr/lib/bx/help/5_Programming/assign /usr/lib/bx/help/5_Programming/call /usr/lib/bx/help/5_Programming/comment /usr/lib/bx/help/5_Programming/do /usr/lib/bx/help/5_Programming/dump /usr/lib/bx/help/5_Programming/echo /usr/lib/bx/help/5_Programming/eval /usr/lib/bx/help/5_Programming/exec /usr/lib/bx/help/5_Programming/fe /usr/lib/bx/help/5_Programming/fec /usr/lib/bx/help/5_Programming/for /usr/lib/bx/help/5_Programming/foreach /usr/lib/bx/help/5_Programming/hook /usr/lib/bx/help/5_Programming/if /usr/lib/bx/help/5_Programming/input /usr/lib/bx/help/5_Programming/input_char /usr/lib/bx/help/5_Programming/load /usr/lib/bx/help/5_Programming/on /usr/lib/bx/help/5_Programming/on/action /usr/lib/bx/help/5_Programming/on/channel_nick /usr/lib/bx/help/5_Programming/on/channel_signoff /usr/lib/bx/help/5_Programming/on/connect /usr/lib/bx/help/5_Programming/on/ctcp /usr/lib/bx/help/5_Programming/on/ctcp_reply /usr/lib/bx/help/5_Programming/on/dcc_chat /usr/lib/bx/help/5_Programming/on/dcc_connect /usr/lib/bx/help/5_Programming/on/dcc_lost /usr/lib/bx/help/5_Programming/on/dcc_raw /usr/lib/bx/help/5_Programming/on/dcc_request /usr/lib/bx/help/5_Programming/on/disconnect /usr/lib/bx/help/5_Programming/on/encrypted_notice /usr/lib/bx/help/5_Programming/on/encrypted_privmsg /usr/lib/bx/help/5_Programming/on/exec /usr/lib/bx/help/5_Programming/on/exec_errors /usr/lib/bx/help/5_Programming/on/exec_exit /usr/lib/bx/help/5_Programming/on/exec_prompt /usr/lib/bx/help/5_Programming/on/exit /usr/lib/bx/help/5_Programming/on/flood /usr/lib/bx/help/5_Programming/on/help /usr/lib/bx/help/5_Programming/on/hook /usr/lib/bx/help/5_Programming/on/idle /usr/lib/bx/help/5_Programming/on/input /usr/lib/bx/help/5_Programming/on/invite /usr/lib/bx/help/5_Programming/on/join /usr/lib/bx/help/5_Programming/on/kick /usr/lib/bx/help/5_Programming/on/leave /usr/lib/bx/help/5_Programming/on/list /usr/lib/bx/help/5_Programming/on/mail /usr/lib/bx/help/5_Programming/on/mode /usr/lib/bx/help/5_Programming/on/mode_stripped /usr/lib/bx/help/5_Programming/on/msg /usr/lib/bx/help/5_Programming/on/msg_group /usr/lib/bx/help/5_Programming/on/names /usr/lib/bx/help/5_Programming/on/nickname /usr/lib/bx/help/5_Programming/on/note /usr/lib/bx/help/5_Programming/on/notice /usr/lib/bx/help/5_Programming/on/notify_signoff /usr/lib/bx/help/5_Programming/on/notify_signon /usr/lib/bx/help/5_Programming/on/on /usr/lib/bx/help/5_Programming/on/pong /usr/lib/bx/help/5_Programming/on/public /usr/lib/bx/help/5_Programming/on/public_msg /usr/lib/bx/help/5_Programming/on/public_notice /usr/lib/bx/help/5_Programming/on/public_other /usr/lib/bx/help/5_Programming/on/raw_irc /usr/lib/bx/help/5_Programming/on/send_action /usr/lib/bx/help/5_Programming/on/send_dcc_chat /usr/lib/bx/help/5_Programming/on/send_msg /usr/lib/bx/help/5_Programming/on/send_notice /usr/lib/bx/help/5_Programming/on/send_public /usr/lib/bx/help/5_Programming/on/send_to_server /usr/lib/bx/help/5_Programming/on/server_notice /usr/lib/bx/help/5_Programming/on/signoff /usr/lib/bx/help/5_Programming/on/silence /usr/lib/bx/help/5_Programming/on/timer /usr/lib/bx/help/5_Programming/on/topic /usr/lib/bx/help/5_Programming/on/wall /usr/lib/bx/help/5_Programming/on/wallop /usr/lib/bx/help/5_Programming/on/who /usr/lib/bx/help/5_Programming/on/widelist /usr/lib/bx/help/5_Programming/on/window /usr/lib/bx/help/5_Programming/on/window_kill /usr/lib/bx/help/5_Programming/parsekey /usr/lib/bx/help/5_Programming/pause /usr/lib/bx/help/5_Programming/pop /usr/lib/bx/help/5_Programming/pretend /usr/lib/bx/help/5_Programming/push /usr/lib/bx/help/5_Programming/queue /usr/lib/bx/help/5_Programming/quote /usr/lib/bx/help/5_Programming/redirect /usr/lib/bx/help/5_Programming/repeat /usr/lib/bx/help/5_Programming/save /usr/lib/bx/help/5_Programming/send /usr/lib/bx/help/5_Programming/sendline /usr/lib/bx/help/5_Programming/shift /usr/lib/bx/help/5_Programming/sleep /usr/lib/bx/help/5_Programming/stack /usr/lib/bx/help/5_Programming/stub /usr/lib/bx/help/5_Programming/switch /usr/lib/bx/help/5_Programming/timer /usr/lib/bx/help/5_Programming/type /usr/lib/bx/help/5_Programming/unless /usr/lib/bx/help/5_Programming/unshift /usr/lib/bx/help/5_Programming/until /usr/lib/bx/help/5_Programming/wait /usr/lib/bx/help/5_Programming/while /usr/lib/bx/help/5_Programming/xecho /usr/lib/bx/help/5_Programming/xtype /usr/lib/bx/help/6_Functions /usr/lib/bx/help/6_Functions/6_Functions /usr/lib/bx/help/6_Functions/after /usr/lib/bx/help/6_Functions/afterw /usr/lib/bx/help/6_Functions/aliasctl /usr/lib/bx/help/6_Functions/ascii /usr/lib/bx/help/6_Functions/before /usr/lib/bx/help/6_Functions/beforew /usr/lib/bx/help/6_Functions/center /usr/lib/bx/help/6_Functions/chanmode /usr/lib/bx/help/6_Functions/chanusers /usr/lib/bx/help/6_Functions/chmod /usr/lib/bx/help/6_Functions/chngw /usr/lib/bx/help/6_Functions/chops /usr/lib/bx/help/6_Functions/chr /usr/lib/bx/help/6_Functions/close /usr/lib/bx/help/6_Functions/common /usr/lib/bx/help/6_Functions/connect /usr/lib/bx/help/6_Functions/convert /usr/lib/bx/help/6_Functions/copattern /usr/lib/bx/help/6_Functions/crypt /usr/lib/bx/help/6_Functions/curpos /usr/lib/bx/help/6_Functions/decode /usr/lib/bx/help/6_Functions/delarray /usr/lib/bx/help/6_Functions/delitem /usr/lib/bx/help/6_Functions/diff /usr/lib/bx/help/6_Functions/encode /usr/lib/bx/help/6_Functions/eof /usr/lib/bx/help/6_Functions/epic /usr/lib/bx/help/6_Functions/fexist /usr/lib/bx/help/6_Functions/filter /usr/lib/bx/help/6_Functions/finditem /usr/lib/bx/help/6_Functions/fromw /usr/lib/bx/help/6_Functions/fsize /usr/lib/bx/help/6_Functions/geom /usr/lib/bx/help/6_Functions/getarrays /usr/lib/bx/help/6_Functions/getitem /usr/lib/bx/help/6_Functions/getmatches /usr/lib/bx/help/6_Functions/getrmatches /usr/lib/bx/help/6_Functions/glob /usr/lib/bx/help/6_Functions/idle /usr/lib/bx/help/6_Functions/ifindfirst /usr/lib/bx/help/6_Functions/ifinditem /usr/lib/bx/help/6_Functions/igetitem /usr/lib/bx/help/6_Functions/index /usr/lib/bx/help/6_Functions/indextoitem /usr/lib/bx/help/6_Functions/info /usr/lib/bx/help/6_Functions/insertw /usr/lib/bx/help/6_Functions/iptoname /usr/lib/bx/help/6_Functions/isalpha /usr/lib/bx/help/6_Functions/ischannel /usr/lib/bx/help/6_Functions/ischanop /usr/lib/bx/help/6_Functions/isdigit /usr/lib/bx/help/6_Functions/itemtoindex /usr/lib/bx/help/6_Functions/jot /usr/lib/bx/help/6_Functions/key /usr/lib/bx/help/6_Functions/lastserver /usr/lib/bx/help/6_Functions/left /usr/lib/bx/help/6_Functions/leftw /usr/lib/bx/help/6_Functions/listen /usr/lib/bx/help/6_Functions/match /usr/lib/bx/help/6_Functions/matchitem /usr/lib/bx/help/6_Functions/mid /usr/lib/bx/help/6_Functions/midw /usr/lib/bx/help/6_Functions/mkdir /usr/lib/bx/help/6_Functions/mychannels /usr/lib/bx/help/6_Functions/myservers /usr/lib/bx/help/6_Functions/nametoip /usr/lib/bx/help/6_Functions/nochops /usr/lib/bx/help/6_Functions/notify /usr/lib/bx/help/6_Functions/notw /usr/lib/bx/help/6_Functions/numarrays /usr/lib/bx/help/6_Functions/numitems /usr/lib/bx/help/6_Functions/numonchannel /usr/lib/bx/help/6_Functions/numsort /usr/lib/bx/help/6_Functions/numwords /usr/lib/bx/help/6_Functions/onchannel /usr/lib/bx/help/6_Functions/open /usr/lib/bx/help/6_Functions/pass /usr/lib/bx/help/6_Functions/pattern /usr/lib/bx/help/6_Functions/pid /usr/lib/bx/help/6_Functions/pop /usr/lib/bx/help/6_Functions/ppid /usr/lib/bx/help/6_Functions/push /usr/lib/bx/help/6_Functions/rand /usr/lib/bx/help/6_Functions/read /usr/lib/bx/help/6_Functions/remw /usr/lib/bx/help/6_Functions/rename /usr/lib/bx/help/6_Functions/repeat /usr/lib/bx/help/6_Functions/restw /usr/lib/bx/help/6_Functions/reverse /usr/lib/bx/help/6_Functions/revw /usr/lib/bx/help/6_Functions/rfilter /usr/lib/bx/help/6_Functions/right /usr/lib/bx/help/6_Functions/rightw /usr/lib/bx/help/6_Functions/rindex /usr/lib/bx/help/6_Functions/rmatch /usr/lib/bx/help/6_Functions/rmatchitem /usr/lib/bx/help/6_Functions/rmdir /usr/lib/bx/help/6_Functions/rpattern /usr/lib/bx/help/6_Functions/sar /usr/lib/bx/help/6_Functions/servername /usr/lib/bx/help/6_Functions/setitem /usr/lib/bx/help/6_Functions/shift /usr/lib/bx/help/6_Functions/sort /usr/lib/bx/help/6_Functions/splice /usr/lib/bx/help/6_Functions/split /usr/lib/bx/help/6_Functions/srand /usr/lib/bx/help/6_Functions/stime /usr/lib/bx/help/6_Functions/strftime /usr/lib/bx/help/6_Functions/strip /usr/lib/bx/help/6_Functions/stripansi /usr/lib/bx/help/6_Functions/strlen /usr/lib/bx/help/6_Functions/tdiff /usr/lib/bx/help/6_Functions/tdiff2 /usr/lib/bx/help/6_Functions/time /usr/lib/bx/help/6_Functions/tolower /usr/lib/bx/help/6_Functions/toupper /usr/lib/bx/help/6_Functions/tow /usr/lib/bx/help/6_Functions/tr /usr/lib/bx/help/6_Functions/trunc /usr/lib/bx/help/6_Functions/twiddle /usr/lib/bx/help/6_Functions/umask /usr/lib/bx/help/6_Functions/uniq /usr/lib/bx/help/6_Functions/unlink /usr/lib/bx/help/6_Functions/unshift /usr/lib/bx/help/6_Functions/userhost /usr/lib/bx/help/6_Functions/usermode /usr/lib/bx/help/6_Functions/utime /usr/lib/bx/help/6_Functions/version /usr/lib/bx/help/6_Functions/which /usr/lib/bx/help/6_Functions/winnam /usr/lib/bx/help/6_Functions/winnum /usr/lib/bx/help/6_Functions/winserv /usr/lib/bx/help/6_Functions/winsize /usr/lib/bx/help/6_Functions/winvisible /usr/lib/bx/help/6_Functions/word /usr/lib/bx/help/6_Functions/write /usr/lib/bx/help/6_Functions/writeb /usr/lib/bx/help/7_Docs /usr/lib/bx/help/7_Docs/7_Docs /usr/lib/bx/help/7_Docs/About_EPIC /usr/lib/bx/help/7_Docs/Arrays /usr/lib/bx/help/7_Docs/Command_Line /usr/lib/bx/help/7_Docs/Compile_Opts /usr/lib/bx/help/7_Docs/Copyright /usr/lib/bx/help/7_Docs/Environment /usr/lib/bx/help/7_Docs/Etiquette /usr/lib/bx/help/7_Docs/Expressions /usr/lib/bx/help/7_Docs/Introduction /usr/lib/bx/help/7_Docs/Key_Bindings /usr/lib/bx/help/7_Docs/Menus /usr/lib/bx/help/7_Docs/New_User /usr/lib/bx/help/7_Docs/Patterns /usr/lib/bx/help/7_Docs/Programming /usr/lib/bx/help/7_Docs/Security /usr/lib/bx/help/7_Docs/Serial_Numbers /usr/lib/bx/help/7_Docs/Server_List /usr/lib/bx/help/7_Docs/Server_Numerics /usr/lib/bx/help/7_Docs/Signals /usr/lib/bx/help/7_Docs/Special_Vars /usr/lib/bx/help/7_Docs/Status_Line /usr/lib/bx/help/7_Docs/Text_Highlight /usr/lib/bx/help/7_Docs/Updates /usr/lib/bx/help/8_Scripts /usr/lib/bx/help/8_Scripts/2.8script /usr/lib/bx/help/8_Scripts/8_Scripts /usr/lib/bx/help/8_Scripts/action /usr/lib/bx/help/8_Scripts/alias /usr/lib/bx/help/8_Scripts/autokick /usr/lib/bx/help/8_Scripts/autoop /usr/lib/bx/help/8_Scripts/away /usr/lib/bx/help/8_Scripts/basical /usr/lib/bx/help/8_Scripts/bigcheese /usr/lib/bx/help/8_Scripts/brc /usr/lib/bx/help/8_Scripts/channel /usr/lib/bx/help/8_Scripts/columns /usr/lib/bx/help/8_Scripts/commander /usr/lib/bx/help/8_Scripts/compl.mods /usr/lib/bx/help/8_Scripts/complete /usr/lib/bx/help/8_Scripts/country /usr/lib/bx/help/8_Scripts/cursor /usr/lib/bx/help/8_Scripts/deban /usr/lib/bx/help/8_Scripts/deutsch /usr/lib/bx/help/8_Scripts/disc /usr/lib/bx/help/8_Scripts/edit /usr/lib/bx/help/8_Scripts/english /usr/lib/bx/help/8_Scripts/environment /usr/lib/bx/help/8_Scripts/events /usr/lib/bx/help/8_Scripts/events.hop /usr/lib/bx/help/8_Scripts/fake-dcc /usr/lib/bx/help/8_Scripts/fe /usr/lib/bx/help/8_Scripts/files /usr/lib/bx/help/8_Scripts/finger /usr/lib/bx/help/8_Scripts/fnet /usr/lib/bx/help/8_Scripts/follow /usr/lib/bx/help/8_Scripts/functions /usr/lib/bx/help/8_Scripts/funnyban /usr/lib/bx/help/8_Scripts/genalias /usr/lib/bx/help/8_Scripts/global /usr/lib/bx/help/8_Scripts/guh /usr/lib/bx/help/8_Scripts/history /usr/lib/bx/help/8_Scripts/history-match /usr/lib/bx/help/8_Scripts/imap /usr/lib/bx/help/8_Scripts/ircprimer /usr/lib/bx/help/8_Scripts/ircrc /usr/lib/bx/help/8_Scripts/keybinds /usr/lib/bx/help/8_Scripts/kickmenu /usr/lib/bx/help/8_Scripts/killpath /usr/lib/bx/help/8_Scripts/kpstat /usr/lib/bx/help/8_Scripts/less /usr/lib/bx/help/8_Scripts/list /usr/lib/bx/help/8_Scripts/local /usr/lib/bx/help/8_Scripts/log /usr/lib/bx/help/8_Scripts/ls /usr/lib/bx/help/8_Scripts/lynx_ircrc /usr/lib/bx/help/8_Scripts/meta /usr/lib/bx/help/8_Scripts/meta1 /usr/lib/bx/help/8_Scripts/modes /usr/lib/bx/help/8_Scripts/more /usr/lib/bx/help/8_Scripts/msg /usr/lib/bx/help/8_Scripts/mudirc /usr/lib/bx/help/8_Scripts/mudlike /usr/lib/bx/help/8_Scripts/multi /usr/lib/bx/help/8_Scripts/nemesis /usr/lib/bx/help/8_Scripts/netsplit /usr/lib/bx/help/8_Scripts/netsplit.env /usr/lib/bx/help/8_Scripts/newaway /usr/lib/bx/help/8_Scripts/newformat /usr/lib/bx/help/8_Scripts/nicks /usr/lib/bx/help/8_Scripts/old-dcc /usr/lib/bx/help/8_Scripts/oldping /usr/lib/bx/help/8_Scripts/ping /usr/lib/bx/help/8_Scripts/prefix /usr/lib/bx/help/8_Scripts/recursion /usr/lib/bx/help/8_Scripts/repeat /usr/lib/bx/help/8_Scripts/screen /usr/lib/bx/help/8_Scripts/shell /usr/lib/bx/help/8_Scripts/silent /usr/lib/bx/help/8_Scripts/smileys /usr/lib/bx/help/8_Scripts/sound /usr/lib/bx/help/8_Scripts/spfix /usr/lib/bx/help/8_Scripts/starutils /usr/lib/bx/help/8_Scripts/stat /usr/lib/bx/help/8_Scripts/tabkey /usr/lib/bx/help/8_Scripts/tabkey.wc /usr/lib/bx/help/8_Scripts/tc /usr/lib/bx/help/8_Scripts/time /usr/lib/bx/help/8_Scripts/tls /usr/lib/bx/help/8_Scripts/troy /usr/lib/bx/help/8_Scripts/uhnotify /usr/lib/bx/help/8_Scripts/uping /usr/lib/bx/help/8_Scripts/wallopstat /usr/lib/bx/help/8_Scripts/webster /usr/lib/bx/help/8_Scripts/window /usr/lib/bx/help/BitchX.help /usr/lib/bx/help/README_FIRST /usr/lib/bx/script /usr/man/man1/BitchX.1.gz
Generated by rpm2html 1.0
root@localhost, Thu May 27 10:01:31 1999