Ok what i want is on !check <name> it will check <name> with $chan if it follows it so it works on the channel its on, Etc im in my channel and i do !check test, if test now follows me it will output test is a follower if not: test does not follow and i do want it to be if true then it makes %istrue = true or %istrue = false. so i can add stuff like if (%istrue == false {
somthing
}
Let me know if you need more info or that i need to explain it on another way
Originally Posted By: Wims
I made an unfortunate typo
Code:
sockclose %n
sockopen %n albinstuff.net 80
sockmark %n $2 $chan 
Change %n by %s

Also, what should !check, without a name (or two) after it, do?
I didn't realize you wanted the id= parameter to be dynamic
You need to describe how you want the on text event to work, because it looks like you want to be able to omit some parameters.

Last edited by Joveice; 28/07/15 11:38 AM.