I've a small trouble I can't understand whith a script I'm doing.
It contains an init procedure which is called at the end of the script, and inside I use $::botnick.
When I start, or restart, the eggdrop, I got the following error:
Code: Select all
[09:09] can't read "::crelay::regg()": no such element in array
while executing
"array set me $::crelay::regg($::botnick)"
(procedure "::crelay::init" line 5)
invoked from within
"::crelay::init"
So, what is the trouble, when is $botnick setted ?