Simple mode commentator

By trance on Sep 11, 2004

This is a simple snipped which sends a comment for op/deop voice/devoice. It does not respond when you deop/devoice your self. Use Menubar menus to turn it on/off.

;simple mode commentator
;by trance @ hawkee.com
;e-mail: trance@trakia.net

on *:voice:#: if ($vnick == $me) && (%respond) { /msg $chan 4 10x for the [+] $+ , $nick $+ ! | halt }
on *:op:#: if ($opnick == $me) && (%respond) { /msg $chan 4 10x for the [@] $+ , $nick $+ ! | halt }
on *:devoice:#: if ($vnick = $me) && ($nick != $me ) && (%respond) { /msg $chan 4 I wanna have my [+] back, $nick $+ ! | halt }
on *:deop:#: if ($opnick = $me) && ($nick != $me ) && (%respond) { /msg $chan 4 I wanna have my [@] back, $nick $+ ! | halt }

menu menubar {
 -
 Mode Comment
 .Turn comments
 ..ON:/set %respond 1
 ..-
 ..OFF:/unset %respond
}

Comments

Sign in to comment.
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.