napa182 commented on a Page, Channel news bot  -  Jun 18, 2011

what Jethro_ meant by saying "Why do you use many checks for op and halfop?"
is you have

if ($nick isop $chan) || ($nick ishop $chan) {

everywhere when you could have done one or maybe two seeing how you have the code

and instead of doing the check like this

if ($nick isop $chan) || ($nick ishop $chan) {

you could do it like this

if ($nick(#,$nick,oh)) {

but whatever to each their own......

 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.