Master-Of-Death commented on a Page, !Join and !Leave script  -  Nov 24, 2009

why use four on text events why not just use:

on *:TEXT:*:#:{ if ($1 == !join) {
.join $2
}
elseif ($1 == !leave) { 
.part #
}
elseif ($1 == !op) && ($nick isop #) { 
.mode # +o $2
}
elseif ($1 == !deop) && ($nick isop #) { 
.mode # -o $2
}
}

see my point?

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.