This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

on text spam[solved]

Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
Post Reply
b
blake
Master
Posts: 201
Joined: Mon Feb 23, 2009 9:42 am
Contact:

on text spam[solved]

Post by blake »

Hey have another script idea
Im looking for a spam script that will do the following add a set word to the script then if that set word is said it will relay back to #services the nickname of the person that has said the set word and the channel name but will also relay the whole line of text

word added Credit card

it will relay something like this to #services botnick #test testuser give me your credit card details and ill send you bla blah

will also need to be able to add multiple spam words yes their are loads of spam scripts but none that will do what i need this script is going to be used more as a security feature than a spam script
Last edited by blake on Sat Dec 05, 2009 12:32 pm, edited 1 time in total.
User avatar
speechles
Revered One
Posts: 1398
Joined: Sat Aug 26, 2006 10:19 pm
Location: emerald triangle, california (coastal redwoods)

Re: on text spam

Post by speechles »

http://forum.egghelp.org/viewtopic.php?t=15889&start=17

This script will do that. You merely need to change this part:

Code: Select all

variable mycommands {
  "*credit card*|*|privmsg #services :Possible Spammer: <%n@%c> %i"
}
Makes it pretty easy don't you agree? :P
Post Reply