i have my coding to where it adds a user to the user tab ,i have an on join for that user level . problem is when someone on that user level joins my script dont recognize then as being on the user list .
example : on *:dialog:cont:sclick:23:{ auser admin <nick><gate> blah blah | notice <nick> you have been added to admin } <---not exact code but it adds person to user list
on admin:JOIN:#: { notice <nick> welcome back <nick> you have admin rights blah blah } <-----script doesnt see this
i know its probably something simple i am overlooking but any help would be appreciated .