Getting the Eggdrop Source Code

Get current Eggdrop from the Eggheads project. That is geteggdrop.com or ftp.eggheads.org. The supported tree is 1.9 / 1.10. Older 1.6 / 1.8 trees are done. Do not hunt random third-party tarballs.

Stable tarball (what you want)

On the shell, SSH in and pull the current release:

wget https://geteggdrop.com -O eggdrop-latest.tar.gz
tar zxvf eggdrop-latest.tar.gz
cd eggdrop-1.*

geteggdrop.com redirects to the current .tar.gz. Filename inside the archive will be eggdrop-1.10.x (or whatever is current). Use that directory. Then follow detailed install or the short version.

FTP mirror if you prefer it:

wget https://ftp.eggheads.org/pub/eggdrop/source/1.10/ -O - | head

Grab the highest eggdrop-1.10.*.tar.gz that is not an rc unless you like living that way.

Git (unstable only)

git clone https://github.com/eggheads/eggdrop.git
cd eggdrop
git checkout stable/1.10

A bare git clone without a stable branch is a development snapshot. Fine for testing. Not what you run 24/7.

Tcl is already on KIRE shells. OpenSSL/TLS too. You do not need to compile Tcl.

Need a shell? Order one. Do not want to compile? Managed eggdrop.

  • 0 用戶發現這個有用
這篇文章有幫助嗎?

相關文章

Setting up an Eggdrop (the short version)

SSH into your KIRE shell. Not telnet. Tcl and OpenSSL are already on the box. Current Eggdrop is...

Detailed Installation Instructions (Manual Install Method)

SSH into the shell. Tcl and OpenSSL are already there. Current Eggdrop is 1.9 / 1.10 from...

How to configure your eggdrop bot

Work in the install dir (~/botdir). Copy the sample, do not edit eggdrop.conf in place: cp...

Editing the botchk file to automatically restart your bot

Eggdrop daemonizes. Screen/tmux are for irssi/weechat, not the bot. Persist with crontab via...

Starting your eggdrop bot for the first time

Conf edited, die gone, installed to ~/botdir. SSH in. Do not start this from screen/tmux. First...