Simple answer:
Don't remove the # on the first line..
Advanced answer:
#! is a "magic number", used by many systems to identify what kind of executable the file is. The #! specifies that the file isn't a binary itself, but a script which is to be executed by the program identified by the rest of the line. In the case of eggdrop configs, this should point to your eggdrop binary, and thus be
Emm?
Tcl should treat # as a simple comment, and ignore the line completely.
You could just remove that line, as it will not prevent your eggdrop from working properly. You'll have to start your eggdrop using
That sounds very odd, and to be honest, I can't recall encountering anything like that before. If you wish to try some other tcl-library, you can download source packages from www.tcl.tk.