eggheads / eggdrop-docker

25 stars 24 forks source link

multistage-build #16 #25

Closed ZarTek-Creole closed 2 years ago

ZarTek-Creole commented 2 years ago

Example (fast/draft) multistage-build https://docs.docker.com/develop/develop-images/multistage-build/

Sending build context to Docker daemon  10.75kB

Step 1/20 : FROM alpine:3.11 as builder
 ---> e389ae589224
Step 2/20 : MAINTAINER Geo Van O <geo@eggheads.org>
 ---> Running in 60fbda1e3dbd
Removing intermediate container 60fbda1e3dbd
 ---> 7188bc8726cd
Step 3/20 : ENV EGGDROP_SHA256 f977f8f586d1b65d2bae581b5b5828d79193a29a217f617c4c74d1868a566c7f
 ---> Running in 5bc9085d1837
Removing intermediate container 5bc9085d1837
 ---> 9ad1187b0195
Step 4/20 : ENV EGGDROP_COMMIT 886c2ff6f943952018000c16cb48c08b8ab99127
 ---> Running in 29ff36d5681f
Removing intermediate container 29ff36d5681f
 ---> 8456d89182ee
Step 5/20 : RUN apk --update add --no-cache --virtual egg-deps tcl-dev wget ca-certificates make tar gpgme build-base openssl-dev   && wget "https://github.com/eggheads/eggdrop/archive/$EGGDROP_COMMIT.tar.gz" -O develop.tar.gz   && echo "$EGGDROP_SHA256  develop.tar.gz" | sha256sum -c -   && tar -zxvf develop.tar.gz   && rm develop.tar.gz     && ( cd eggdrop-$EGGDROP_COMMIT     && ./configure     && make config     && make     && make install DEST=/home/eggdrop/eggdrop )   && rm -rf eggdrop-$EGGDROP_COMMIT   && apk del egg-deps
 ---> Running in 036a33d20740
fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz
(1/56) Installing tcl (8.6.9-r0)
(2/56) Installing pkgconf (1.6.3-r0)
(3/56) Installing zlib-dev (1.2.11-r3)
(4/56) Installing tcl-dev (8.6.9-r0)
(5/56) Installing wget (1.20.3-r0)
(6/56) Installing ca-certificates (20191127-r2)
(7/56) Installing make (4.2.1-r2)
(8/56) Installing libacl (2.2.53-r0)
(9/56) Installing tar (1.32-r2)
(10/56) Installing libgpg-error (1.36-r2)
(11/56) Installing libassuan (2.5.3-r0)
(12/56) Installing libcap (2.27-r0)
(13/56) Installing libffi (3.2.1-r6)
(14/56) Installing libintl (0.20.1-r2)
(15/56) Installing libblkid (2.34-r1)
(16/56) Installing libmount (2.34-r1)
(17/56) Installing pcre (8.43-r1)
(18/56) Installing glib (2.62.6-r0)
(19/56) Installing ncurses-terminfo-base (6.1_p20200118-r4)
(20/56) Installing ncurses-libs (6.1_p20200118-r4)
(21/56) Installing libgcrypt (1.8.8-r0)
(22/56) Installing libsecret (0.19.1-r0)
(23/56) Installing pinentry (1.1.0-r2)
Executing pinentry-1.1.0-r2.post-install
(24/56) Installing libbz2 (1.0.8-r1)
(25/56) Installing gmp (6.1.2-r1)
(26/56) Installing nettle (3.5.1-r0)
(27/56) Installing p11-kit (0.23.18.1-r1)
(28/56) Installing libtasn1 (4.15.0-r0)
(29/56) Installing libunistring (0.9.10-r0)
(30/56) Installing gnutls (3.6.15-r1)
(31/56) Installing libksba (1.3.5-r0)
(32/56) Installing db (5.3.28-r1)
(33/56) Installing libsasl (2.1.27-r5)
(34/56) Installing libldap (2.4.48-r3)
(35/56) Installing npth (1.6-r0)
(36/56) Installing sqlite-libs (3.30.1-r2)
(37/56) Installing gnupg (2.2.19-r0)
(38/56) Installing gpgme (1.13.1-r1)
(39/56) Installing libgcc (9.3.0-r0)
(40/56) Installing libstdc++ (9.3.0-r0)
(41/56) Installing binutils (2.33.1-r1)
(42/56) Installing libmagic (5.37-r1)
(43/56) Installing file (5.37-r1)
(44/56) Installing isl (0.18-r0)
(45/56) Installing libgomp (9.3.0-r0)
(46/56) Installing libatomic (9.3.0-r0)
(47/56) Installing mpfr4 (4.0.2-r1)
(48/56) Installing mpc1 (1.1.0-r1)
(49/56) Installing gcc (9.3.0-r0)
(50/56) Installing musl-dev (1.1.24-r3)
(51/56) Installing libc-dev (0.7.2-r0)
(52/56) Installing g++ (9.3.0-r0)
(53/56) Installing fortify-headers (1.1-r0)
(54/56) Installing build-base (0.5-r1)
(55/56) Installing openssl-dev (1.1.1k-r0)
(56/56) Installing egg-deps (20210804.075232)
Executing busybox-1.31.1-r10.trigger
Executing ca-certificates-20191127-r2.trigger
OK: 210 MiB in 70 packages
--2021-08-04 07:52:39--  https://github.com/eggheads/eggdrop/archive/886c2ff6f943952018000c16cb48c08b8ab99127.tar.gz
Resolving github.com... 140.82.121.3
Connecting to github.com|140.82.121.3|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://codeload.github.com/eggheads/eggdrop/tar.gz/886c2ff6f943952018000c16cb48c08b8ab99127 [following]
--2021-08-04 07:52:39--  https://codeload.github.com/eggheads/eggdrop/tar.gz/886c2ff6f943952018000c16cb48c08b8ab99127
Resolving codeload.github.com... 140.82.121.10
Connecting to codeload.github.com|140.82.121.10|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/x-gzip]
Saving to: 'develop.tar.gz'

     0K .......... .......... .......... .......... .......... 2.78M
    50K .......... .......... .......... .......... .......... 5.87M
   100K .......... .......... .......... .......... .......... 10.5M
   150K .......... .......... .......... .......... .......... 8.67M
   200K .......... .......... .......... .......... .......... 11.2M
   250K .......... .......... .......... .......... .......... 7.17M
   300K .......... .......... .......... .......... .......... 10.7M
   350K .......... .......... .......... .......... .......... 4.53M
   400K .......... .......... .......... .......... .......... 5.04M
   450K .......... .......... .......... .......... .......... 4.82M
   500K .......... .......... .......... .......... .......... 6.69M
   550K .......... .......... .......... .......... .......... 5.45M
   600K .......... .......... .......... .......... .......... 5.48M
   650K .......... .......... .......... .......... .......... 10.9M
   700K .......... .......... .......... .......... .......... 5.28M
   750K .......... .......... .......... .......... .......... 11.2M
   800K .......... .......... .......... .......... .......... 4.58M
   850K .......... .......... .......... .......... .......... 6.21M
   900K .......... .......... .......... .......... .......... 11.0M
   950K .......... .......... .......... .......... .......... 4.73M
  1000K .......... .......... .......... .......... .......... 10.9M
  1050K .......... .......... .......... .......... .......... 5.18M
  1100K .......... .......... .......... .......... .......... 5.27M
  1150K .......... .......... .......... .......... .......... 6.76M
  1200K .......... .......... .......... .......... .......... 7.88M
  1250K .......... .......... .......... .......... .......... 5.69M
  1300K .......... .......... .......... .......... .......... 5.56M
  1350K .......... .......... .......... .......... .......... 8.04M
  1400K .......... .......... .......... .......... .......... 10.6M
  1450K .......... .......... .......... .......... .......... 6.17M
  1500K .......... .......... .......... .......... .......... 6.07M
  1550K .......... .......... .......... .......... .......... 5.66M
  1600K .......... .......... .......... .......... .......... 6.64M
  1650K .......... .......... .......... .......... .......... 5.39M
  1700K .......... .......... .......... .......... .......... 5.98M
  1750K .......... .......... .......... .......... .......... 5.89M
  1800K .......... .......... .......... .......... .......... 6.16M
  1850K .......... .......... .......... .......... .......... 5.74M
  1900K .......... .......... ..........                       11.0M=0.3s

2021-08-04 07:52:39 (6.28 MB/s) - 'develop.tar.gz' saved [1976892]

develop.tar.gz: OK
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/.github/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/.github/PULL_REQUEST_TEMPLATE
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/.github/workflows/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/.github/workflows/ccpp.yml
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/.github/workflows/main.yml
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/.gitignore
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/AUTHORS
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/CONTENTS
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/COPYING
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/ChangeLog.gz
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/FEATURES
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/INSTALL
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/Makefile.in
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/NEWS
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/README
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/THANKS
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/UPGRADING
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/aclocal.m4
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/config.h.in
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/configure
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/configure.ac
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/disabled_modules
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/ABOUT
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/BANS
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/BOTNET
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/BUG-REPORT
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/COMPILE-GUIDE
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/CONTENTS
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/Changes0.6
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/Changes0.7
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/Changes0.9
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/Changes1.0
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/Changes1.1
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/Changes1.2
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/Changes1.3
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/Changes1.4
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/Changes1.5
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/Changes1.6
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/Changes1.8
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/Changes1.9
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/FAQ
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/FIRST-SCRIPT
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/IPV6
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/KNOWN-PROBLEMS
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/MODULES
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/Makefile.in
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/PARTYLINE
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/PATCH-HOWTO
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/PBKDF2
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/TEXT-SUBSTITUTIONS
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/TLS
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/TRICKS
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/TWITCH
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/USERS
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/Versions
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/WEIRD-MESSAGES
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/_static/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/_static/agogo.css
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/_static/ajax-loader.gif
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/_static/basic.css
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/_static/bgfooter.png
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/_static/bgtop.png
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/_static/comment-bright.png
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/_static/comment-close.png
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/_static/comment.png
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/_static/doctools.js
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/_static/documentation_options.js
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/_static/down-pressed.png
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/_static/down.png
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/_static/eggdrop.css
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/_static/eggman.png.gif
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/_static/file.png
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/_static/jquery-3.2.1.js
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/_static/jquery.js
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/_static/language_data.js
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/_static/minus.png
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/_static/plus.png
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/_static/pygments.css
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/_static/searchtools.js
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/_static/sidebar.js
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/_static/transparent.gif
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/_static/underscore-1.3.1.js
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/_static/underscore.js
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/_static/up-pressed.png
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/_static/up.png
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/_static/websupport.js
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/appendices/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/appendices/first-script.html
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/appendices/index.html
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/appendices/known-probs.html
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/appendices/text-sub.html
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/appendices/tricks.html
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/appendices/weird-msgs.html
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/coreDocs/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/coreDocs/assoc.html
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/coreDocs/blowfish.html
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/coreDocs/channels.html
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/coreDocs/compress.html
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/coreDocs/console.html
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/coreDocs/core.html
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/coreDocs/ctcp.html
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/coreDocs/dns.html
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/coreDocs/filesys.html
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/coreDocs/ident.html
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/coreDocs/index.html
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/coreDocs/irc.html
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/coreDocs/modules.html
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/coreDocs/notes.html
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/coreDocs/pbkdf2.html
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/coreDocs/seen.html
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/coreDocs/server.html
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/coreDocs/share.html
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/coreDocs/transfer.html
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/coreDocs/twitch.html
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/coreDocs/uptime.html
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/coreDocs/woobie.html
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/firstinstall/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/firstinstall/firstinstall.html
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/firstinstall/index.html
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/index.html
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/installAndSetup/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/installAndSetup/faq.html
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/installAndSetup/index.html
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/installAndSetup/install.html
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/installAndSetup/readme.html
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/mainDocs/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/mainDocs/about.html
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/mainDocs/bans.html
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/mainDocs/botnet.html
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/mainDocs/features.html
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/mainDocs/index.html
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/mainDocs/ipv6.html
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/mainDocs/partyline.html
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/mainDocs/patch.html
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/mainDocs/pbkdf2.html
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/mainDocs/tcl-commands.html
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/mainDocs/tls.html
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/mainDocs/twitch-tcl-commands.html
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/mainDocs/twitch.html
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/mainDocs/users.html
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/objects.inv
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/search.html
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/html/searchindex.js
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/man1/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/man1/eggdrop.1
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/settings/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/settings/CONTENTS
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/settings/core.settings
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/settings/mod.assoc
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/settings/mod.blowfish
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/settings/mod.channels
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/settings/mod.compress
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/settings/mod.console
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/settings/mod.ctcp
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/settings/mod.dns
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/settings/mod.filesys
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/settings/mod.ident
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/settings/mod.irc
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/settings/mod.notes
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/settings/mod.seen
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/settings/mod.server
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/settings/mod.share
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/settings/mod.transfer
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/settings/mod.uptime
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/settings/mod.woobie
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/Makefile
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/_static/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/_static/eggdrop.css
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/_static/eggman.png.gif
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/_themes/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/_themes/agogo/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/_themes/agogo/layout.html
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/_themes/agogo/static/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/_themes/agogo/static/agogo.css_t
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/_themes/agogo/static/bgfooter.png
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/_themes/agogo/static/bgtop.png
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/_themes/agogo/theme.conf
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/_themes/eggdrop/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/_themes/eggdrop/layout.html
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/_themes/eggdrop/theme.conf
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/appendices/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/appendices/first-script.rst
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/appendices/index.rst
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/appendices/known-probs.rst
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/appendices/text-sub.rst
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/appendices/tricks.rst
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/appendices/weird-msgs.rst
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/conf.py
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/coreDocs/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/coreDocs/assoc.rst
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/coreDocs/blowfish.rst
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/coreDocs/channels.rst
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/coreDocs/compress.rst
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/coreDocs/console.rst
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/coreDocs/core.rst
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/coreDocs/ctcp.rst
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/coreDocs/dns.rst
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/coreDocs/filesys.rst
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/coreDocs/ident.rst
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/coreDocs/index.rst
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/coreDocs/irc.rst
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/coreDocs/modules.rst
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/coreDocs/notes.rst
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/coreDocs/pbkdf2.rst
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/coreDocs/seen.rst
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/coreDocs/server.rst
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/coreDocs/share.rst
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/coreDocs/transfer.rst
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/coreDocs/twitch.rst
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/coreDocs/uptime.rst
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/coreDocs/woobie.rst
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/firstinstall/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/firstinstall/Makefile
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/firstinstall/_build/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/firstinstall/_build/doctrees/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/firstinstall/_build/doctrees/environment.pickle
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/firstinstall/_build/doctrees/firstinstall.doctree
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/firstinstall/_build/doctrees/index.doctree
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/firstinstall/_build/html/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/firstinstall/_build/html/.buildinfo
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/firstinstall/_build/html/_sources/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/firstinstall/_build/html/_sources/firstinstall.rst.txt
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/firstinstall/_build/html/_sources/index.rst.txt
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/firstinstall/_build/html/_static/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/firstinstall/_build/html/_static/agogo.css
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/firstinstall/_build/html/_static/ajax-loader.gif
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/firstinstall/_build/html/_static/basic.css
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/firstinstall/_build/html/_static/bgfooter.png
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/firstinstall/_build/html/_static/bgtop.png
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/firstinstall/_build/html/_static/comment-bright.png
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/firstinstall/_build/html/_static/comment-close.png
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/firstinstall/_build/html/_static/comment.png
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/firstinstall/_build/html/_static/doctools.js
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/firstinstall/_build/html/_static/documentation_options.js
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/firstinstall/_build/html/_static/down-pressed.png
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/firstinstall/_build/html/_static/down.png
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/firstinstall/_build/html/_static/eggdrop.css
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/firstinstall/_build/html/_static/eggman.png.gif
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/firstinstall/_build/html/_static/file.png
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/firstinstall/_build/html/_static/jquery-3.2.1.js
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/firstinstall/_build/html/_static/jquery.js
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/firstinstall/_build/html/_static/language_data.js
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/firstinstall/_build/html/_static/minus.png
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/firstinstall/_build/html/_static/plus.png
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/firstinstall/_build/html/_static/pygments.css
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/firstinstall/_build/html/_static/searchtools.js
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/firstinstall/_build/html/_static/underscore-1.3.1.js
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/firstinstall/_build/html/_static/underscore.js
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/firstinstall/_build/html/_static/up-pressed.png
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/firstinstall/_build/html/_static/up.png
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/firstinstall/_build/html/_static/websupport.js
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/firstinstall/_build/html/firstinstall.html
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/firstinstall/_build/html/index.html
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/firstinstall/_build/html/objects.inv
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/firstinstall/_build/html/search.html
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/firstinstall/_build/html/searchindex.js
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/firstinstall/_static/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/firstinstall/_static/eggdrop.css
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/firstinstall/_static/eggman.png.gif
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/firstinstall/_themes
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/firstinstall/conf.py
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/firstinstall/docutils.conf
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/firstinstall/firstinstall.rst
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/firstinstall/index.rst
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/index.rst
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/installAndSetup/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/installAndSetup/faq.rst
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/installAndSetup/index.rst
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/installAndSetup/install.rst
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/installAndSetup/readme.rst
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/mainDocs/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/mainDocs/about.rst
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/mainDocs/bans.rst
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/mainDocs/botnet.rst
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/mainDocs/features.rst
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/mainDocs/index.rst
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/mainDocs/ipv6.rst
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/mainDocs/partyline.rst
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/mainDocs/patch.rst
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/mainDocs/pbkdf2.rst
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/mainDocs/tcl-commands.rst
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/mainDocs/tls.rst
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/mainDocs/twitch-tcl-commands.rst
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/mainDocs/twitch.rst
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/sphinx_source/mainDocs/users.rst
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc/tcl-commands.doc
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/eggdrop-basic.conf
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/eggdrop.conf
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/help/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/help/cmds1.help
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/help/cmds2.help
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/help/core.help
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/help/set/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/help/set/cmds1.help
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/language/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/language/core.danish.lang
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/language/core.english.lang
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/language/core.finnish.lang
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/language/core.french.lang
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/language/core.german.lang
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/language/core.italian.lang
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/language/core.portuguese.lang
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/logs/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/logs/CONTENTS
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/m4/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/m4/ax_create_stdint_h.m4
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/m4/ax_lib_socket_nsl.m4
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/m4/ax_type_socklen_t.m4
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/m4/tcl.m4
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/misc/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/misc/commit.template
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/misc/config.guess
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/misc/config.sub
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/misc/docsfilter.py
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/misc/genchanges
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/misc/generatedocs
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/misc/getcommit
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/misc/install-sh
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/misc/killwhitespace
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/misc/makedepend
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/misc/mkinstalldirs
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/misc/modconfig
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/misc/newversion
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/misc/releaseprep
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/misc/runautotools
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/misc/setpatch
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/misc/updatecopyright
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/scripts/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/scripts/CONTENTS
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/scripts/Makefile.in
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/scripts/action.fix.tcl
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/scripts/alltools.tcl
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/scripts/autobotchk
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/scripts/botchk
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/scripts/cmd_resolve.tcl
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/scripts/compat.tcl
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/scripts/dccwhois.tcl
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/scripts/getops.tcl
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/scripts/help/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/scripts/help/cmd_resolve.help
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/scripts/help/msg/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/scripts/help/msg/userinfo.help
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/scripts/help/userinfo.help
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/scripts/klined.tcl
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/scripts/notes2.tcl
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/scripts/ques5.tcl
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/scripts/quotepong.tcl
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/scripts/sentinel.tcl
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/scripts/userinfo.tcl
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/scripts/weed
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/Makefile.in
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/bg.c
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/bg.h
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/botcmd.c
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/botmsg.c
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/botnet.c
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/chan.h
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/chanprog.c
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/cmds.c
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/cmdt.h
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/compat/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/compat/Makefile.in
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/compat/base64.c
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/compat/base64.h
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/compat/compat.h
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/compat/explicit_bzero.c
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/compat/explicit_bzero.h
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/compat/gethostbyname2.c
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/compat/gethostbyname2.h
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/compat/in6.c
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/compat/in6.h
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/compat/inet_aton.c
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/compat/inet_aton.h
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/compat/snprintf.c
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/compat/snprintf.h
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/compat/strlcpy.c
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/compat/strlcpy.h
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/dcc.c
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/dccutil.c
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/dns.c
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/dns.h
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/eggdrop.h
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/flags.c
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/flags.h
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/lang.h
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/language.c
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/main.c
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/main.h
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/match.c
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/md5/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/md5/Makefile.in
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/md5/md5.h
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/md5/md5c.c
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mem.c
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/misc.c
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/misc_file.c
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/misc_file.h
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/Makefile.in
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/assoc.mod/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/assoc.mod/Makefile
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/assoc.mod/assoc.c
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/assoc.mod/assoc.h
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/assoc.mod/help/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/assoc.mod/help/assoc.help
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/assoc.mod/language/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/assoc.mod/language/assoc.danish.lang
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/assoc.mod/language/assoc.english.lang
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/assoc.mod/language/assoc.finnish.lang
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/assoc.mod/language/assoc.french.lang
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/assoc.mod/language/assoc.german.lang
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/assoc.mod/language/assoc.italian.lang
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/assoc.mod/language/assoc.portuguese.lang
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/assoc.mod/modinfo
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/blowfish.mod/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/blowfish.mod/Makefile
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/blowfish.mod/bf_tab.h
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/blowfish.mod/blowfish.c
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/blowfish.mod/blowfish.h
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/blowfish.mod/help/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/blowfish.mod/help/blowfish.help
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/blowfish.mod/help/set/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/blowfish.mod/help/set/blowfish.help
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/blowfish.mod/modinfo
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/channels.mod/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/channels.mod/Makefile
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/channels.mod/channels.c
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/channels.mod/channels.h
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/channels.mod/cmdschan.c
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/channels.mod/help/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/channels.mod/help/chaninfo.help
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/channels.mod/help/channels.help
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/channels.mod/help/set/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/channels.mod/help/set/channels.help
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/channels.mod/modinfo
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/channels.mod/tclchan.c
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/channels.mod/udefchan.c
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/channels.mod/userchan.c
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/compress.mod/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/compress.mod/Makefile.in
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/compress.mod/compress.c
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/compress.mod/compress.h
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/compress.mod/configure
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/compress.mod/configure.ac
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/compress.mod/help/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/compress.mod/help/compress.help
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/compress.mod/help/set/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/compress.mod/help/set/compress.help
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/compress.mod/modinfo
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/compress.mod/tclcompress.c
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/console.mod/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/console.mod/Makefile
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/console.mod/console.c
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/console.mod/console.h
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/console.mod/help/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/console.mod/help/console.help
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/console.mod/help/set/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/console.mod/help/set/console.help
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/console.mod/language/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/console.mod/language/console.danish.lang
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/console.mod/language/console.english.lang
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/console.mod/language/console.finnish.lang
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/console.mod/language/console.french.lang
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/console.mod/language/console.german.lang
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/console.mod/language/console.italian.lang
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/console.mod/language/console.portuguese.lang
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/console.mod/modinfo
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/ctcp.mod/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/ctcp.mod/Makefile
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/ctcp.mod/ctcp.c
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/ctcp.mod/ctcp.h
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/ctcp.mod/help/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/ctcp.mod/help/ctcp.help
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/ctcp.mod/help/set/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/ctcp.mod/help/set/ctcp.help
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/ctcp.mod/modinfo
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/dns.mod/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/dns.mod/Makefile.in
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/dns.mod/configure
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/dns.mod/configure.ac
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/dns.mod/coredns.c
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/dns.mod/dns.c
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/dns.mod/dns.h
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/dns.mod/help/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/dns.mod/help/dns.help
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/dns.mod/help/set/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/dns.mod/help/set/dns.help
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/dns.mod/modinfo
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/eggmod.m4
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/filesys.mod/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/filesys.mod/Makefile
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/filesys.mod/dbcompat.c
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/filesys.mod/dbcompat.h
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/filesys.mod/filedb3.c
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/filesys.mod/filedb3.h
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/filesys.mod/filelist.c
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/filesys.mod/filelist.h
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/filesys.mod/files.c
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/filesys.mod/files.h
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/filesys.mod/filesys.c
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/filesys.mod/filesys.h
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/filesys.mod/help/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/filesys.mod/help/filesys.help
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/filesys.mod/help/set/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/filesys.mod/help/set/filesys.help
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/filesys.mod/language/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/filesys.mod/language/filesys.danish.lang
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/filesys.mod/language/filesys.english.lang
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/filesys.mod/language/filesys.finnish.lang
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/filesys.mod/language/filesys.french.lang
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/filesys.mod/language/filesys.german.lang
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/filesys.mod/language/filesys.italian.lang
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/filesys.mod/modinfo
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/filesys.mod/tclfiles.c
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/ident.mod/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/ident.mod/Makefile
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/ident.mod/help/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/ident.mod/help/ident.help
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/ident.mod/help/set/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/ident.mod/help/set/ident.help
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/ident.mod/ident.c
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/irc.mod/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/irc.mod/Makefile
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/irc.mod/chan.c
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/irc.mod/cmdsirc.c
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/irc.mod/help/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/irc.mod/help/irc.help
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/irc.mod/help/msg/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/irc.mod/help/msg/irc.help
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/irc.mod/help/set/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/irc.mod/help/set/irc.help
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/irc.mod/irc.c
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/irc.mod/irc.h
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/irc.mod/mode.c
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/irc.mod/modinfo
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/irc.mod/msgcmds.c
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/irc.mod/tclirc.c
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/module.h
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/modvals.h
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/notes.mod/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/notes.mod/Makefile
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/notes.mod/cmdsnote.c
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/notes.mod/help/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/notes.mod/help/msg/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/notes.mod/help/msg/notes.help
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/notes.mod/help/notes.help
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/notes.mod/help/set/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/notes.mod/help/set/notes.help
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/notes.mod/language/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/notes.mod/language/notes.danish.lang
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/notes.mod/language/notes.english.lang
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/notes.mod/language/notes.finnish.lang
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/notes.mod/language/notes.french.lang
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/notes.mod/language/notes.german.lang
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/notes.mod/language/notes.italian.lang
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/notes.mod/language/notes.portuguese.lang
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/notes.mod/modinfo
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/notes.mod/notes.c
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/notes.mod/notes.h
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/pbkdf2.mod/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/pbkdf2.mod/Makefile
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/pbkdf2.mod/modinfo
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/pbkdf2.mod/pbkdf2.c
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/seen.mod/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/seen.mod/Makefile
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/seen.mod/help/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/seen.mod/help/msg/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/seen.mod/help/msg/seen.help
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/seen.mod/help/seen.help
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/seen.mod/modinfo
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/seen.mod/seen.c
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/server.mod/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/server.mod/Makefile
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/server.mod/cmdsserv.c
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/server.mod/help/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/server.mod/help/server.help
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/server.mod/help/set/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/server.mod/help/set/server.help
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/server.mod/isupport.c
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/server.mod/modinfo
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/server.mod/server.c
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/server.mod/server.h
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/server.mod/servmsg.c
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/server.mod/tclisupport.c
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/server.mod/tclserv.c
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/share.mod/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/share.mod/Makefile
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/share.mod/help/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/share.mod/help/set/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/share.mod/help/set/share.help
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/share.mod/help/share.help
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/share.mod/modinfo
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/share.mod/share.c
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/share.mod/share.h
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/share.mod/uf_features.c
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/transfer.mod/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/transfer.mod/Makefile
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/transfer.mod/help/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/transfer.mod/help/set/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/transfer.mod/help/set/transfer.help
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/transfer.mod/help/transfer.help
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/transfer.mod/language/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/transfer.mod/language/transfer.danish.lang
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/transfer.mod/language/transfer.english.lang
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/transfer.mod/language/transfer.finnish.lang
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/transfer.mod/language/transfer.french.lang
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/transfer.mod/language/transfer.german.lang
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/transfer.mod/language/transfer.italian.lang
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/transfer.mod/language/transfer.portuguese.lang
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/transfer.mod/modinfo
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/transfer.mod/tcltransfer.c
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/transfer.mod/transfer.c
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/transfer.mod/transfer.h
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/transfer.mod/transferfstat.c
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/transfer.mod/transferqueue.c
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/twitch.mod/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/twitch.mod/Makefile
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/twitch.mod/modinfo
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/twitch.mod/twitch.c
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/twitch.mod/twitch.h
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/twitch.mod/twitch.help
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/uptime.mod/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/uptime.mod/Makefile
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/uptime.mod/help/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/uptime.mod/help/uptime.help
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/uptime.mod/modinfo
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/uptime.mod/uptime.c
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/uptime.mod/uptime.h
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/woobie.mod/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/woobie.mod/Makefile
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/woobie.mod/modinfo
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/woobie.mod/woobie.c
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/modules.c
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/modules.h
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/net.c
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/proto.h
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/rfc1459.c
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/stat.h
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/tandem.h
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/tcl.c
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/tcldcc.c
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/tclegg.h
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/tclhash.c
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/tclhash.h
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/tclmisc.c
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/tcluser.c
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/tls.c
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/userent.c
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/userrec.c
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/users.c
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/users.h
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/version.h
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/ssl.conf
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/text/
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/text/CONTENTS
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/text/banner
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/text/motd
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/text/motd.finnish
eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/text/motd.italian

This is Eggdrop's GNU configure script.
It's going to run a bunch of tests to hopefully make your compile
work without much twiddling.

checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for gcc option to accept ISO C99... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for library containing strerror... none required
checking for icc... no
checking whether the compiler understands -pipe... yes
checking whether the compiler understands -Wall... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for make... make
checking whether make sets $(MAKE)... yes
checking for ranlib... ranlib
checking whether ln -s works... yes
checking whether head -n 1 works... yes
checking for strip... strip
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking for basename... basename
checking for uname... uname
checking for library containing gethostbyname... none required
checking for library containing socket... none required
checking for library containing dlopen... none required
checking for tan in -lm... yes
checking for pthread_mutex_init in -lpthread... yes
checking build system type... x86_64-pc-linux-musl
checking host system type... x86_64-pc-linux-musl
checking target system type... x86_64-pc-linux-musl
checking system type... Linux
checking system release... 4.19.0-17-amd64
checking module loading capabilities... 
checking dl.h usability... no
checking dl.h presence... no
checking for dl.h... no
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking loader.h usability... no
checking loader.h presence... no
checking for loader.h... no
checking rld.h usability... no
checking rld.h presence... no
checking for rld.h... no
checking mach-o/dyld.h usability... no
checking mach-o/dyld.h presence... no
checking for mach-o/dyld.h... no
checking mach-o/rld.h usability... no
checking mach-o/rld.h presence... no
checking for mach-o/rld.h... no
checking for dlopen... yes
checking for load... no
checking for NSLinkModule... no
checking for shl_load... no
checking for rld_load... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking whether time.h and sys/time.h may both be included... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/rusage.h usability... no
checking sys/rusage.h presence... no
checking for sys/rusage.h... no
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking for an ANSI C-conforming const... yes
checking whether byte ordering is bigendian... no
checking for inline... inline
checking for flexible array members... yes
checking for intptr_t... yes
checking for pid_t... yes
checking for size_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for working volatile... yes
checking for socklen_t... yes
checking for stdint types... stdint.h (shortcircuit)
make use of stdint.h in eggint.h (assuming C99 compatible system)
checking for dprintf... yes
checking for explicit_bzero... yes
checking for explicit_memset... no
checking for getrandom... yes
checking for getrusage... yes
checking for inet_aton... yes
checking for isascii... yes
checking for memset_s... no
checking for random... yes
checking for rand... yes
checking for lrand48... yes
checking for snprintf... yes
checking for strlcpy... yes
checking for vsnprintf... yes
checking for sys/select.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking for b64_ntop... no
checking for b64_ntop with -lresolv... no
checking for b64_ntop with -lnetwork... no
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
configure: Autoconfiguring Tcl with tclConfig.sh
checking for correct TEA configuration... ok (TEA 3.10)
configure: configuring Eggdrop 1.9.1
checking for Tcl configuration... found /usr/lib/tclConfig.sh
checking for existence of /usr/lib/tclConfig.sh... loading
checking platform... unix
checking for sin... yes
checking for main in -lieee... no
checking for main in -linet... no
checking net/errno.h usability... no
checking net/errno.h presence... no
checking for net/errno.h... no
checking for connect... yes
checking for gethostbyname... yes
checking for Tcl linker... ${CC} ${CFLAGS} ${LDFLAGS} -shared
checking for Tcl version... 8.6.9
checking for Tcl library flags... -L/usr/lib -ltcl8.6  -lz -lpthread
checking for Tcl header flags... -I/usr/include
checking for system IPv6 support... yes
checking for gethostbyname2... yes
checking for struct in6_addr... yes
checking for the in6addr_any constant... yes
checking for the in6addr_loopback constant... yes
checking for struct sockaddr_in6... yes
checking whether to enable TLS support... autodetect
checking for openssl/ssl.h... yes
checking for openssl/x509v3.h... yes
checking for X509_digest in -lcrypto... yes
checking for SSL_accept in -lssl... yes
checking for EVP_md5... yes
checking for EVP_sha1... yes
checking for a2i_IPADDRESS... yes
checking for OPENSSL_buf2hexstr... yes
checking for OPENSSL_hexstr2buf... yes
checking for OpenSSL... yes
checking for ASN1_STRING_get0_data... yes
checking for EVP_PKEY_get1_EC_KEY... yes
checking openssl/md5.h usability... yes
checking openssl/md5.h presence... yes
checking for openssl/md5.h... yes
checking for MD5_Init... yes
checking for MD5_Update... yes
checking for MD5_Final... yes
checking for threaded dns core (beta)... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating scripts/Makefile
config.status: creating src/Makefile
config.status: creating src/compat/Makefile
config.status: creating src/md5/Makefile
config.status: creating src/mod/Makefile
config.status: creating config.h
config.status: executing eggint.h commands
config.status: creating eggint.h : __EGGINT_H
config.status: executing replace-if-changed commands
creating lush.h
config.status: executing catch-make-rebuild commands

Operating System: Linux 4.19.0-17-amd64
IPv6 Support: yes
Tcl version: 8.6.9 (threaded)
SSL/TLS Support: yes (OpenSSL 1.1.1k  25 Mar 2021)
Threaded DNS core (beta): no

If you experience any problems compiling Eggdrop, please read the
compile guide, found in doc/COMPILE-GUIDE.

Type 'make config' to configure the modules, or type 'make iconfig'
to interactively choose which modules to compile.

Detecting modules...................... done.
Calculating dependencies..................... done.
Building ./src/mod/Makefile... done.
make[1]: Entering directory '/eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod'

Configuring module 'compress'.
configure: creating cache ../../../config.cache
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for gzopen in -lz... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
configure: updating cache ../../../config.cache
configure: creating ./config.status
config.status: creating Makefile

Configuring module 'dns'.
configure: loading cache ../../../config.cache
checking for gcc... (cached) gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking for sys/types.h... (cached) yes
checking for netinet/in.h... yes
checking for arpa/nameser.h... yes
checking for netdb.h... yes
checking for resolv.h... yes
checking for a working resolver library... yes ()
configure: updating cache ../../../config.cache
configure: creating ./config.status
config.status: creating Makefile

make[1]: Leaving directory '/eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod'
Building ./src/mod/Makefile... done.

You can now compile the bot, using "make".

Making core eggdrop files...

make[1]: Entering directory '/eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src'
gcc -g -O2 -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/usr/include -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS  -c bg.c
gcc -g -O2 -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/usr/include -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS  -c botcmd.c
gcc -g -O2 -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/usr/include -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS  -c botmsg.c
gcc -g -O2 -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/usr/include -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS  -c botnet.c
gcc -g -O2 -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/usr/include -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS  -c chanprog.c
gcc -g -O2 -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/usr/include -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS  -c cmds.c
gcc -g -O2 -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/usr/include -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS  -c dcc.c
gcc -g -O2 -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/usr/include -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS  -c dccutil.c
gcc -g -O2 -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/usr/include -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS  -c dns.c
gcc -g -O2 -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/usr/include -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS  -c flags.c
gcc -g -O2 -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/usr/include -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS  -c language.c
gcc -g -O2 -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/usr/include -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS  -c match.c
gcc -g -O2 -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/usr/include -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS  \
'-DCCFLAGS="gcc -g -O2 -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/usr/include -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS "' \
'-DLDFLAGS="gcc "' \
'-DSTRIPFLAGS="touch"' -c ./main.c
gcc -g -O2 -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/usr/include -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS  -c mem.c
gcc -g -O2 -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/usr/include -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS  -c misc.c
gcc -g -O2 -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/usr/include -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS  -c misc_file.c
gcc -g -O2 -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/usr/include -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS  -c modules.c
gcc -g -O2 -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/usr/include -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS  -c net.c
gcc -g -O2 -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/usr/include -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS  -c rfc1459.c
gcc -g -O2 -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/usr/include -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS  -c tcl.c
gcc -g -O2 -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/usr/include -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS  -c tcldcc.c
gcc -g -O2 -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/usr/include -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS  -c tclhash.c
gcc -g -O2 -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/usr/include -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS  -c tclmisc.c
gcc -g -O2 -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/usr/include -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS  -c tcluser.c
gcc -g -O2 -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/usr/include -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS  -c tls.c
gcc -g -O2 -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/usr/include -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS  -c userent.c
gcc -g -O2 -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/usr/include -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS  -c userrec.c
gcc -g -O2 -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/usr/include -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS  -c users.c
make[2]: Entering directory '/eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/md5'
gcc -g -O2 -pipe -Wall -I. -I../.. -I../.. -I../../src  -DHAVE_CONFIG_H -I/usr/include -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS  -c md5c.c
make[2]: Leaving directory '/eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/md5'
make[2]: Entering directory '/eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/compat'
gcc -g -O2 -pipe -Wall -I../.. -I../.. -I../../src  -DHAVE_CONFIG_H -I/usr/include -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS  -c base64.c
gcc -g -O2 -pipe -Wall -I../.. -I../.. -I../../src  -DHAVE_CONFIG_H -I/usr/include -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS  -c explicit_bzero.c
gcc -g -O2 -pipe -Wall -I../.. -I../.. -I../../src  -DHAVE_CONFIG_H -I/usr/include -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS  -c gethostbyname2.c
gcc -g -O2 -pipe -Wall -I../.. -I../.. -I../../src  -DHAVE_CONFIG_H -I/usr/include -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS  -c in6.c
gcc -g -O2 -pipe -Wall -I../.. -I../.. -I../../src  -DHAVE_CONFIG_H -I/usr/include -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS  -c inet_aton.c
gcc -g -O2 -pipe -Wall -I../.. -I../.. -I../../src  -DHAVE_CONFIG_H -I/usr/include -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS  -c snprintf.c
gcc -g -O2 -pipe -Wall -I../.. -I../.. -I../../src  -DHAVE_CONFIG_H -I/usr/include -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS  -c strlcpy.c
make[2]: Leaving directory '/eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/compat'
make linkstart && make link && make linkfinish
make[2]: Entering directory '/eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src'

This may take a while. Go get some runts.

---------- Yeah! That's the compiling, now the linking! ----------

Linking eggdrop (debug build).

make[2]: Leaving directory '/eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src'
make[2]: Entering directory '/eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src'
gcc -g -O2 -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/usr/include -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS  -o ../eggdrop bg.o botcmd.o botmsg.o botnet.o chanprog.o cmds.o dcc.o dccutil.o dns.o flags.o language.o match.o main.o mem.o misc.o misc_file.o modules.o net.o rfc1459.o tcl.o tcldcc.o tclhash.o tclmisc.o tcluser.o tls.o userent.o userrec.o users.o  -L/usr/lib -ltcl8.6  -lz -lpthread -lssl -lcrypto  md5/md5c.o compat/*.o `cat mod/mod.xlibs`
make[2]: Leaving directory '/eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src'
make[2]: Entering directory '/eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src'

Successful compile: eggdrop

make[2]: Leaving directory '/eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src'
make[1]: Leaving directory '/eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src'

Making modules...

make[1]: Entering directory '/eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod'
make[2]: Entering directory '/eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/assoc.mod'
gcc -fPIC -g -O2 -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H -I/usr/include -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS  -DMAKING_MODS -c .././assoc.mod/assoc.c && mv -f assoc.o ../
gcc   -shared -g -O2 -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H -I/usr/include -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS -o ../../../assoc.so ../assoc.o -L/usr/lib -ltcl8.6  -lz -lpthread -lssl -lcrypto   && touch ../../../assoc.so
make[2]: Leaving directory '/eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/assoc.mod'
make[2]: Entering directory '/eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/blowfish.mod'
gcc -fPIC -g -O2 -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H -I/usr/include -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS  -DMAKING_MODS -c .././blowfish.mod/blowfish.c && mv -f blowfish.o ../
gcc   -shared -g -O2 -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H -I/usr/include -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS -o ../../../blowfish.so ../blowfish.o -L/usr/lib -ltcl8.6  -lz -lpthread -lssl -lcrypto   && touch ../../../blowfish.so
make[2]: Leaving directory '/eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/blowfish.mod'
make[2]: Entering directory '/eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/channels.mod'
gcc -fPIC -g -O2 -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H -I/usr/include -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS  -DMAKING_MODS -c .././channels.mod/channels.c && mv -f channels.o ../
gcc   -shared -g -O2 -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H -I/usr/include -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS -o ../../../channels.so ../channels.o -L/usr/lib -ltcl8.6  -lz -lpthread -lssl -lcrypto   && touch ../../../channels.so
make[2]: Leaving directory '/eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/channels.mod'
make[2]: Entering directory '/eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/compress.mod'
gcc -fPIC -g -O2 -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H -I/usr/include -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS  -DMAKING_MODS -c .././compress.mod/compress.c && mv -f compress.o ../
gcc   -shared -g -O2 -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H -I/usr/include -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS -o ../../../compress.so ../compress.o -lz -L/usr/lib -ltcl8.6  -lz -lpthread -lssl -lcrypto   && touch ../../../compress.so
make[2]: Leaving directory '/eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/compress.mod'
make[2]: Entering directory '/eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/console.mod'
gcc -fPIC -g -O2 -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H -I/usr/include -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS  -DMAKING_MODS -c .././console.mod/console.c && mv -f console.o ../
gcc   -shared -g -O2 -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H -I/usr/include -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS -o ../../../console.so ../console.o -L/usr/lib -ltcl8.6  -lz -lpthread -lssl -lcrypto   && touch ../../../console.so
make[2]: Leaving directory '/eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/console.mod'
make[2]: Entering directory '/eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/ctcp.mod'
gcc -fPIC -g -O2 -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H -I/usr/include -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS  -DMAKING_MODS -c .././ctcp.mod/ctcp.c && mv -f ctcp.o ../
gcc   -shared -g -O2 -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H -I/usr/include -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS -o ../../../ctcp.so ../ctcp.o -L/usr/lib -ltcl8.6  -lz -lpthread -lssl -lcrypto   && touch ../../../ctcp.so
make[2]: Leaving directory '/eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/ctcp.mod'
make[2]: Entering directory '/eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/dns.mod'
gcc -fPIC -g -O2 -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H -I/usr/include -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS   -DMAKING_MODS -c .././dns.mod/dns.c && mv -f dns.o ../
gcc   -shared -g -O2 -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H -I/usr/include -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS -o ../../../dns.so ../dns.o  -L/usr/lib -ltcl8.6  -lz -lpthread -lssl -lcrypto   && touch ../../../dns.so
make[2]: Leaving directory '/eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/dns.mod'
make[2]: Entering directory '/eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/filesys.mod'
gcc -fPIC -g -O2 -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H -I/usr/include -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS  -DMAKING_MODS -c .././filesys.mod/filesys.c && mv -f filesys.o ../
gcc   -shared -g -O2 -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H -I/usr/include -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS -o ../../../filesys.so ../filesys.o -L/usr/lib -ltcl8.6  -lz -lpthread -lssl -lcrypto   && touch ../../../filesys.so
make[2]: Leaving directory '/eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/filesys.mod'
make[2]: Entering directory '/eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/ident.mod'
gcc -fPIC -g -O2 -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H -I/usr/include -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS  -DMAKING_MODS -c .././ident.mod/ident.c && mv -f ident.o ../
gcc   -shared -g -O2 -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H -I/usr/include -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS -o ../../../ident.so ../ident.o -L/usr/lib -ltcl8.6  -lz -lpthread -lssl -lcrypto   && touch ../../../ident.so
make[2]: Leaving directory '/eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/ident.mod'
make[2]: Entering directory '/eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/irc.mod'
gcc -fPIC -g -O2 -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H -I/usr/include -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS  -DMAKING_MODS -c .././irc.mod/irc.c && mv -f irc.o ../
gcc   -shared -g -O2 -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H -I/usr/include -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS -o ../../../irc.so ../irc.o -L/usr/lib -ltcl8.6  -lz -lpthread -lssl -lcrypto   && touch ../../../irc.so
make[2]: Leaving directory '/eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/irc.mod'
make[2]: Entering directory '/eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/notes.mod'
gcc -fPIC -g -O2 -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H -I/usr/include -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS  -DMAKING_MODS -c .././notes.mod/notes.c && mv -f notes.o ../
gcc   -shared -g -O2 -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H -I/usr/include -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS -o ../../../notes.so ../notes.o -L/usr/lib -ltcl8.6  -lz -lpthread -lssl -lcrypto   && touch ../../../notes.so
make[2]: Leaving directory '/eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/notes.mod'
make[2]: Entering directory '/eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/pbkdf2.mod'
gcc -fPIC -g -O2 -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H -I/usr/include -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS  -DMAKING_MODS -c .././pbkdf2.mod/pbkdf2.c && mv -f pbkdf2.o ../
gcc   -shared -g -O2 -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H -I/usr/include -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS -o ../../../pbkdf2.so ../pbkdf2.o -L/usr/lib -ltcl8.6  -lz -lpthread -lssl -lcrypto   && touch ../../../pbkdf2.so
make[2]: Leaving directory '/eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/pbkdf2.mod'
make[2]: Entering directory '/eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/seen.mod'
gcc -fPIC -g -O2 -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H -I/usr/include -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS  -DMAKING_MODS -c .././seen.mod/seen.c && mv -f seen.o ../
gcc   -shared -g -O2 -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H -I/usr/include -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS -o ../../../seen.so ../seen.o -L/usr/lib -ltcl8.6  -lz -lpthread -lssl -lcrypto   && touch ../../../seen.so
make[2]: Leaving directory '/eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/seen.mod'
make[2]: Entering directory '/eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/server.mod'
gcc -fPIC -g -O2 -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H -I/usr/include -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS  -DMAKING_MODS -c .././server.mod/server.c && mv -f server.o ../
gcc   -shared -g -O2 -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H -I/usr/include -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS -o ../../../server.so ../server.o -L/usr/lib -ltcl8.6  -lz -lpthread -lssl -lcrypto   && touch ../../../server.so
make[2]: Leaving directory '/eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/server.mod'
make[2]: Entering directory '/eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/share.mod'
gcc -fPIC -g -O2 -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H -I/usr/include -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS  -DMAKING_MODS -c .././share.mod/share.c && mv -f share.o ../
gcc   -shared -g -O2 -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H -I/usr/include -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS -o ../../../share.so ../share.o -L/usr/lib -ltcl8.6  -lz -lpthread -lssl -lcrypto   && touch ../../../share.so
make[2]: Leaving directory '/eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/share.mod'
make[2]: Entering directory '/eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/transfer.mod'
gcc -fPIC -g -O2 -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H -I/usr/include -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS  -DMAKING_MODS -c .././transfer.mod/transfer.c && mv -f transfer.o ../
gcc   -shared -g -O2 -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H -I/usr/include -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS -o ../../../transfer.so ../transfer.o -L/usr/lib -ltcl8.6  -lz -lpthread -lssl -lcrypto   && touch ../../../transfer.so
make[2]: Leaving directory '/eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/transfer.mod'
make[2]: Entering directory '/eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/twitch.mod'
gcc -fPIC -g -O2 -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H -I/usr/include -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS  -DMAKING_MODS -c .././twitch.mod/twitch.c && mv -f twitch.o ../
gcc   -shared -g -O2 -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H -I/usr/include -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS -o ../../../twitch.so ../twitch.o -L/usr/lib -ltcl8.6  -lz -lpthread -lssl -lcrypto   && touch ../../../twitch.so
make[2]: Leaving directory '/eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/twitch.mod'
make[2]: Entering directory '/eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/uptime.mod'
gcc -fPIC -g -O2 -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H -I/usr/include -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS  -DMAKING_MODS -c .././uptime.mod/uptime.c && mv -f uptime.o ../
gcc   -shared -g -O2 -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H -I/usr/include -g3 -DDEBUG -DDEBUG_ASSERT -DDEBUG_MEM -DDEBUG_DNS -o ../../../uptime.so ../uptime.o -L/usr/lib -ltcl8.6  -lz -lpthread -lssl -lcrypto   && touch ../../../uptime.so
make[2]: Leaving directory '/eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod/uptime.mod'

All modules compiled.
make[1]: Leaving directory '/eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod'

Test run of ./eggdrop -v:
Eggdrop v1.9.1+stable (C) 1997 Robey Pointer (C) 1999-2021 Eggheads
Configure flags: none
Compiled with: IPv6, TLS, handlen=32

Eggdrop successfully compiled:
-rwxr-xr-x    1 root     root       3912080 Aug  4 07:53 eggdrop

Modules successfully compiled:
-rwxr-xr-x    1 root     root        665392 Aug  4 07:53 assoc.so
-rwxr-xr-x    1 root     root        680392 Aug  4 07:53 blowfish.so
-rwxr-xr-x    1 root     root       1123832 Aug  4 07:53 channels.so
-rwxr-xr-x    1 root     root        674560 Aug  4 07:53 compress.so
-rwxr-xr-x    1 root     root        663360 Aug  4 07:53 console.so
-rwxr-xr-x    1 root     root        660176 Aug  4 07:53 ctcp.so
-rwxr-xr-x    1 root     root        739344 Aug  4 07:53 dns.so
-rwxr-xr-x    1 root     root       1055624 Aug  4 07:53 filesys.so
-rwxr-xr-x    1 root     root        661208 Aug  4 07:53 ident.so
-rwxr-xr-x    1 root     root       1245672 Aug  4 07:53 irc.so
-rwxr-xr-x    1 root     root        757816 Aug  4 07:53 notes.so
-rwxr-xr-x    1 root     root        670024 Aug  4 07:53 pbkdf2.so
-rwxr-xr-x    1 root     root        693896 Aug  4 07:53 seen.so
-rwxr-xr-x    1 root     root       1038800 Aug  4 07:53 server.so
-rwxr-xr-x    1 root     root        795544 Aug  4 07:53 share.so
-rwxr-xr-x    1 root     root        774808 Aug  4 07:53 transfer.so
-rwxr-xr-x    1 root     root        719792 Aug  4 07:53 twitch.so
-rwxr-xr-x    1 root     root        657856 Aug  4 07:53 uptime.so

Now run "make install" to install your bot.

Eggdrop v1.9.1+stable (C) 1997 Robey Pointer (C) 1999-2021 Eggheads
Configure flags: none
Compiled with: IPv6, TLS, handlen=32

Installing in directory: '/home/eggdrop/eggdrop'.

Creating directory '/home/eggdrop/eggdrop'.
Copying new 'eggdrop' executable and creating symlink.
Creating 'modules-1.9.1' subdirectory and symlink.
Copying new modules.
Creating 'logs' subdirectory.
Creating 'text' subdirectory.
Copying help files.
Creating 'help' subdirectory.
Creating 'help/set' subdirectory.
make[1]: Entering directory '/eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod'
Copying module help files.
Creating 'help/msg' subdirectory.
make[1]: Leaving directory '/eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod'
Copying language files.
Creating 'language' subdirectory.
make[1]: Entering directory '/eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod'
Copying module language files.
make[1]: Leaving directory '/eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/src/mod'
Creating skeletal filesystem subdirectories.
make[1]: Entering directory '/eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc'
Creating 'doc' subdirectory.
Creating 'doc/man1' subdirectory.
Creating 'doc/html' subdirectory.
Creating 'doc/html/appendices' subdirectory.
Creating 'doc/html/coreDocs' subdirectory.
Creating 'doc/html/installAndSetup' subdirectory.
Creating 'doc/html/mainDocs' subdirectory.
Creating 'doc/html/_static' subdirectory.
Creating 'doc/settings' subdirectory.
Copying docs.
make[1]: Leaving directory '/eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/doc'
make[1]: Entering directory '/eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/scripts'
Creating 'scripts' subdirectory.
Copying scripts.
make[1]: Leaving directory '/eggdrop-886c2ff6f943952018000c16cb48c08b8ab99127/scripts'

Installation completed.

If you intend to use this bot as a botnet hub for other Eggdrops using SSL,
please run "make sslcert" now. If you installed eggdrop to a custom path
during the make install process, use the same DEST= option here.

You MUST ensure that you edit/verify your configuration file.
An example configuration file, eggdrop.conf, is distributed with Eggdrop.

Remember to change directory to /home/eggdrop/eggdrop before you proceed.

WARNING: Ignoring http://dl-cdn.alpinelinux.org/alpine/v3.11/main: No such file or directory
WARNING: Ignoring http://dl-cdn.alpinelinux.org/alpine/v3.11/community: No such file or directory
(1/56) Purging egg-deps (20210804.075232)
(2/56) Purging tcl-dev (8.6.9-r0)
(3/56) Purging tcl (8.6.9-r0)
(4/56) Purging wget (1.20.3-r0)
(5/56) Purging ca-certificates (20191127-r2)
Executing ca-certificates-20191127-r2.post-deinstall
(6/56) Purging tar (1.32-r2)
(7/56) Purging gpgme (1.13.1-r1)
(8/56) Purging gnupg (2.2.19-r0)
(9/56) Purging pinentry (1.1.0-r2)
(10/56) Purging build-base (0.5-r1)
(11/56) Purging file (5.37-r1)
(12/56) Purging g++ (9.3.0-r0)
(13/56) Purging gcc (9.3.0-r0)
(14/56) Purging binutils (2.33.1-r1)
(15/56) Purging libatomic (9.3.0-r0)
(16/56) Purging libgomp (9.3.0-r0)
(17/56) Purging libstdc++ (9.3.0-r0)
(18/56) Purging make (4.2.1-r2)
(19/56) Purging libc-dev (0.7.2-r0)
(20/56) Purging musl-dev (1.1.24-r3)
(21/56) Purging fortify-headers (1.1-r0)
(22/56) Purging openssl-dev (1.1.1k-r0)
(23/56) Purging zlib-dev (1.2.11-r3)
(24/56) Purging pkgconf (1.6.3-r0)
(25/56) Purging libacl (2.2.53-r0)
(26/56) Purging libksba (1.3.5-r0)
(27/56) Purging libsecret (0.19.1-r0)
(28/56) Purging libgcrypt (1.8.8-r0)
(29/56) Purging libassuan (2.5.3-r0)
(30/56) Purging libgpg-error (1.36-r2)
(31/56) Purging libcap (2.27-r0)
(32/56) Purging glib (2.62.6-r0)
(33/56) Purging gnutls (3.6.15-r1)
(34/56) Purging p11-kit (0.23.18.1-r1)
(35/56) Purging libffi (3.2.1-r6)
(36/56) Purging libintl (0.20.1-r2)
(37/56) Purging libmount (2.34-r1)
(38/56) Purging libblkid (2.34-r1)
(39/56) Purging pcre (8.43-r1)
(40/56) Purging ncurses-libs (6.1_p20200118-r4)
(41/56) Purging ncurses-terminfo-base (6.1_p20200118-r4)
(42/56) Purging libbz2 (1.0.8-r1)
(43/56) Purging isl (0.18-r0)
(44/56) Purging mpc1 (1.1.0-r1)
(45/56) Purging nettle (3.5.1-r0)
(46/56) Purging mpfr4 (4.0.2-r1)
(47/56) Purging gmp (6.1.2-r1)
(48/56) Purging libtasn1 (4.15.0-r0)
(49/56) Purging libunistring (0.9.10-r0)
(50/56) Purging libldap (2.4.48-r3)
(51/56) Purging libsasl (2.1.27-r5)
(52/56) Purging db (5.3.28-r1)
(53/56) Purging npth (1.6-r0)
(54/56) Purging sqlite-libs (3.30.1-r2)
(55/56) Purging libgcc (9.3.0-r0)
(56/56) Purging libmagic (5.37-r1)
Executing busybox-1.31.1-r10.trigger
OK: 6 MiB in 14 packages
Removing intermediate container 036a33d20740
 ---> cda213450587
Step 6/20 : FROM alpine:3.11 as runtime
 ---> e389ae589224
Step 7/20 : COPY --from=builder /home/eggdrop/eggdrop /home/eggdrop/eggdrop
 ---> 698077a8dcf8
Step 8/20 : RUN adduser -S eggdrop   && apk --update add --no-cache tcl bash openssl   'su-exec>=0.2'   && mkdir /home/eggdrop/eggdrop/data   && chown -R eggdrop /home/eggdrop/eggdrop
 ---> Running in 6f8ffb5373d5
fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz
(1/7) Installing ncurses-terminfo-base (6.1_p20200118-r4)
(2/7) Installing ncurses-libs (6.1_p20200118-r4)
(3/7) Installing readline (8.0.1-r0)
(4/7) Installing bash (5.0.11-r1)
Executing bash-5.0.11-r1.post-install
(5/7) Installing openssl (1.1.1k-r0)
(6/7) Installing su-exec (0.2-r1)
(7/7) Installing tcl (8.6.9-r0)
Executing busybox-1.31.1-r10.trigger
OK: 16 MiB in 21 packages
Removing intermediate container 6f8ffb5373d5
 ---> 587ea0135e3c
Step 9/20 : ENV NICK=""
 ---> Running in 871af455dcd4
Removing intermediate container 871af455dcd4
 ---> 05871d230457
Step 10/20 : ENV SERVER=""
 ---> Running in dc00c5670404
Removing intermediate container dc00c5670404
 ---> b1a71cc5bea6
Step 11/20 : ENV LISTEN="3333"
 ---> Running in 372ea04af4f2
Removing intermediate container 372ea04af4f2
 ---> 6a565497faae
Step 12/20 : ENV OWNER=""
 ---> Running in 1f9d4f6cc387
Removing intermediate container 1f9d4f6cc387
 ---> 1d242c399f33
Step 13/20 : ENV USERFILE="eggdrop.user"
 ---> Running in 8c2b6649b5fe
Removing intermediate container 8c2b6649b5fe
 ---> 472b08f1922d
Step 14/20 : ENV CHANFILE="eggdrop.chan"
 ---> Running in 9a4f819192c4
Removing intermediate container 9a4f819192c4
 ---> f600fd59a705
Step 15/20 : WORKDIR /home/eggdrop/eggdrop
 ---> Running in c2ddfd622a2b
Removing intermediate container c2ddfd622a2b
 ---> aefe0ea63597
Step 16/20 : EXPOSE 3333
 ---> Running in 17a3c375de48
Removing intermediate container 17a3c375de48
 ---> 41574e7aef4e
Step 17/20 : COPY entrypoint.sh /home/eggdrop/eggdrop
 ---> 5c179f543a62
Step 18/20 : COPY docker.tcl /home/eggdrop/eggdrop/scripts/
 ---> c5fc2a0c7c61
Step 19/20 : ENTRYPOINT ["/home/eggdrop/eggdrop/entrypoint.sh"]
 ---> Running in b95ee14a37e2
Removing intermediate container b95ee14a37e2
 ---> a138cb066b30
Step 20/20 : CMD ["eggdrop.conf"]
 ---> Running in ec77a0476492
Removing intermediate container ec77a0476492
 ---> 6a0db9219fef
Successfully built 6a0db9219fef
Successfully tagged eggdrop_multistage:latest
vanosg commented 2 years ago

Multi-stage builds are not encouraged by Docker for official images, and only want to see them used sparingly. See https://github.com/docker-library/faq#multi-stage-builds . We would need to justify why we are "special" for it to be accepted into the repository in such a form.