Rawmode Thanker And Asker.. v1.0

By CRadle_of_filth on Apr 20, 2004

To Load Snippet hold alt + R and copy this snippet into remotes.
This is a simple Rawmode Script it uses the if event to see if you lost your status or gain status.

;RAWMODE Thanker
; By DaRKFiRe(CRadle_of_filth) 
; Come Chat With Me On Freedomchat!
; /server -m IRC.Freedomchat.net -j #Music
on *:RAWMODE:#:{
    if (($1 == -a) && ($2 == $me)) { msg # Why Did You Took My +a $nick $+ ?  }
    if (($1 == -o) && ($2 == $me)) { msg # Why Did You Took My +o $nick  $+ ? }
    if (($1 == -v) && ($2 == $me)) { msg # Why Did You Took My +v $nick  $+ ? }
    if (($1 == -h) && ($2 == $me)) { msg # Why Did You Took My +h $nick  $+ ? }
    if (($1 == -q) && ($2 == $me)) { msg # Why Did You Took My +q $nick  $+ ? }
    if (($1 == +v) && ($2 == $me)) { msg # Thanks For The +v $nick  $+ ! }
    if (($1 == +o) && ($2 == $me)) { msg # Thanks For The +o $nick  $+ ! }
    if (($1 == +h) && ($2 == $me)) { msg # Thanks For The +h $nick  $+ ! }
    if (($1 == +q) && ($2 == $me)) { msg # Thanks For The +q $nick  $+ ! }
  }
}

Comments

Sign in to comment.
slacker   -  May 30, 2009
on !*:RAWMODE:#:{
  if ($regex($1,/([+-])([qaohv]{1,})/) && $2 == $me) { msg # $iif($regml(1) == -,Why Did You Take My $+(+,$regml(2),$chr(32),$nick,?),Thanks For The $+(+,$regml(2)$chr(32),$nick,!))  }
}
 Respond  
miniCruzer   -  May 30, 2009

I realize this is a pretty old script, and hasn't been touched in 5 years... but it needs some color ;-)

 Respond  
CRadle_of_filth   -  May 31, 2004

-?

 Respond  
CRadle_of_filth   -  May 31, 2004

i think this looks a lot better?

 Respond  
CRadle_of_filth   -  May 30, 2004

I am now using rawmodes besides on mode.

 Respond  
Marius_Craciunoiu   -  May 11, 2004

i like the snippet now :)

 Respond  
CRadle_of_filth   -  May 11, 2004

Black Metal lol

 Respond  
X-FILE   -  May 11, 2004

is CRadle_of_filth the name of a thrash metal band? ;)

 Respond  
CRadle_of_filth   -  May 11, 2004

There is a new version.

 Respond  
CRadle_of_filth   -  May 11, 2004

i mean thank yourself. lol right i am thanking myself for living on this shithole planet

 Respond  
CRadle_of_filth   -  May 11, 2004

okay but isnt it always good to voice yourself?

 Respond  
Marius_Craciunoiu   -  May 10, 2004

i mean that if i voice myself the autothanker will thank me for voiceing myself

 Respond  
CRadle_of_filth   -  May 10, 2004

why would ya wanna voice yourself?

 Respond  
Marius_Craciunoiu   -  May 09, 2004

yes but u can voice yourself :P ....

 Respond  
CRadle_of_filth   -  Apr 24, 2004

Just copy the code and In Your mIRC Script hold alt and r at the same time then go to file and click on New File and Paste the Code in Remotes

 Respond  
G-man   -  Apr 24, 2004

How do you load this code into mIRC? please explain. Thanks

 Respond  
CRadle_of_filth   -  Apr 22, 2004

thanks sailoreagle

 Respond  
sailoreagle   -  Apr 22, 2004

Errr... Soxide? You can\'t op yourself. At worst, you\'ll be thanking ChanServ / a bot for the op. Adding an @ in front of the wildcard userlevel will break the script, cause then it\'ll trigger only if you\'re ALREADY an op and you get opped - so the script will in effect never trigger.

 Respond  
Soxide   -  Apr 21, 2004

yes and if you op ur self you will thx with that script you wanna add an bit and do @* easyer

 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.