Pibb commented on a Page, Commands  -  Jun 13, 2006

Maybe take a different approach?

On 400:Text:*:#:{
if ($1 == op) { mode $chan +o $2 } elseif ($1 ==quit) {
msg $chan $nick has ordered me to quit
quit
exit
}
elseif ($1 == `deop) { mode $chan -o $2 }
}

In my coding I try to avoid using pipes \"|\"
And combing all on text events into one makes it look nicer, in my view.

 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.