INSTALL.txt 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. ================================================================================
  2. BlackTools - The Ultimate Channel Control Script
  3. One TCL. One smart Eggdrop
  4. ================================================================================
  5. o Before starting with this script, please read the README and FAQ file :)
  6. Thank you for this.
  7. o gunzip and untar tar.gz file:
  8. some/where> tar xvzf BlackTools2.5.3.tar.gz
  9. OR
  10. some/where> gzip -d BlackTools2.5.3.tar.gz
  11. some/where> tar xvf BlackTools2.5.3.tar
  12. o Edit the BlackTools.tcl file.
  13. o Copy dir 'BlackTools/' into your 'scripts/' dir of your eggdrop
  14. (This is case sensitive!).
  15. cp BlackTools/ /home/of/your_eggdrop/scripts/
  16. o Copy BlackTools.tcl file into your 'scripts/' directory:
  17. cp BlackTools.tcl /home/of/your_eggdrop/scripts/
  18. o Add the following line at the end of your eggdrop config file:
  19. source scripts/BlackTools.tcl
  20. o Now restart your eggdrop and type .h (in any channel) to start using
  21. your eggdrop and to configure this script.
  22. Remember to use .man feature to learn about all functions and commands on
  23. how to use BlackTools.
  24. o WARNING!! USERS WHO USE BOTH A&A AND BLACKTOOLS SCRIPTS TOGETHER SHOULD
  25. KNOW THAT THIS WORKS IN THEORY.
  26. SO DON'T ASK ME FOR HELP FOR THIS SCRIPT IF YOU USE IT TOGETHER WITH A&A SCRIPT...
  27. o Read the MANUAL before asking me or saying: 'this script don't work ;)'
  28. o If you don't like this script, either live with the fact that not everything
  29. can be made perfectly the way you want it, or don't use it.
  30. o Otherwise if you have any problem with this script or if you find a bug, post
  31. on tclscripts.net forum an explanation of the problem/bug. You can also meet
  32. me on IRC on #TCL-HELP (On UnderNet of course).
  33. --------------------------------------------------------------------------------
  34. BlackTools - The Ultimate Channel Control Script.
  35. Copyright (c) 2008-2018 Daniel Voipan (aka BLaCkShaDoW).
  36. --------------------------------------------------------------------------------