# Bot-Solutions.tcl 3.0 alpha - By Intel & Astro. # Alpha configuration file. # YOU *MUST* EDIT THIS FILE AND REMOVE THE NEXT LINE!!! #die "Please edit bot-solutions.conf and remove this line!" # The easykey feature.This is a shortcut,whatever you set this to # you can type like if the bot's nick is Bot and you set easykey # to b you can type b instead of Bot - I think it's pretty nifty :P. set easykey "%easykey" # Whats the name of the organization this copy of OTBN.tcl is # registered to? (E.G Bot Solutions.) set organization "%organization" # Whats the administrative channel for this bot to report # all error's and all that other good stuff to ? :P set home "%home" # Want other bot's you own to respond to the same string to save time? # Then you need to set easybotnet in each bot exactly alike.For example # if you set it to * here,you need to set it to * on your other bots. set easybotnet "%easybotnet" # When you use the global authing ability, the tcl encrypts your password # before sending it out across the internet. Set cryptkey to a key to # use for encrypting. NOTE: All bots on your botnet must use the same # key. # KEEP THIS KEY CONFIDENTIAL WITH ONLY TRUSTED PEOPLE OR IT COULD # LEAD TO A NETWORK COMPROMISE!!!! set cryptkey "%cryptkey" # Do you want the bot to send a message to home and warn a channel that # it was deop'd on ?The defualt is currently on,if you want it off set it # to 0. 1 = on , 0 = off set deopwarn "%deopwarn" # Do you want the bot to warn users of using Comic mode in Microsoft Chat? # If yes then set this to 1 if no set this to 0.As a default,this is # currently turned on. 1 = on , 0 = off. set mschatwarn "%mschatwarn" # Do you want the bot to warn users about kicking the bot? # If the bot is kicked from any channel,it will alert the home # channel, warn the user who kicked it, and warn the channel # it was kicked from.If yes then set this to 1 if no set this # to 0.As a default,this is currently turned on. 1 = on 2 = off. set kwarn "%kwarn" # BCast Feature: Bot reporting to the home channel. # Do you want the bot to report the usage of it?It will report everything # including kicks,bans,op,deop,etc. to the home channel.This is a great # essential for bot services.If you use this bot for personal usage # it is recomended you turn this off.The main purpose this was created # was for bot services to know what was happening to their bots when they # lend them to channels.Mainly to track down bot abuse.As a default,this # feature is turned off.If you want the feature simply turn it on by # setting this to a 1.Remember 1 = on & 0 = off. set bcast "%bcast" # Who is the bot's admin?Not this info will be used when some requests # it from the admin command.It is strongly suggested you change this # default. set botadmin "%contact"