Voice,Devoice,Op,Deop Msg's

Platform:  mIRC
Published  Feb 13, 2007
Updated  Feb 14, 2007
There is messages when you are voiced,devoiced,opped and deopped ... on 1:VOICE:#:{
if ($vnick == $me) {
.msg $chan 7*_* $nick Thank You For + (voice) ;)*_*
echo -a 7-_-1 $time 7-_- 12You are voiced on $chan by $nick4* 7_-_
}
}
on 1:DEVOICE:#:{
if ($vnick == $me) {
.msg $chan 7*_* $nick Whats the problem ?? :S Why Yoy Devoice me!? 7*_*
echo -a 7-_-1 $timestamp 7-_- You are Devoiced on $chan by $nick 4* 7_-_
}
}
on 1:OP:#:{
if ($opnick == $me) {
.msg $chan 7*_* OoOoOo $nick Tnank You For @(op) :) Now I am happy ;) 7*_*
echo -a 7-_-1 $time 7-_- You are Opped on $chan by $Nick4* 7_-_
}
}
on 1:DEOP:#:{
if ($opnick == $me) {
.msg $chan 7*_* Hmmmmzzz... Why You Deop Me $nick :( Now I am sad :( 7*_*
echo -a 7-_-1 $time 7-_- You Are deoped opn $chan by $nick 4* 7_-_
}
}


Comments

Sign in to comment.
A*1*T*E*A*M   -  Feb 14, 2007
now is OkeY?? I remove / :)
 Respond  
Lindrian   -  Feb 14, 2007
Yes, kinda like this:
on *:rawmode:#: {
if (($1 == +q) && ($2 == $me)) {
;The +q for the identifer, if u get +o\'ed intead, change the +q to +o etc..
;In rawmode u can get em all working. U can also change the $2 identifier
;to != $me (not equal you) and echo if thats what u want. etc..
;Suppose u already know that.
;Although, u might need to chang the +q to +qo in some networks etc.
msg $chan Thanks for the QOP $nick $+ !
echo -at > You got QOP\'ed in $chan $+ !
;The -t switch gives you a time stamp, the -a switch echos in active window.
}
if (($1 == -q) && ($2 == $me)) {
msg $chan Why did u remove my QOP $nick $+ ?
echo -at > You got deqop\'ed in $chan $+ !
}

;GL and HF!
}
 Respond  
A*1*T*E*A*M   -  Feb 14, 2007
only echo -a without / ???
 Respond  
A*1*T*E*A*M   -  Feb 14, 2007
next time i can create for more ... example for (voice,devoice,op,deop,ban,kick....)
 Respond  
A*1*T*E*A*M   -  Feb 14, 2007
Only for voice(+) and op(@) is this
 Respond  
Lindrian   -  Feb 13, 2007
U might wanna make a part for half op aswell, and if u use rawmode u can get +a(o) and +q(o) working aswell.
and no need for / infront of the echo.
 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.