Trying to make a script that will whois a person, but I don't know where to proceed from here.
The point of the script is to whois the string specified, then return the value back to the person. I wwas hoping to return the part where it shows which channels a nick is on.
on *:TEXT:!whois *:#: {
/raw WHOIS $2
echo 4
}
Any help is greatly appreciated =]