This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Tcl error can't read chana no such variable

Old posts that have not been replied to for several years.
Locked
q
quiddity

Tcl error can't read chana no such variable

Post by quiddity »

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

any ideas?

regards
quid
User avatar
strikelight
Owner
Posts: 708
Joined: Mon Oct 07, 2002 10:39 am
Contact:

Post by strikelight »

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
Locked