guest598594 commented on a Page, "* is available for help." toggler  -  Jun 13, 2008
alias toggle_help {
  $iif(%help == 1, %help = 0, %help = 1)
  $iif(%help == 1, mode $me -h, mode $me +h)
}

You don\'t really need the same thing in both situations, so you could just do

  %help = $iif(%help,0,1)
  mode $me $iif(%help,-h,+h)
 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.