eggdrop-1.6.18-ipv6.patch (for 1.6.18) - by Sascha Bielski, updated by Free-bob@ircnet How to apply: Step 1: get the patch file (duh!) and uncompress it Step 2: in your eggdrop1.6.18 dir, type: patch -p0 < eggdrop-1.6.18-ipv6.patch When you do this, you should see something like this happening patching file src/chan.h patching file src/patch.h And a few more. If you see a hunk offset error, that is *probably* ok. Step 3: type "./configure" Step 4: type "make config" or "make iconfig" Step 5: type "make" to recompile your bot Step 6: type "make install" to install your bot like you did last time Step 7: restart your bot The following new variables are available for your config: set my-ip6 "2001::3ffe" put your IPv6 IP there. set my-hostname6 "this.is.my.dnsspammed.ipv6.hostname" put your IPv6 hostname there. I'd recommend using only my-ip6, my-hostname and my-hostname6 are depreciated. Released in August 2006.