Script Name:
Request
Version: 2.0
Author: Justdabomb2
Script Date: 26/10/2006
Category: Not specified
Downloads: 22
File Name:
Justdabomb2-Request-v2.0.zip
Short Description:
Request a nick join a specified channel via public command (!request <nick> <channel>).
Extended Description File
###########################################################################
## ##
## Author: Justdabomb2 <email: edngravy@sbcglobal.net> ##
## Script: Request Script ##
## Version: v2.0 ##
## Date: 10/26/2006 ##
## Tested with: Eggdrop v1.6.18 ##
## ##
## Commands: ##
## !request <nick> - Requests the nick to the channel the command ##
## was said on. ##
## !request <nick> <channel> - Request the nick to specified channel. ##
## !request help - Shows the commands on the channel. ##
## ##
## ##
## Installation: ##
## 1. Save in your script directory as "request.tcl". ##
## 2. add line "source scripts/request.tcl to the bottom of your ##
## eggdrop configuration file. ##
## 3. CTRL+F search for 'set requestownerofbot ' and change ##
## "YourNick" to your nick. ##
## 4. (optional) - CTRL+F search for 'set requestbotmsgs' and ##
## change the messages below to what you want it to say when ##
## a person requests your bot. ##
## 5. (optional) - CTRL+F search for 'set requesttextcolor ' and ##
## change "1" to the color you want to your bot use when the ##
## script is in use (use the color key below). ##
## 6. Rehash or restart your bot, and type "!request help" ##
## in the channel. ##
## ##
## ##
## Bugs: - None known yet, E-mail me if you find any. ##
## ##
## ##
## Color Key: ##
## ||=-------------=||=--------=|| ##
## || Color Name || Number || ##
## ||=-------------=||=--------=|| ##
## || White || 0 || ##
## || Black || 1 || ##
## || Dark Blue || 2 || ##
## || Green || 3 || ##
## || Red || 4 || ##
## || Brown || 5 || ##
## || Purple || 6 || ##
## || Orange || 7 || ##
## || Yellow || 8 || ##
## || Light Green || 9 || ##
## || Teal || 10 || ##
## || Light Blue || 11 || ##
## || Blue || 12 || ##
## || Pink || 13 || ##
## || Dark Grey || 14 || ##
## || Light Grey || 15 || ##
## ||=-------------=||=--------=|| ##
## ##
## ##
## Features: ##
## - You can turn the script on or off through a public command so ##
## that it does not get over used. (Only the bot owner that you ##
## set in the global variable can use this command.) ##
## - If a nick is not specified it will notice the person who used ##
## the command with the proper args to use. ##
## - If a channel is not specified it will request the specified ##
## nick to the channel the command was used on. ##
## - You can easily set the color of the text you want it to use ##
## in a global variable. ##
## - You can easily set random messages you want the bot to use ##
## when someone requests the bot. ##
## - You can set if you want the bot to kick a user when they ##
## request it or not. ##
## - You can set the kick message through a global variable. ##
## ##
## ##
## 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 ##
## ##
## ~Thank you! ##
## ##
###########################################################################