Hi,
I have a new problem to go alone side many, with adding new users to my eggdrop.
I install and load the bot, via ./eggdrop eggie.conf -m and it works fine. I /msg eggie hello and works fine, /msg eggie pass 12345 and then /ctcp eggie chat and works great.
the problem begins when i add a new user with .adduser !name name. I then .chpass name 1234 and then .chattr name and give the p flag the n flag etc, but when the user tries to dcc via (mirc) /ctcp eggie chat this error is given:
Tcl error [bf:global]: can't read "chana": no such variable
You have a script loaded that is the cause of the errors... Look through the scripts you have loaded and look for a procedure called "bf:global" (at your shell prompt type: grep -R bf:global ~/eggdrop/*) ...
Once you've found which script it is, remove that script from your bot's config file, and issue a .restart