wildctcp.1.6.6.patch - by BarkerJr - This patch allows your ctcp/ctcr binds in TCL to have wildcards (*) in them. It uses the same code as is in 1.7cvs. How to apply: Step 1: get the patch file (duh!) and uncompress it Step 2: in your eggdrop1.6.6 dir, type: patch -p1 < wildctcp.1.6.6.patch when you do this, you should see something like this happening patching file src/mod/server.mod/servmsg.c this is good Step 3: type "make" to recompile your bot Step 4: type "make install" to install your bot like you did last time Step 5: restart your bot (or reload server module)