Cheiron commented on a Page, Mode -- +m and -m  -  Jul 11, 2011

you can also do an alias based save using a bot...

on your mirc on a clean remote

on *:input:#: {
 if ($$1 === +m) {   .timer 1 1 mode $active +m }
  if ($$1 === -m) {   .timer 1 1 mode $active -m  }
}

command simply be typing on your mirc +m or -m
and ensuring you have ops on said channel

otherwise neat code and does what it says.

 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.