I am working on my channel rpotection & I am able to check the safelist when people join, but when it is first enabled I am confusing on how to go about checking everyone that is already in the channel. Might some one be able to help?
pseudocode
on protect-enable:
for each person in userlist
getAction = doJoinEvaluate( person )
if getAction is NULL
else
person.perform getAction;
get next person
Hope this helps.
Thank you very much, that should help me quite a bit.