Script Name:
Spam Scripts
Version: 3.0
Author: Justdabomb2
Script Date: 23/10/2006
Category: Not specified
Downloads: 23
File Name:
spam.zip
Short Description:
Sends short spam to a nick or channel given in a public command. Has abuse control and other features.
Extended Description File
###########################################################################
## ##
## Author: Justdabomb2 <email: edngravy@sbcglobal.net> ##
## Script: Spam Scripts ##
## Version: v3.0 ##
## Date: 10/23/2006 ##
## Tested with: Eggdrop v1.6.18 ##
## ##
## Commands: ##
## !spam <nick> - sends spam to the given nick in a private message. ##
## !spam <channel> - sends spam to the given channel. ##
## !notspam <nick> - sends spam to the given nick in a notice. ##
## !notspam <channel> - sends spam to everyone on the given channel ##
## in a notice. ##
## !spamon - Activates the script so that others can use it. ##
## Only the set botowner can use this command. ##
## !spamoff - De-Activates the script so that others can not use it. ##
## Only the set botowner can use this command. ##
## ##
## Installation: ##
## 1. Save the script in your script directory as "spam.tcl". ##
## 2. Save the text file in your script directory as "spam.txt". ##
## 3. add line "source scripts/spam.tcl" to the bottom of your ##
## eggdrop configuration file. ##
## 4. CTRL+F search for 'set dicechan ' and change "#channel" ##
## to the name of your channel. ##
## 5. CTRL+F search for 'set ownerofbot ' and change "YourNick" ##
## to your main nick. ##
## 6. Rehash or restart the bot, and type "!spamhelp" in the channel. ##
## ##
## ##
## Bugs: - None known yet, E-mail me if you find any. ##
## ##
## ##
## Features: ##
## - If the script gets abused, the bot owner can shut it off. ##
## - Only users with voice, half-op or op, can use commands to ##
## send spam. ##
## - Spam can be sent through private message or notice to a ##
## nick or channel. ##
## - Spam can only be sent from one channel, so it is easy to ##
## notice if it is abused. ##
## ##
## You do NOT need to change anything in this script ##
## (besides what it tells you to change in the installation), ##
## it should work the way it is right now. ##
## ##
## Newer versions on this script will be if I decide something ##
## should be added or a bug needs to be fixed. ##
## ##
## If you notice any problems with the script, ##
## please e-mail them to me at: edngravy@sbcglobal.net ##
## ##
## Please do not re-distribute a modified version of this script. ##
## If you do re-distribute it in it's original form, ##
## please give credit to me, and do not claim it as your own. ##
## ##
## ~Thank you! ##
## ##
###########################################################################