unlinkedby1.6.13.patch (for 1.6.13) - by BarkerJr - With this patch, Eggdrop will announce who is requesting the unlink in its unlink reason. How to apply: Step 1: get the patch file (duh!) and uncompress it Step 2: in your eggdrop1.6.13 dir, type: patch -p1 < unlinkedby1.6.13.patch When you do this, you should see something like this: patching file src/botcmd.c patching file src/botnet.c patching file src/cmds.c patching file src/patch.h patching file src/proto.h patching file src/tcldcc.c If you see a hunk offset error, that is probably ok. Step 3: type "./configure" and "make config" if this is a new installation Step 4: type "make" to recompile your bot Step 5: type "make install" to install your bot like you did last time Step 6: restart your bot