on *:TEXT:*MyNick*:#: {
if ($nick == TheirNick) {
.notice $nick BlahBlahBlahBlahBlah
.notice $nick BlahBlahBlahBlahBlah
}
...
Okay so i want this simple scipt to only work on people with certain isp's. The only way I know is just by their nickname. How do I make a if statement that uses isps?