AminetAminet
Search:
84783 packages online
About
Recent
Browse
Search
Upload
Setup
Services

comm/irc/eggdrop-1.6.12.lha

Mirror:Random
Showing: ppc-warpup icongeneric icon
No screenshot available
Short:Internet Relay Chat (IRC) bot;
Author:Eggheads Development Team
Uploader:Diego Casorran <dcr8520 amiga org>
Type:comm/irc
Version:1.6.12
Architecture:m68k-amigaos
Date:2003-08-24
Requires:ixemul.library
Download:comm/irc/eggdrop-1.6.12.lha - View contents
Readme:comm/irc/eggdrop-1.6.12.readme
Downloads:765

  Please at least SKIM this document before asking questions. In fact, READ
  IT if you've never successfully set up an Eggdrop bot before. PLEASE! READ
  IT!

  Contents

    0. Important notice
    1. What is Eggdrop?
    2. How do I get Eggdrop?
       2a. How to get the latest version of Eggdrop via CVS
    3. Quick startup
    4. Upgrading
       4a. Upgrading from a pre-1.3 version to 1.6
       4b. Upgrading from an older 1.3/1.4/1.5/1.6 version to a newer one
    5. Command line
    6. Frequently Asked Questions
       6a. What do I do if I get the error "User file not found"?
       6b. My Eggdrop won't run; It just says "Can't find your hostname!"
       6c. What the Heck is Tcl?
       6d. My bot dies and the last entry in the logfile is "Received terminate
           signal". What does that mean and can I prevent it?
       6e. My compile dies at the last minute with "LD fatal signal 11"!
       6f. Someone else set up a bot I don't like. Are there any backdoors I
           can use to take their bot down?
       6g. What are modules?
       6h. Can I compile Eggdrop without dynamic modules?
           6h1. Do I still need to "loadmodule" modules?
       6i. Where can I get a pre-compiled Eggdrop for my computer?
       6j. I get "Makefile:3 : invalid operator" or some such thing when I
           try to "make".
       6k. When I "tclsh scripts/weed <userfile> c" It barfs chunks at me
           and dies.
       6l. I get "ld-elf.so.1: Shared object "libtcl80.so.1" not found" or
           "eggdrop: error in loading shared libraries / libtcl8.1.so: cannot
           open shared object file: No such file or directory" when I try to
           start my bot.
       6m. I get a whole pile of "unresolved symbol 'Tcl_AppendResult'" (or
           some other symbol) when I try to load a module.
    7. Setting up a crontab
       7a. Setting up a crontab using autobotchk
    8. Boring legal stuff
    9. Mailing list
   10. Documentation
   11. Obtaining help

     _________________________________________________________________


  (0) NOTICE

    Please read this file carefully before trying to set up Eggdrop. Also,
    make SURE that you select your +n (owner) users wisely! They have 100%
    access to your bot and account! ONLY GIVE THIS POWER TO SOMEONE YOU
    TRUST COMPLETELY!!


  (1) WHAT IS EGGDROP?

    Eggdrop is the world's most popular Internet Relay Chat (IRC) bot; it is
    freely distributable under the GNU General Public License (GPL). Eggdrop
    is a feature rich program designed to be easily used and expanded upon by
    both novice and advanced IRC users on a variety of hardware and software
    platforms.

    An IRC bot is a program that sits on an IRC channel and preforms automated
    tasks while looking just like a normal user on the channel. Some of these
    functions include protecting the channel from abuse, allowing privileged
    users to gain op or voice status, logging channel events, providing
    information, hosting games, etc.

    One of the features that makes Eggdrop stand out from other bots is module
    and Tcl scripting support. With scripts and modules, you can make the bot
    preform almost any task you want. They can do anything from preventing
    floods to greeting users and banning advertisers from channels.

    You can also link multiple Eggdrop bots together to form a botnet. This
    can allow bots to op each other securely, control floods efficiently, and
    even link channels across multiple IRC networks. It also allows the
    Eggdrops share user lists, ban lists, exempt/invite lists, and ignore
    lists with other bots if userfile sharing is enabled. This allows users
    to have the same access on every bot on your botnet. It also allows the
    bots to distribute tasks such as opping and banning users. See doc/BOTNET
    for information on setting up a botnet.

    Eggdrop is always being improved and adjusted because there are bugs to
    be fixed and features to be added (if the users demand them, and they make
    actually sense). In fact, it existed for several years as v0.7 - v0.9
    before finally going 1.0. This version of Eggdrop is part of the 1.6 tree.
    A valiant effort has been made to chase down and destroy bugs.

    This README file contains information about how to get Eggdrop, command
    line options for Eggdrop, what you may need to do when upgrading from
    older versions, a list of frequently asked questions, how to set up a
    crontab, some boring legal stuff, info about the mailing list (a great
    place to ask questions, and a good place to report bugs, too), some basics
    about CVS usage, and some channels where you might get help with Eggdrop.


  (2) HOW TO GET EGGDROP

    Before you can compile Eggdrop, you need to have Tcl installed on your
    system. Most systems should have Tcl on them by now -- you can check by
    trying the command "tclsh". If it works, you will be given a "%" prompt,
    and you can type "exit" to exit the program. This means Tcl is installed
    on your system. If tclsh doesn't load, then Tcl probably isn't on your
    system, and you will need to install it. The best ftp site for Tcl is
    ftp://ftp.scriptics.com/pub/tcl.

    Tcl comes with the most distributions of Linux. HOWEVER, the one that comes
    on Slackware 3.0 is goofed up and you'll have to re-install it for yourself
    to get it working.

    Currently, the 1.6 tree of Eggdrop is developed at eggheads.org. You can
    get the latest version of Eggdrop from the following url:

      http://www.geteggdrop.com

    You might try www.eggheads.org for help and information.


  (2a) CVS USAGE

    You can obtain the VERY LATEST version of Eggdrop, that is still under
    development, by using CVS. CVS means 'Concurrent Versions System' and is
    a tool for developers to always keep source code up to date. Try 'man cvs'
    on your shell for more information about CVS.

    This is intended only for users that know a good bit about Eggdrop. Be
    aware that the versions of Eggdrop that you get via CVS are still being
    developed, and may be buggy. The Eggheads devteam will in NO WAY take
    any responsibility for whatever might happen to you or your shell if
    you use a CVS version of Eggdrop.

    To obtain Eggdrop over CVS, do as follows:

      1. Log into your shell.

      2. Type: 'export
         CVSROOT=:pserver:anonymous@cvs.eggheads.org:/usr/local/cvsroot'.

      3. Type 'cvs login'.

      4. Press <enter> when prompted for a password.

      5. In your home dir, type 'cvs checkout eggdrop1.6'

      6. In ~/eggdrop1.6, you should have a copy of the latest CVS version
         of Eggdrop.

    Notes:

      o You can 'cvs logout', but you don't need to.

      o You don't need to go through this whole process every time. If you
        want to get a CVS version of Eggdrop at a later time, you can just
        'cd ~/eggdrop1.6' and type 'cvs update -dAP'.

      o If you experience errors when using 'export', you might be using tclsh
        as a shell. If so, try using the command 'setenv' instead of 'export':

          setenv CVSROOT :pserver:anonymous@cvs.eggheads.org:/usr/local/cvsroot


  (3) QUICK STARTUP

    Please see the 'INSTALL' file AFTER you finish reading this file.


  (4) UPGRADING


  (4a) UPGRADING FROM A PRE-1.3 VERSION TO 1.6

    #### BACK UP YOUR USERFILE ####

    We can't stress this enough. If you are upgrading and you have even a
    slight possibility of downgrading again later, you will HAVE to back up
    your userfile, or you will lose it. v1.3 of Eggdrop radically changed a
    lot of things.

    There are many major changes between v0.9, v1.0, v1.1 and v1.6, so PAY
    ATTENTION to this part if you have a v0.9, 1.0 or 1.1 bot currently. If
    you're just starting out, you can skip this section.

    If you run share bots, you will need to upgrade them all at the same time
    because of the new userfile format. Older bots will be able to link in,
    but will not get or send a userfile. MAKE A NEW CONFIG FILE from the
    example; there are some radical changes.

    If you are upgrading from 0.9/1.0 to 1.6, just redo the whole thing.
    Absolutely everything has changed, including the userfile and config file
    formats.

    If you are upgrading from 1.1/1.2 to 1.6, you will likely want to redo
    the config file, as much as changed. BACK UP! You will need to run 'tclsh
    scripts/weed/<userfile> c' to convert your userfile from v3 (1.1/1.2) to
    v4 (1.3/1.4/1.5/1.6).


  (4b) UPGRADING FROM AN OLDER 1.3/1.4/1.5/1.6 VERSION TO A NEWER 1.6 VERSION

    If you followed the 'INSTALL' file and did a 'make install' (or 'make
    install DEST="path"') after 'make', this will be pretty easy. Just upload
    the new eggdrop1.6.x.tar.gz file to your home dir on your shell, gunzip
    and untar it, and type 'cd ~/eggdrop1.6.x'. Next, type './configure',
    'make config' or 'make iconfig', then 'make'. Then, kill the bot ('.die'
    on the party line), and 'make install' to the same directory your bot
    is currently in. After that, you can just restart your bot. You may wish
    to delete the old Eggdrop executable and modules as well, especially if
    you have limited disk space.

    You should read through the new eggdrop.complete.conf file for all the new
    options in Eggdrop 1.6.x if you are upgrading from 1.3.x or 1.4.x. You can
    copy and paste any of these settings into you current conf file if you do
    not want to use the default settings.


  (5) COMMAND LINE

    Eggdrop has some command-line options -- not many, because most things
    should be defined through the config file. However, sometimes you may
    want to start up the bot in a different mode, and the command-line
    options let you do that. Basically, the command line for Eggdrop is:

      % eggdrop [options] [config-file]

    The options available are:

      -n: Don't background. Normally, Eggdrop will move itself into the
          background when you start it up, meaning you'll get another shell
          prompt, and you can do other things while the bot is running. With
          -n, you won't return to the shell prompt until the bot exits (which
          won't normally happen until it's killed). By default, -n will send
          all log entries to the console.

      -nt: Don't background, use terminal. This is just like -n, except that
           instead of seeing log entries, your console will simulate a DCC
           chat with the bot.

      -nc: Don't background, show channel info. This is just like -n, except
           that instead of seeing log entries, every 10 seconds your screen
           will clear and you will see the current channel status, sort of
           like "top".

      -m: Create userfile. If you don't have a userfile, this will make Eggdrop
          create one and give owner status to the first person that introduces
          himself or herself to it. You'll need to do this when you first set
          up your bot.

      -v: Show version info, then quit.

    Most people never use any of the options except -m, and you usually only
    need to use that once.


  (6) FREQUENTLY ASKED QUESTIONS (or "Why doesn't this thing work?")

    6a. WHAT DO I DO IF I GET THE ERROR "USER FILE NOT FOUND"?

      1. Run Eggdrop with the "-m" option (i.e., "eggdrop -m eggdrop.conf").

      2. Go to IRC and send "hello" to your bot (i.e., "/msg mybot hello").

      3. You will become an owner on your bot. You can leave the bot running
         (nobody else will become an owner if they say "hello"), but in the
         future, don't use the "-m" option when running the bot.

    6b. MY EGGDROP WON'T RUN; IT JUST SAYS "CAN'T FIND YOUR HOSTNAME!"

      Your machine is set up strangely, and Eggdrop can't figure out its
      network hostname. You can get around this by setting the my-ip setting
      in the config file correctly.

    6c. WHAT THE HECK IS Tcl?

      Tcl is a scripting language written by John Ousterhout. It's much better
      than most "built-in" script languages (like the one in ircII) and is
      meant to be linked with anything needing a  scripting language, so I
      linked it with Eggdrop. The file "tcl-commands.doc" in the doc directory
      contains a list of additional Tcl commands provided by Eggdrop. There
      are also several example scripts in the scripts/ directory, and one in
      the doc directory called first_script.txt. Hundreds of scripts floating
      around on the ftp/web sites if you like working by example (which is
      typically the best way).

    6d. MY BOT DIES, AND THE LAST ENTRY IN THE LOGFILE IS "RECEIVED TERMINATE
        SIGNAL". WHAT DOES THAT MEAN, AND CAN I PREVENT IT?

      There's nothing you can do to prevent it. It means the system
      administrator is killing the Eggdrop process. Most of the time, it's an
      automatic thing that happens when the system is being rebooted, so it's
      harmless. If you have a crontab running, the bot will get restarted when
      the system is back online. Occasionally, the system administrator will
      kill the bot manually. For example, if he/she doesn't want bots running
      on the system.

    6e. MY COMPILE DIES AT THE LAST MINUTE WITH "LD FATAL SIGNAL 11"!
      
      See doc/compiling.FAQ.

    6f. SOMEONE ELSE SET UP A BOT I DON'T LIKE. ARE THERE ANY BACKDOORS I CAN
        USE TO TAKE THEIR BOT DOWN?

      No, there have never been any backdoors and there never will be, so
      please stop asking. Every once in a while, someone finds a way to
      exploit a bug in Eggdrop, but we fix these bugs as soon as we find out
      about them. If you want to bring down someone else's bot, you will not
      have my/our help.

    6g. WHAT ARE MODULES?

      Modules are a way of adding extra features to the bot, much like Tcl
      scripts, without requiring the bot to be recompiled. See doc/MODULES
      for more information.

    6h. CAN I COMPILE EGGDROP WITHOUT DYNAMIC MODULES?

       Yes, you can. If the configure script detects that your system CAN'T
       run modules, it will setup 'make' to link the modules in statically
       for you. You can choose this option yourself by using 'make static'.
       You can also try to compile dynamic modules on a static-only system
       by using 'make eggdrop'.

    6h1. DO I STILL NEED TO 'loadmodule' MODULES?

      YES, when you compile statically, all the modules are linked into the
      main executable. HOWEVER, they are not enabled until you use loadmodule
      to enable them, hence you get nearly the same functionality with static
      modules as with dynamic modules.

    6i. WHERE CAN I GET A PRE-COMPILED EGGDROP FOR MY COMPUTER?

      It is HIGHLY recommended AGAINST using pre-compiled Eggdrops from
      un-trusted sources. Eggdrop has been a regular target for hacking and
      crashing. Distribution of pre-compiled (binary) versions of Eggdrop are
      the easiest way for hackers to provide you with the easiest (and most
      dangerous) way of gaining access to, not only your bot, but to your
      computer account directly. Don't advertise your pre-compiled Eggdrop
      binary sites on the Eggdrop list either. =P

    6j. I GET 'Makefile:3 :invalid operator' OR SOME-SUCH-THING WHEN I TRY
        TO 'make'.

      Try 'gmake'.

    6k. WHEN I 'tclsh scripts/weed <userfile> c' IT BARFS CHUNKS AT ME AND
        DIES. :(

      Upgrade your Tcl. You are probably using Tcl 7.5 or earlier. Some of the
      commands in weed require Tcl7.6 to run, so either upgrade it or remove
      the offending lines from you userfile manually (those starting with '.'
      generally) and accept the loss of that data.

    6l. I GET "ld-elf.so.1: Shared object "libtcl80.so.1" not found" or
        "eggdrop: error in loading shared libraries libtcl8.1.so: \
        cannot open shared object file: No such file or directory" WHEN I TRY
        TO START MY BOT.

      './configure' is looking in the wrong place for Tcl; it looks like it
      compiled with one version of Tcl and tries to load another. Maybe your
      sysadmin upgraded Tcl and didn't tell you. In that case, you should just
      need to recompile your bot.

      Maybe, when upgrading, he didn't clean the old version of Tcl and
      './configure' is looking for the files in the wrong places, or trying
      to use different versions of tcl.h and libtcl*. Smack your admin and
      have him install Tcl properly. ;)

      You can also try:

        ./configure --with-tcllib=<path-to-tcl-lib>
                    --with-tclinc=<path-to-tcl-inc>

      This will tell configure where to look for the Tcl files.

      Try looking for libtcl by:

        ls /usr/lib/libtcl*
        ls /usr/local/lib/libtcl*

      Try looking for tcl.h by:

        ls /usr/include/tcl.h
        ls /usr/local/include/tcl.h

        If everything else fails, try to install Tcl to your home dir ;)
        (Suggested by dw@Undernet, dw@lixom.nu)

    6m. I GET A WHOLE PILE OF "Unresolved symbol 'Tcl_AppendResult'" (OR SOME
        OTHER SYMBOL) WHEN I TRY TO LOAD A MODULES.

      POSSIBILITY A: See section 12.

      POSSIBILITY B:

        Some of the standard libraries have been compiled for static linking
        only on your machine, you have 3 options:

          1. If it's your own machine, recompile Tcl using dynamic linking by
             using './configure --enable-shared' when you configure Tcl (not
             the bot) and then remake, and reinstall.

          2. If it's not your machine, you make have to resort to 'make static'
             and 'make install DEST="path"' to make and install your bot.

          3. If you are of a more aggressive sense of mind, go beat the
             stuffing out of your admin for having lame static libraries. :)


  (7) SETTING UP A CRONTAB

    Eggdrop has become more stable with time, thanks mostly to people
    reporting bug details and helping find places where it crashes. However,
    there are still a -few- places where things aren't perfect. Few, if any,
    things in life are.

    Also, most systems go down from time to time. These things cause your bot
    to disappear from IRC, and you have to restart it.

    Eggdrop comes with a shell script called 'botchk' that will help keep the
    bot online. It will make the machine check every ten minutes to make sure
    your bot is still running. To use it, you have to add a line to your
    crontab. First, edit 'botchk' and change the directory and command line
    parameters so that it will be able to start up your bot. Then, add this
    line to your crontab:

      0,10,20,30,40,50 * * * * /home/mydir/botchk

    If you don't want to get e-mails from cron, use this:

      0,10,20,30,40,50 * * * * /home/mydir/botchk >/dev/null 2>&1

    Naturally, you need to change the path to the correct path for botchk. If
    you've never used crontab before, here is a simple way to add that line:

      1. Create a new file called 'mycron' and put the above line into it.

      2. From your shell prompt, type '% crontab mycron'.

    That will create a new crontab entry for you with a line that runs botchk
    every ten minutes. Botchk will then restart the bot when necessary (and
    send you email informing you).


  (7a) SETTING UP A CRONTAB USING AUTOBOTCHK

    Included with your Eggdrop is an Eggdrop utility called 'autobotchk'.
    Using autobotchk is probably the fastest way of creating your botchk and
    crontabbing it with just a few required steps:

      1. Type 'cp scripts/autobotchk ..'.

      2. Type './autobotchk <Eggdrop config file>'.

    This will hopefully crontab your bot using the default setup. If you want
    a list of autobotchk options, type './autobotchk'. An example with options
    would be:

      ./autobotchk <Eggdrop config file> -noemail -5

    This would setup crontab to run the botchk every 5 minutes and also to
    not send you e-mail saying that it restarted your bot.


  (8) BORING LEGAL STUFF

    The Eggdrop bot is copyright (C) by Robey Pointer. As of January, 1997,
    Eggdrop is distributed according to the GNU General Public License. There
    should be a copy of this license in the file 'COPYING'. If not, write to
    the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

    As of eggdrop1.3.28, all changes made by the Eggheads development team to
    the Eggdrop source code and any related files are copyright (C) by
    Eggheads. The source code will still be distributed according to the GNU
    General Public License as Robey Pointer did in the past.

    Releases previous to 1.0m were made using a different licensing scheme.
    You may, at your option, use the GNU General Public License on those
    versions (instead of the license packaged with them) with my blessing.
    For any versions bearing a copyright date of 1997 or later, you have
    no choice -- you must use the GNU General Public License.

    The files "match.c", "net.c", and "blowfish.c" are exempt from the above
    restrictions. "match.c" is original code by Chris Fuller (email:
    crf@cfox.bchs.uh.edu) and has been placed by him into the public domain.
    "net.c" is by me, and I [who?] also choose to place it in the public
    domain. "blowfish.c" is by various sources and is in the public domain
    as well. All 3 files contain useful functions that could easily be
    ported to other applications.

    Tcl is by John Ousterhout and is in no way affiliated with Eggdrop. It
    likely has its own set of copyrights and whatnots.

    There is no warranty, implied or whatever. You use this software at your
    own risk, no matter what purpose you put it to.


  (9) MAILING LIST

    There are currently a couple of mailing lists about Eggdrop.
    eggheads@eggheads.org is the one relevant for posts about Eggdrop 1.4 and
    up (suggestions, help, etc).

    To subscribe to the eggheads mailing list, send e-mail to
    eggheads-request@eggheads.org. In the body of the message, put "subscribe
    eggheads". You can also go to the following url:

      http://scrambled.eggheads.org/mailman/listinfo/eggheads

    ### DO NOT SEND ROBEY EMAIL ABOUT EGGDROP! ###

    Robey is no longer developing the Eggdrop code, so don't bother e-mailing
    him. If you have a serious problem, email the eggheads mailing list and
    it will get to the coders.

    Please, before posting to this list, see what things are like. When you do
    post, read over your post for readability, spelling, and grammar mistakes.
    Obviously, we're all human (or are we?) and we all make mistakes (heck,
    look at this document! ;).

    Open discussion and debate is integral to change and progress. Don't flame
    others over mere form (grammar and spelling), or even substantive issues
    for that matter. Please read and follow the mailing list rules.

    The eggheads@eggheads.org mailing list is not dedicated to those all too
    common questions we have all seen on other lists... For example:

      o "Why does my bot say this: Please edit your config file."
      o "How do I telnet my bot?"
      o "Where do I get Eggdrop for windows??????"

    Technical questions, your thoughts or suggestions on new features being
    added to Eggdrop, things that should be removed or fixed, amazing problems
    that even stump the guru's, etc. are what we want to see here.

    Bug reports should be sent to bugs@eggheads.org. Please read and fill out
    the BUG-REPORT file in the doc directory.

    DO NOT SEND HTML E-MAILS TO ANY OF THE EGGHEADS.ORG MAILING LISTS. ANYONE
    CAUGHT SENDING HTML E-MAILS TO ONE OF THESE LISTS WILL BE REMOVED
    IMMEDIATELY!


  (10) DOCUMENTATION

    We're trying to keep the documentation up to date. If you feel that
    anything is missing here or that anything should be added, etc, please
    email eggheads@eggheads.org about it. Thank you.


  (11) OBTAINING HELP

    You can obtain help with Eggdrop in the following IRC channels:

      Undernet - #eggdrop, #eggies
      EFnet - #egghelp, #eggfaq
      IRCnet - #eggdrop
      DALnet - #eggdrop, #botcentral
      OPN - #eggdrop, #egghelp
      QuakeNet - #eggdrop

    If you plan to ask questions in any of the above channels, you should be
    familiar with and follow IRC etiquette.

      o Don't type using CAPITAL letters, colors, or bold.

      o Don't use  "!" and "?" excessively.

      o Don't /msg people without their permission.

      o Don't repeat or paste large amounts of text to the channel.

    If there are any other serious Eggdrop related channels that should be
    added to the above list, please let us know.

  ________________________________________________________________________

Copyright (C) 1997 Robey Pointer
Copyright (C) 1999, 2000, 2001, 2002 Eggheads Development Team



ø°`ø°`ø°`ø°`ø°`ø°`ø°`ø°`ø°`ø°`ø°`ø°`ø°`ø°`ø°`ø°`ø°`ø°`ø°`ø°`ø°`ø°`ø°`ø°`ø°`ø°`
`°ø`°ø`°ø`°ø`°ø`°ø`°ø`°ø`°ø`°ø`°ø`°ø`°ø`°ø`°ø`°ø`°ø`°ø`°ø`°ø`°ø`°ø`°ø`°ø`°ø`°ø

Latest update of this package can be found at  http://amiga.sourceforge.net/

ø°`ø°`ø°`ø°`ø°`ø°`ø°`ø°`ø°`ø°`ø°`ø°`ø°`ø°`ø°`ø°`ø°`ø°`ø°`ø°`ø°`ø°`ø°`ø°`ø°`ø°`
`°ø`°ø`°ø`°ø`°ø`°ø`°ø`°ø`°ø`°ø`°ø`°ø`°ø`°ø`°ø`°ø`°ø`°ø`°ø`°ø`°ø`°ø`°ø`°ø`°ø`°ø




·············································A·r·c·h·i·v·e··C·o·n·t·e·n·t·s··
LhA Freeware Version 2.2
Copyright © 1991-94 by Stefan Boberg.
Copyright © 1998-2000 by Jim Cooper and David Tritscher.

Listing of archive 'eggdrop-1.6.12.lha':
Original  Packed Ratio    Date     Time    Name
-------- ------- ----- --------- --------  -------------
   45618   15998 64.9% 08-Sep-02 16:53:04 +eggdrop.advanced.conf
   49944   17517 64.9% 08-Sep-02 16:53:04 +eggdrop.complete.conf
    5036    2342 53.4% 08-Sep-02 16:53:04 +eggdrop.simple.conf
   14988    5645 62.3% 08-Sep-02 16:53:10 +cmds1.help
   20039    7262 63.7% 08-Sep-02 16:53:10 +cmds2.help
    7000    2524 63.9% 08-Sep-02 16:53:10 +core.help
    1535     597 61.1% 08-Sep-02 16:53:22 +channels.help
    7120    2806 60.5% 08-Sep-02 16:53:12 +cmds1.help
    6991    2649 62.1% 08-Sep-02 16:53:12 +cmds2.help
      43      43  0.0% 08-Sep-02 16:53:06 +CONTENTS
     285     153 46.3% 08-Sep-02 16:53:08 +banner
     800     436 45.5% 08-Sep-02 16:53:08 +motd
     853     380 55.4% 08-Sep-02 16:53:12 +assoc.help
    5163    1792 65.2% 08-Sep-02 16:53:14 +chaninfo.help
   14666    3662 75.0% 08-Sep-02 16:53:14 +channels.help
     747     345 53.8% 08-Sep-02 16:53:14 +console.help
     332     173 47.8% 08-Sep-02 16:53:22 +compress.help
     633     314 50.3% 08-Sep-02 16:53:22 +console.help
     965     413 57.2% 08-Sep-02 16:53:24 +ctcp.help
    2327     903 61.1% 08-Sep-02 16:53:24 +filesys.help
    3223    1089 66.2% 08-Sep-02 16:53:24 +irc.help
    1013     479 52.7% 08-Sep-02 16:53:24 +notes.help
    8652    3078 64.4% 08-Sep-02 16:53:24 +server.help
    1894     916 51.6% 08-Sep-02 16:53:26 +transfer.help
     808     270 66.5% 08-Sep-02 16:54:08 +cmd_resolve.help
    7153    2622 63.3% 08-Sep-02 16:53:14 +filesys.help
    8909    2876 67.7% 08-Sep-02 16:53:16 +irc.help
    4268    1674 60.7% 08-Sep-02 16:53:20 +irc.help
     782     417 46.6% 08-Sep-02 16:53:20 +notes.help
     198     140 29.2% 08-Sep-02 16:53:20 +seen.help
    1787     481 73.0% 08-Sep-02 16:54:10 +userinfo.help
    2474    1056 57.3% 08-Sep-02 16:53:16 +notes.help
     363     179 50.6% 08-Sep-02 16:53:16 +seen.help
    1758     805 54.2% 08-Sep-02 16:53:16 +server.help
    3085    1188 61.4% 08-Sep-02 16:53:18 +share.help
    4978    1106 77.7% 08-Sep-02 16:54:08 +userinfo.help
     807     366 54.6% 08-Sep-02 16:53:30 +assoc.english.lang
     877     412 53.0% 08-Sep-02 16:53:30 +assoc.french.lang
     889     396 55.4% 08-Sep-02 16:53:30 +assoc.german.lang
     341     191 43.9% 08-Sep-02 16:53:30 +console.english.lang
     396     216 45.4% 08-Sep-02 16:53:30 +console.french.lang
     375     209 44.2% 08-Sep-02 16:53:32 +console.german.lang
   13493    5863 56.5% 08-Sep-02 16:53:28 +core.english.lang
   15957    6643 58.3% 08-Sep-02 16:53:28 +core.french.lang
   17180    7087 58.7% 08-Sep-02 16:53:28 +core.german.lang
    1825     870 52.3% 08-Sep-02 16:53:32 +filesys.english.lang
    2223    1073 51.7% 08-Sep-02 16:53:32 +filesys.french.lang
    2132     996 53.2% 08-Sep-02 16:53:32 +filesys.german.lang
    1665     772 53.6% 08-Sep-02 16:53:32 +notes.english.lang
    1953     893 54.2% 08-Sep-02 16:53:32 +notes.french.lang
    2058     870 57.7% 08-Sep-02 16:53:34 +notes.german.lang
    2579    1017 60.5% 08-Sep-02 16:53:34 +transfer.english.lang
    3046    1157 62.0% 08-Sep-02 16:53:34 +transfer.french.lang
     474     275 41.9% 08-Sep-02 16:53:34 +wire.english.lang
    3767    1867 50.4% 08-Sep-02 16:53:54 +about.html
    1629     797 51.0% 08-Sep-02 16:53:54 +app-problems.html
    3483    1133 67.4% 08-Sep-02 16:53:54 +app-textsub.html
    2855    1274 55.3% 08-Sep-02 16:53:56 +app-tricks.html
    3143    1501 52.2% 08-Sep-02 16:53:56 +app-weird.html
    4517    1336 70.4% 08-Sep-02 16:53:56 +authors.html
    4493    1599 64.4% 08-Sep-02 16:53:56 +bans.html
    4128    2007 51.3% 08-Sep-02 16:53:48 +eggdrop.1
     623     355 43.0% 08-Sep-02 16:53:34 +wire.french.lang
     671     344 48.7% 08-Sep-02 16:53:36 +wire.german.lang
   25156   10517 58.1% 08-Sep-02 16:53:38 +README
   14540    4328 70.2% 08-Sep-02 16:53:56 +botnet.html
   26095    6818 73.8% 08-Sep-02 16:53:56 +compiling.html
   27625    8328 69.8% 08-Sep-02 16:53:58 +egg-core.html
   11269    3826 66.0% 08-Sep-02 16:53:58 +faqs.html
    3023    1414 53.2% 08-Sep-02 16:53:58 +features.html
    3949    1282 67.5% 08-Sep-02 16:53:58 +index.html
    7832    2887 63.1% 08-Sep-02 16:53:58 +install.html
     976     504 48.3% 08-Sep-02 16:53:58 +mod-assoc.html
    1308     654 50.0% 08-Sep-02 16:53:58 +mod-blowfish.html
   19774    4116 79.1% 08-Sep-02 16:53:58 +mod-channels.html
    1652     730 55.8% 08-Sep-02 16:53:58 +mod-compress.html
    1768     778 55.9% 08-Sep-02 16:54:00 +mod-console.html
    2111     926 56.1% 08-Sep-02 16:54:00 +mod-ctcp.html
    1053     566 46.2% 08-Sep-02 16:54:00 +mod-dns.html
    3125    1187 62.0% 08-Sep-02 16:54:00 +mod-filesys.html
    8746    2538 70.9% 08-Sep-02 16:54:00 +mod-irc.html
    2491     958 61.5% 08-Sep-02 16:54:00 +mod-notes.html
    1275     641 49.7% 08-Sep-02 16:54:00 +mod-seen.html
   11453    3501 69.4% 08-Sep-02 16:54:00 +mod-server.html
    3089    1197 61.2% 08-Sep-02 16:54:00 +mod-share.html
    1486     729 50.9% 08-Sep-02 16:54:02 +mod-uptime.html
    1046     548 47.6% 08-Sep-02 16:54:02 +mod-wire.html
    1009     529 47.5% 08-Sep-02 16:54:02 +mod-woobie.html
   10978    3484 68.2% 08-Sep-02 16:54:02 +news.html
    2580    1240 51.9% 08-Sep-02 16:54:02 +party.html
    4318    1654 61.6% 08-Sep-02 16:54:02 +patch-howto.html
   24350    8233 66.1% 08-Sep-02 16:54:02 +readme.html
    5818    2237 61.5% 08-Sep-02 16:54:02 +starting.html
  154565   25599 83.4% 08-Sep-02 16:54:04 +tcl-commands.html
    7775    1818 76.6% 08-Sep-02 16:54:04 +users.html
    1401     262 81.2% 08-Sep-02 16:53:48 +CONTENTS
   18195    7161 60.6% 08-Sep-02 16:53:48 +core.settings
     492     221 55.0% 08-Sep-02 16:53:50 +mod.assoc
     793     367 53.7% 08-Sep-02 16:53:50 +mod.blowfish
   12045    3452 71.3% 08-Sep-02 16:53:50 +mod.channels
     953     410 56.9% 08-Sep-02 16:53:50 +mod.compress
    1014     453 55.3% 08-Sep-02 16:53:50 +mod.console
    1199     556 53.6% 08-Sep-02 16:53:50 +mod.ctcp
     710     301 57.6% 08-Sep-02 16:53:50 +mod.dns
    1819     768 57.7% 08-Sep-02 16:53:52 +mod.filesys
    5695    2064 63.7% 08-Sep-02 16:53:52 +mod.irc
    1424     587 58.7% 08-Sep-02 16:53:52 +mod.notes
     710     348 50.9% 08-Sep-02 16:53:52 +mod.seen
    3365    1590 52.7% 08-Sep-02 16:53:42 +ABOUT
    2108    1009 52.1% 08-Sep-02 16:53:42 +AUTHORS
    3649    1293 64.5% 08-Sep-02 16:53:44 +BANS
   10956    3699 66.2% 08-Sep-02 16:53:44 +BOTNET
    3352    1398 58.2% 08-Sep-02 16:53:44 +BUG-REPORT
   20535    6160 70.0% 08-Sep-02 16:53:44 +compiling.FAQ
    7605    2999 60.5% 08-Sep-02 16:53:52 +mod.server
    1973     845 57.1% 08-Sep-02 16:53:52 +mod.share
    1377     640 53.5% 08-Sep-02 16:53:52 +mod.transfer
    1002     464 53.6% 08-Sep-02 16:53:54 +mod.uptime
     564     261 53.7% 08-Sep-02 16:53:54 +mod.wire
     552     254 53.9% 08-Sep-02 16:53:54 +mod.woobie
    3431    1639 52.2% 08-Sep-02 16:53:44 +first_script.txt
     769     425 44.7% 08-Sep-02 16:53:44 +KNOWN-PROBLEMS
   18696    6136 67.1% 08-Sep-02 16:53:44 +MODULES
    2137     970 54.6% 08-Sep-02 16:53:46 +PARTYLINE
    2956    1261 57.3% 08-Sep-02 16:53:46 +patch.howto
   84040   21868 73.9% 08-Sep-02 16:53:46 +tcl-commands.doc
    1808     823 54.4% 08-Sep-02 16:53:46 +text-substitutions.doc
    3132    1393 55.5% 08-Sep-02 16:53:46 +tricks
   31640   11446 63.8% 08-Sep-02 16:53:46 +UPDATES.pre1.5
   21422    7530 64.8% 08-Sep-02 16:53:46 +UPDATES1.5
   42724   15200 64.4% 08-Sep-02 16:53:48 +UPDATES1.6
    3697    1410 61.8% 08-Sep-02 16:53:48 +USERS
    1873     930 50.3% 08-Sep-02 16:54:06 +CONTENTS
     764     364 52.3% 08-Sep-02 16:54:06 +action.fix.tcl
    7422    2373 68.0% 08-Sep-02 16:54:06 +alltools.tcl
    9464    3297 65.1% 08-Sep-02 16:54:08 +autobotchk
    2776    1071 61.4% 08-Sep-02 16:54:08 +botchk
    1231     610 50.4% 08-Sep-02 16:54:08 +cmd_resolve.tcl
    2120     866 59.1% 08-Sep-02 16:54:06 +compat.tcl
   10583    3782 64.2% 08-Sep-02 16:54:06 +getops.tcl
    3711    1300 64.9% 08-Sep-02 16:54:06 +klined.tcl
    7223    2162 70.0% 08-Sep-02 16:54:06 +notes2.tcl
   13287    4340 67.3% 08-Sep-02 16:54:06 +ques5.tcl
   52955   12763 75.8% 08-Sep-02 16:54:08 +sentinel.tcl
    9864    3055 69.0% 08-Sep-02 16:54:08 +userinfo.tcl
   18007    7009 61.0% 03-Aug-00 04:45:28 +COPYING
 1348752  635967 52.8% 08-Sep-02 16:53:04 +eggdrop
    2448    1141 53.3% 06-Jun-02 18:15:50 +FEATURES
    5722    2464 56.9% 06-Jun-02 18:15:50 +INSTALL
    7897    3117 60.5% 14-Jun-02 03:46:46 +NEWS
   22218    5474 75.3% 08-Sep-02 16:54:08 +weed
-------- ------- ----- --------- --------
 2574501 1029364 60.0% Operation successful.




_____________________________
.Readme created with:  MRea  \
==============================================================================
>»>»>»>»> Some additional info about this archive:

Source:   http://prdownloads.sf.net/amiga/eggdrop-1.6.12.lha?download
FileSize: 1038252 Bytes

CRC: 10727624
MD5: 5878F43A7F1D2AD7C7871A40288A1A79
SHA: F920CB1056CDD35663D9ADA2D09B7DCD3AB566F6
==============================================================================


Contents of comm/irc/eggdrop-1.6.12.lha
 PERMSSN    UID  GID    PACKED    SIZE  RATIO     CRC       STAMP          NAME
---------- ----------- ------- ------- ------ ---------- ------------ -------------
[generic]                15998   45618  35.1% -lh5- 3596 Sep  8  2002 eggdrop-1.6.12/eggdrop.advanced.conf
[generic]                17517   49944  35.1% -lh5- 0b2d Sep  8  2002 eggdrop-1.6.12/eggdrop.complete.conf
[generic]                 2342    5036  46.5% -lh5- 0024 Sep  8  2002 eggdrop-1.6.12/eggdrop.simple.conf
[generic]                 5645   14988  37.7% -lh5- ec5e Sep  8  2002 eggdrop-1.6.12/help/cmds1.help
[generic]                 7262   20039  36.2% -lh5- d489 Sep  8  2002 eggdrop-1.6.12/help/cmds2.help
[generic]                 2524    7000  36.1% -lh5- 8eee Sep  8  2002 eggdrop-1.6.12/help/core.help
[generic]                  597    1535  38.9% -lh5- 01d5 Sep  8  2002 eggdrop-1.6.12/help/set/channels.help
[generic]                 2806    7120  39.4% -lh5- d6e6 Sep  8  2002 eggdrop-1.6.12/help/set/cmds1.help
[generic]                 2649    6991  37.9% -lh5- 4d1d Sep  8  2002 eggdrop-1.6.12/help/set/cmds2.help
[generic]                   43      43 100.0% -lh0- 659d Sep  8  2002 eggdrop-1.6.12/logs/CONTENTS
[generic]                  153     285  53.7% -lh5- 9270 Sep  8  2002 eggdrop-1.6.12/text/banner
[generic]                  436     800  54.5% -lh5- 7cdc Sep  8  2002 eggdrop-1.6.12/text/motd
[generic]                  380     853  44.5% -lh5- 00e3 Sep  8  2002 eggdrop-1.6.12/help/assoc.help
[generic]                 1792    5163  34.7% -lh5- 6828 Sep  8  2002 eggdrop-1.6.12/help/chaninfo.help
[generic]                 3662   14666  25.0% -lh5- 6ddc Sep  8  2002 eggdrop-1.6.12/help/channels.help
[generic]                  345     747  46.2% -lh5- 9112 Sep  8  2002 eggdrop-1.6.12/help/console.help
[generic]                  173     332  52.1% -lh5- 1fe0 Sep  8  2002 eggdrop-1.6.12/help/set/compress.help
[generic]                  314     633  49.6% -lh5- 49ff Sep  8  2002 eggdrop-1.6.12/help/set/console.help
[generic]                  413     965  42.8% -lh5- 5a6c Sep  8  2002 eggdrop-1.6.12/help/set/ctcp.help
[generic]                  903    2327  38.8% -lh5- 28d6 Sep  8  2002 eggdrop-1.6.12/help/set/filesys.help
[generic]                 1089    3223  33.8% -lh5- 8a50 Sep  8  2002 eggdrop-1.6.12/help/set/irc.help
[generic]                  479    1013  47.3% -lh5- 9a0f Sep  8  2002 eggdrop-1.6.12/help/set/notes.help
[generic]                 3078    8652  35.6% -lh5- b02f Sep  8  2002 eggdrop-1.6.12/help/set/server.help
[generic]                  916    1894  48.4% -lh5- 2bb4 Sep  8  2002 eggdrop-1.6.12/help/set/transfer.help
[generic]                  270     808  33.4% -lh5- d975 Sep  8  2002 eggdrop-1.6.12/help/cmd_resolve.help
[generic]                 2622    7153  36.7% -lh5- 51a6 Sep  8  2002 eggdrop-1.6.12/help/filesys.help
[generic]                 2876    8909  32.3% -lh5- b937 Sep  8  2002 eggdrop-1.6.12/help/irc.help
[generic]                 1674    4268  39.2% -lh5- c480 Sep  8  2002 eggdrop-1.6.12/help/msg/irc.help
[generic]                  417     782  53.3% -lh5- 5e4f Sep  8  2002 eggdrop-1.6.12/help/msg/notes.help
[generic]                  140     198  70.7% -lh5- 10f8 Sep  8  2002 eggdrop-1.6.12/help/msg/seen.help
[generic]                  481    1787  26.9% -lh5- ce8c Sep  8  2002 eggdrop-1.6.12/help/msg/userinfo.help
[generic]                 1056    2474  42.7% -lh5- 1a5b Sep  8  2002 eggdrop-1.6.12/help/notes.help
[generic]                  179     363  49.3% -lh5- dca6 Sep  8  2002 eggdrop-1.6.12/help/seen.help
[generic]                  805    1758  45.8% -lh5- 806f Sep  8  2002 eggdrop-1.6.12/help/server.help
[generic]                 1188    3085  38.5% -lh5- cf66 Sep  8  2002 eggdrop-1.6.12/help/share.help
[generic]                 1106    4978  22.2% -lh5- cce5 Sep  8  2002 eggdrop-1.6.12/help/userinfo.help
[generic]                  366     807  45.4% -lh5- 8568 Sep  8  2002 eggdrop-1.6.12/language/assoc.english.lang
[generic]                  412     877  47.0% -lh5- 5847 Sep  8  2002 eggdrop-1.6.12/language/assoc.french.lang
[generic]                  396     889  44.5% -lh5- 9ab7 Sep  8  2002 eggdrop-1.6.12/language/assoc.german.lang
[generic]                  191     341  56.0% -lh5- da34 Sep  8  2002 eggdrop-1.6.12/language/console.english.lang
[generic]                  216     396  54.5% -lh5- a9a6 Sep  8  2002 eggdrop-1.6.12/language/console.french.lang
[generic]                  209     375  55.7% -lh5- 9676 Sep  8  2002 eggdrop-1.6.12/language/console.german.lang
[generic]                 5863   13493  43.5% -lh5- 98ef Sep  8  2002 eggdrop-1.6.12/language/core.english.lang
[generic]                 6643   15957  41.6% -lh5- efac Sep  8  2002 eggdrop-1.6.12/language/core.french.lang
[generic]                 7087   17180  41.3% -lh5- 2aad Sep  8  2002 eggdrop-1.6.12/language/core.german.lang
[generic]                  870    1825  47.7% -lh5- ea2e Sep  8  2002 eggdrop-1.6.12/language/filesys.english.lang
[generic]                 1073    2223  48.3% -lh5- c9f3 Sep  8  2002 eggdrop-1.6.12/language/filesys.french.lang
[generic]                  996    2132  46.7% -lh5- c1ae Sep  8  2002 eggdrop-1.6.12/language/filesys.german.lang
[generic]                  772    1665  46.4% -lh5- 32af Sep  8  2002 eggdrop-1.6.12/language/notes.english.lang
[generic]                  893    1953  45.7% -lh5- 8744 Sep  8  2002 eggdrop-1.6.12/language/notes.french.lang
[generic]                  870    2058  42.3% -lh5- 8908 Sep  8  2002 eggdrop-1.6.12/language/notes.german.lang
[generic]                 1017    2579  39.4% -lh5- 5a18 Sep  8  2002 eggdrop-1.6.12/language/transfer.english.lang
[generic]                 1157    3046  38.0% -lh5- 5c60 Sep  8  2002 eggdrop-1.6.12/language/transfer.french.lang
[generic]                  275     474  58.0% -lh5- 3340 Sep  8  2002 eggdrop-1.6.12/language/wire.english.lang
[generic]                 1867    3767  49.6% -lh5- 2b13 Sep  8  2002 eggdrop-1.6.12/doc/html/about.html
[generic]                  797    1629  48.9% -lh5- 7d4b Sep  8  2002 eggdrop-1.6.12/doc/html/app-problems.html
[generic]                 1133    3483  32.5% -lh5- 4e83 Sep  8  2002 eggdrop-1.6.12/doc/html/app-textsub.html
[generic]                 1274    2855  44.6% -lh5- ca21 Sep  8  2002 eggdrop-1.6.12/doc/html/app-tricks.html
[generic]                 1501    3143  47.8% -lh5- ac6d Sep  8  2002 eggdrop-1.6.12/doc/html/app-weird.html
[generic]                 1336    4517  29.6% -lh5- 2fbc Sep  8  2002 eggdrop-1.6.12/doc/html/authors.html
[generic]                 1599    4493  35.6% -lh5- 6a6f Sep  8  2002 eggdrop-1.6.12/doc/html/bans.html
[generic]                 2007    4128  48.6% -lh5- d28f Sep  8  2002 eggdrop-1.6.12/doc/man1/eggdrop.1
[generic]                  355     623  57.0% -lh5- d5ce Sep  8  2002 eggdrop-1.6.12/language/wire.french.lang
[generic]                  344     671  51.3% -lh5- c172 Sep  8  2002 eggdrop-1.6.12/language/wire.german.lang
[generic]                10517   25156  41.8% -lh5- a20e Sep  8  2002 eggdrop-1.6.12/README
[generic]                 4328   14540  29.8% -lh5- df72 Sep  8  2002 eggdrop-1.6.12/doc/html/botnet.html
[generic]                 6818   26095  26.1% -lh5- 2bac Sep  8  2002 eggdrop-1.6.12/doc/html/compiling.html
[generic]                 8328   27625  30.1% -lh5- 1a16 Sep  8  2002 eggdrop-1.6.12/doc/html/egg-core.html
[generic]                 3826   11269  34.0% -lh5- 83bc Sep  8  2002 eggdrop-1.6.12/doc/html/faqs.html
[generic]                 1414    3023  46.8% -lh5- ac3e Sep  8  2002 eggdrop-1.6.12/doc/html/features.html
[generic]                 1282    3949  32.5% -lh5- b4b9 Sep  8  2002 eggdrop-1.6.12/doc/html/index.html
[generic]                 2887    7832  36.9% -lh5- dd28 Sep  8  2002 eggdrop-1.6.12/doc/html/install.html
[generic]                  504     976  51.6% -lh5- e8a5 Sep  8  2002 eggdrop-1.6.12/doc/html/mod-assoc.html
[generic]                  654    1308  50.0% -lh5- 5fb3 Sep  8  2002 eggdrop-1.6.12/doc/html/mod-blowfish.html
[generic]                 4116   19774  20.8% -lh5- ae97 Sep  8  2002 eggdrop-1.6.12/doc/html/mod-channels.html
[generic]                  730    1652  44.2% -lh5- 5f63 Sep  8  2002 eggdrop-1.6.12/doc/html/mod-compress.html
[generic]                  778    1768  44.0% -lh5- 60ab Sep  8  2002 eggdrop-1.6.12/doc/html/mod-console.html
[generic]                  926    2111  43.9% -lh5- 15bb Sep  8  2002 eggdrop-1.6.12/doc/html/mod-ctcp.html
[generic]                  566    1053  53.8% -lh5- d695 Sep  8  2002 eggdrop-1.6.12/doc/html/mod-dns.html
[generic]                 1187    3125  38.0% -lh5- f24b Sep  8  2002 eggdrop-1.6.12/doc/html/mod-filesys.html
[generic]                 2538    8746  29.0% -lh5- 831d Sep  8  2002 eggdrop-1.6.12/doc/html/mod-irc.html
[generic]                  958    2491  38.5% -lh5- a56c Sep  8  2002 eggdrop-1.6.12/doc/html/mod-notes.html
[generic]                  641    1275  50.3% -lh5- 024d Sep  8  2002 eggdrop-1.6.12/doc/html/mod-seen.html
[generic]                 3501   11453  30.6% -lh5- cf9d Sep  8  2002 eggdrop-1.6.12/doc/html/mod-server.html
[generic]                 1197    3089  38.8% -lh5- b07e Sep  8  2002 eggdrop-1.6.12/doc/html/mod-share.html
[generic]                  729    1486  49.1% -lh5- eef3 Sep  8  2002 eggdrop-1.6.12/doc/html/mod-uptime.html
[generic]                  548    1046  52.4% -lh5- d30d Sep  8  2002 eggdrop-1.6.12/doc/html/mod-wire.html
[generic]                  529    1009  52.4% -lh5- 6949 Sep  8  2002 eggdrop-1.6.12/doc/html/mod-woobie.html
[generic]                 3484   10978  31.7% -lh5- ecac Sep  8  2002 eggdrop-1.6.12/doc/html/news.html
[generic]                 1240    2580  48.1% -lh5- de56 Sep  8  2002 eggdrop-1.6.12/doc/html/party.html
[generic]                 1654    4318  38.3% -lh5- cf91 Sep  8  2002 eggdrop-1.6.12/doc/html/patch-howto.html
[generic]                 8233   24350  33.8% -lh5- a42a Sep  8  2002 eggdrop-1.6.12/doc/html/readme.html
[generic]                 2237    5818  38.4% -lh5- b623 Sep  8  2002 eggdrop-1.6.12/doc/html/starting.html
[generic]                25599  154565  16.6% -lh5- 5063 Sep  8  2002 eggdrop-1.6.12/doc/html/tcl-commands.html
[generic]                 1818    7775  23.4% -lh5- 40e4 Sep  8  2002 eggdrop-1.6.12/doc/html/users.html
[generic]                  262    1401  18.7% -lh5- 53a7 Sep  8  2002 eggdrop-1.6.12/doc/settings/CONTENTS
[generic]                 7161   18195  39.4% -lh5- 82fc Sep  8  2002 eggdrop-1.6.12/doc/settings/core.settings
[generic]                  221     492  44.9% -lh5- d5d3 Sep  8  2002 eggdrop-1.6.12/doc/settings/mod.assoc
[generic]                  367     793  46.3% -lh5- 7554 Sep  8  2002 eggdrop-1.6.12/doc/settings/mod.blowfish
[generic]                 3452   12045  28.7% -lh5- 501f Sep  8  2002 eggdrop-1.6.12/doc/settings/mod.channels
[generic]                  410     953  43.0% -lh5- 9874 Sep  8  2002 eggdrop-1.6.12/doc/settings/mod.compress
[generic]                  453    1014  44.7% -lh5- 0026 Sep  8  2002 eggdrop-1.6.12/doc/settings/mod.console
[generic]                  556    1199  46.4% -lh5- 14f8 Sep  8  2002 eggdrop-1.6.12/doc/settings/mod.ctcp
[generic]                  301     710  42.4% -lh5- 811a Sep  8  2002 eggdrop-1.6.12/doc/settings/mod.dns
[generic]                  768    1819  42.2% -lh5- d0da Sep  8  2002 eggdrop-1.6.12/doc/settings/mod.filesys
[generic]                 2064    5695  36.2% -lh5- 3133 Sep  8  2002 eggdrop-1.6.12/doc/settings/mod.irc
[generic]                  587    1424  41.2% -lh5- 1998 Sep  8  2002 eggdrop-1.6.12/doc/settings/mod.notes
[generic]                  348     710  49.0% -lh5- 2ba9 Sep  8  2002 eggdrop-1.6.12/doc/settings/mod.seen
[generic]                 1590    3365  47.3% -lh5- 0f1f Sep  8  2002 eggdrop-1.6.12/doc/ABOUT
[generic]                 1009    2108  47.9% -lh5- fda3 Sep  8  2002 eggdrop-1.6.12/doc/AUTHORS
[generic]                 1293    3649  35.4% -lh5- 61de Sep  8  2002 eggdrop-1.6.12/doc/BANS
[generic]                 3699   10956  33.8% -lh5- 2dd5 Sep  8  2002 eggdrop-1.6.12/doc/BOTNET
[generic]                 1398    3352  41.7% -lh5- 5dd1 Sep  8  2002 eggdrop-1.6.12/doc/BUG-REPORT
[generic]                 6160   20535  30.0% -lh5- eb72 Sep  8  2002 eggdrop-1.6.12/doc/compiling.FAQ
[generic]                 2999    7605  39.4% -lh5- 5600 Sep  8  2002 eggdrop-1.6.12/doc/settings/mod.server
[generic]                  845    1973  42.8% -lh5- e32f Sep  8  2002 eggdrop-1.6.12/doc/settings/mod.share
[generic]                  640    1377  46.5% -lh5- c96d Sep  8  2002 eggdrop-1.6.12/doc/settings/mod.transfer
[generic]                  464    1002  46.3% -lh5- 0639 Sep  8  2002 eggdrop-1.6.12/doc/settings/mod.uptime
[generic]                  261     564  46.3% -lh5- 72e8 Sep  8  2002 eggdrop-1.6.12/doc/settings/mod.wire
[generic]                  254     552  46.0% -lh5- 7562 Sep  8  2002 eggdrop-1.6.12/doc/settings/mod.woobie
[generic]                 1639    3431  47.8% -lh5- 0b00 Sep  8  2002 eggdrop-1.6.12/doc/first_script.txt
[generic]                  425     769  55.3% -lh5- 948d Sep  8  2002 eggdrop-1.6.12/doc/KNOWN-PROBLEMS
[generic]                 6136   18696  32.8% -lh5- 6a24 Sep  8  2002 eggdrop-1.6.12/doc/MODULES
[generic]                  970    2137  45.4% -lh5- d599 Sep  8  2002 eggdrop-1.6.12/doc/PARTYLINE
[generic]                 1261    2956  42.7% -lh5- 520e Sep  8  2002 eggdrop-1.6.12/doc/patch.howto
[generic]                21868   84040  26.0% -lh5- 8857 Sep  8  2002 eggdrop-1.6.12/doc/tcl-commands.doc
[generic]                  823    1808  45.5% -lh5- 3493 Sep  8  2002 eggdrop-1.6.12/doc/text-substitutions.doc
[generic]                 1393    3132  44.5% -lh5- 728e Sep  8  2002 eggdrop-1.6.12/doc/tricks
[generic]                11446   31640  36.2% -lh5- 2e20 Sep  8  2002 eggdrop-1.6.12/doc/UPDATES.pre1.5
[generic]                 7530   21422  35.2% -lh5- 6833 Sep  8  2002 eggdrop-1.6.12/doc/UPDATES1.5
[generic]                15200   42724  35.6% -lh5- ae02 Sep  8  2002 eggdrop-1.6.12/doc/UPDATES1.6
[generic]                 1410    3697  38.1% -lh5- 6d9a Sep  8  2002 eggdrop-1.6.12/doc/USERS
[generic]                  930    1873  49.7% -lh5- 7665 Sep  8  2002 eggdrop-1.6.12/scripts/CONTENTS
[generic]                  364     764  47.6% -lh5- 65b9 Sep  8  2002 eggdrop-1.6.12/scripts/action.fix.tcl
[generic]                 2373    7422  32.0% -lh5- bec7 Sep  8  2002 eggdrop-1.6.12/scripts/alltools.tcl
[generic]                 3297    9464  34.8% -lh5- 30eb Sep  8  2002 eggdrop-1.6.12/scripts/autobotchk
[generic]                 1071    2776  38.6% -lh5- eb0e Sep  8  2002 eggdrop-1.6.12/scripts/botchk
[generic]                  610    1231  49.6% -lh5- 4fa6 Sep  8  2002 eggdrop-1.6.12/scripts/cmd_resolve.tcl
[generic]                  866    2120  40.8% -lh5- f389 Sep  8  2002 eggdrop-1.6.12/scripts/compat.tcl
[generic]                 3782   10583  35.7% -lh5- bd21 Sep  8  2002 eggdrop-1.6.12/scripts/getops.tcl
[generic]                 1300    3711  35.0% -lh5- e400 Sep  8  2002 eggdrop-1.6.12/scripts/klined.tcl
[generic]                 2162    7223  29.9% -lh5- 8781 Sep  8  2002 eggdrop-1.6.12/scripts/notes2.tcl
[generic]                 4340   13287  32.7% -lh5- 390a Sep  8  2002 eggdrop-1.6.12/scripts/ques5.tcl
[generic]                12763   52955  24.1% -lh5- 12fb Sep  8  2002 eggdrop-1.6.12/scripts/sentinel.tcl
[generic]                 3055    9864  31.0% -lh5- 9f57 Sep  8  2002 eggdrop-1.6.12/scripts/userinfo.tcl
[generic]                 7009   18007  38.9% -lh5- fa00 Aug  3  2000 eggdrop-1.6.12/COPYING
[generic]               635967 1348752  47.2% -lh5- 5ff6 Sep  8  2002 eggdrop-1.6.12/eggdrop
[generic]                 1141    2448  46.6% -lh5- b14b Jun  6  2002 eggdrop-1.6.12/FEATURES
[generic]                 2464    5722  43.1% -lh5- 7bf2 Jun  6  2002 eggdrop-1.6.12/INSTALL
[generic]                 3117    7897  39.5% -lh5- 5085 Jun 14  2002 eggdrop-1.6.12/NEWS
[generic]                 5474   22218  24.6% -lh5- 434f Sep  8  2002 eggdrop-1.6.12/scripts/weed
---------- ----------- ------- ------- ------ ---------- ------------ -------------
 Total       151 files 1029364 2574501  40.0%            Aug 24  2003
Page generated in 0.02 seconds
Aminet © 1992-2024 Urban Müller and the Aminet team. Aminet contact address: <aminetaminet net>