Jamiie commented on a Page, Manual Mode Setter  -  Jun 17, 2008
on *:input:#: {
  if ($1 == .m) {
    if ($2 == +) {
      mode $chan + $+ $3
    }
    if ($2 == -) {
      mode $chan - $+ $3
    }
  }
}

Works just as well without the extra on input 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.