How do you use the
is_user_bot ( index ) function?
What I want to do is something like..
Code:
is_user_bot(id) & 1 ))
(I assumed & 1, because of the get_user_flags command and the 1 because it is supposed to return a 1 if user is a bot, a 0 if not)
And if the user is a bot then, whatever I can take it from there :p
I just need help with that...
__________________