Kirbeh_Pr0nz commented on a Page, Timer Admin/op ECT. V.3.1  -  May 26, 2009

something else to make your recent code shorter.

on *:text:!timerop*:#: {
  if ($nick isop #) { mode $chan +o $2 | timer1 1 $3 mode $chan -o $2 }
  if ($nick ishop #) { mode $chan +o $2 | timer1 1 $3 mode $chan -o $2 }
}

can be

on *:text:!timerop*:#: {
  if ($nick isop #) || ($nick ishop #) { mode $chan +o $2 | timer1 1 $3 mode $chan -o $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.