co2h commented on a Page, TextView V1.2  -  Oct 28, 2007

Contributing again;
You can group if events to make the code cleaner. For example:

 if ($isowner($chan,$nick) == $false) { 
  if ($isadmin($chan,$nick) == $true) { etc }
  if ($nick isop $chan && $isadmin($nick,$chan) == $false) { etc }
} 

You could also just use one haltdef at the end. And why do you include echo -m $nick in your channel text event?

 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.