raccoon commented on a Page, r_cycle.mrc Regain Ops Channel Cycle Script  -  Dec 05, 2011

celjan37: Insert the 3rd and 4th and Nth lines below into the appropriate location.

ALIAS -l SHOULD_WE_CYCLE_YET {
  var %chan = $1, %nick = $2
  ; Channels which should not be cycled.
  if (%chan == #superchan) && ($network == EFnet) return
  if (%chan == #uberchan) && ($network == DALnet) return
  if (%chan == #leetchan) && ($network == Rizon) return
  ; Check to make sure you're not opped.
  if ($me isop %chan) return

cooldude13233: Insert the 3rd and 4th lines below into the appropriate location.

ALIAS -l SHOULD_WE_CYCLE_YET {
  var %chan = $1, %nick = $2
  ; Make sure it's the correct channel.
  if (%chan != #awesomechan) || ($network != EFnet) return
  ; Check to make sure you're not opped.
  if ($me isop %chan) return
 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.