MaxEvans commented on a Page, Make ur bot come and leave a channel  -  May 17, 2009

The owner code would be something like this. I also put it all in one on text event to make it shorter.

on :text::*: {
if ($nick == %owner) && ($1 == !join) {
/join $2 | msg # $me has join $2
}
elseif ($nick == %owner) && ($1 == !leave) {
/part $2 | msg # $me has left $2
}
}

 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.