Hi, i have tried making this script which will trigger the bot to invite the given nick but it seems to be not responding. What did i miss here? Thanks in advance.
Visual,
Your script should work well enough, though you don't need the "global botnick" part. The first reason I could think of, for this to not work, is that your eggdrop does not recognize you as an owner. The second I could think of, would be if your eggdrop isn't opped on the channel.
Clubber,
$text does not hold a valid tcl-list, so you cannot use lindex here. You'd atleast have to split the string into a list first (using split).
Also, matching against a litteral nick is not the best practise for security.