pm copy cat

By Toxic on Apr 06, 2004

This script will take an thing said in pm with the format
!say
and will say the text in what ever channel you pick this is mainly a bot addon but can be used if you idle a lot and have a friend whick will make u speak every 20 mins :-) but yet again you could just have a timer
you will have to set ur password like /set %password and then if you go to variables you can have as many passwords for each person as you like

;################# pm copy cat ##################
on 1:TEXT:*!say*:?: {
  if ($2 == %password) {
    /msg #chan $3- 
  }
}

Comments

Sign in to comment.
kranix   -  Apr 07, 2004

i used a derivation of this for my bot, but it included incorrect password replys and more commands, but i still couldnt have done it without this script as a guide

 Respond  
kranix   -  Apr 07, 2004

i used a derivation of this for my bot, but it included incorrect password replys and more commands, but i still couldnt have done it without this script as a guide

 Respond  
TeQh   -  Apr 07, 2004

!say hawkee text - it blocked me off down there

 Respond  
TeQh   -  Apr 07, 2004

$2 is the pass, $3 is your text so you would /msg bot !say hawkee

 Respond  
Cypher87   -  Apr 07, 2004

True, but I thought I\'ll just highlight it, cause a lot of ppl dont know anything about scripting

 Respond  
kranix   -  Apr 06, 2004

simply replace isin with == and the code will only allow the password, nothing else

 Respond  
Cypher87   -  Apr 06, 2004

if ($2 isin %password) { thats not smart, lets say hawkee is your %password. Some one types !say a text. And it will work :/ dunno why you used isin

 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.