README.txt 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. ===========================================================================================================
  2. -= BLaCkShaDoW Production Presents =-
  3. BlackTools - The Ultimate Channel Control Script
  4. One TCL. One smart Eggdrop
  5. ===========================================================================================================
  6. BlackTools is the most complete channel management script who can manage channels from all
  7. the IRC networks, although some modules are specifically designed only for Undernet network.
  8. -----------------------
  9. Bugs report : http://www.tclscripts.net
  10. History : http://www.tclscripts.net/release-notes
  11. GitHub page : https://github.com/tclscripts/BlackToolS-TCL
  12. Online help : irc://irc.undernet.org/tcl-help
  13. #TCL-HELP / UnderNet
  14. You can ask in english or romanian
  15. / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \
  16. ( T | C | L | S | C | R | I | P | T | S | . | N | E | T )
  17. \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ /
  18. You want a customised TCL Script for your eggdrop?
  19. Easy-peasy, just tell us what you need!
  20. We can create almost anything in TCL based on your ideas and donations.
  21. Email: blackshadow@tclscripts.net or info@tclscripts.net with your request informations
  22. and we'll contact you as soon as possible.
  23. -----------------------
  24. Ideas, suggestions, comments ?
  25. This script is free of charge but I accept donations, old computers, free shells :))
  26. In any case, if you have any comment (good or bad) go to www.tclscripts.net.
  27. Minimum requirements:
  28. o Eggdrop 1.8.x
  29. o Tcl 8.5 or higher.
  30. o TLS package (for autoupdate module to work,if not, it will be disabled)
  31. Most important features:
  32. o AutoUpdate that gives the eggdrop the ability to download and install the BT if a new version
  33. or bug fix version is on github. All BT files and settings are saved and restored after install.
  34. o Capability to create aliases (commands based on BT official commands) foreach user.
  35. o Multi-channels support: intelligent IRC channel management, every owner(s)/manager(s) can
  36. customise this script and its component settings for each channel to his liking.
  37. (add/remove users, activate or disable desired protections, modules or commands)
  38. o Global boss owner(s) now have the possibility of being able to modify, directly into, their
  39. eggdrop config file (eggdrop.conf) without having to log on to the shell machine to do that.
  40. (i.e. nickname, realname, homechan, chanserv, chanserv username, chanserv password, etc.)
  41. o Designed for flexibility and ease of use: BlackTools is now 100% flexible to be configured
  42. via channel, you can set different settings for each channel.
  43. o Owner(s) timer module system which allows to start timers to execute certain processes (proc)
  44. and in case you want to kill/stop a timer you can do this through this module too.
  45. Also provides and a list of active timers running.
  46. o Allows you to upload files that match the pattern *.tcl from a url inside your
  47. eggdrop's scripts directory.
  48. o Note module system where users can send messages to each other or save personal notes.
  49. Also, eggdrop will send notes to global owner(s) to inform them every time is abused
  50. (banned/can't join a channel).
  51. o CIDR support, dnslookup support and webirc hosts support.
  52. o All commands works through private message (PRIVMSG) and possibility that all users, who have
  53. access to eggdrop, can set their own cmdchar such as '!'.
  54. o All the warn/kick/ban reasons are highly customizable.
  55. Every channel manager can add or remove anything as want easily.
  56. o The new BlackTools version brings also a new and very well-implemented ban system which performs
  57. accurate and efficient searches through global banlist and every channel banlists for a better
  58. management and an easier removal/unban.
  59. o Perfect navigational system through the pages of every module which has this option and a
  60. quote support system module.
  61. o Protection against botnet (mass) and private floods.
  62. o And lots of cool features for your eggdrop :)
  63. Important:
  64. Read BlackTools MANUAL (.man command) for help and information about configuration.
  65. Read INSTALL file to know how to install it.
  66. Read FAQ file for the most frequently asked questions.
  67. Credits:
  68. o Settore for hosting the tclscripts.net project website.
  69. settore@tclscripts.net [ www.codegeenie.world ]
  70. o Florian (most craziest imagination guy) for spotting some major and important issues, also for
  71. provinding all the required and necessary materials needed for this script to be ready.
  72. florian@tclscripts.net [ www.tntradio.ro ]
  73. Utenti italiani:
  74. ---------------------
  75. Italian Language: Nessuna traduzione ufficiale ancora (puo essere fatta su richiesta).
  76. Usuarios espanoles:
  77. ---------------------
  78. Spanish Language: Sin traduccion oficial todavia (se puede realizar a peticion).
  79. -----------------------------------------------------------------------------------------------------------
  80. Copyright (c) 2008-2021 Daniel Voipan (aka BLaCkShaDoW).
  81. -----------------------------------------------------------------------------------------------------------
  82. AUTHOR : Daniel Voipan
  83. NICK : BLaCkShaDoW
  84. MEET ME : On *UnderNet.org: #TCL-HELP, #UnBan, #TNTRadio
  85. EMAIL : blackshadow@tclscripts.net
  86. URL : https://github.com/DanielVoipan/
  87. GREETS : o Special thanks to QueenElsa and Florian for testing, suggesting fixes and new features
  88. inspiration for many parts of BlackTools.tcl that led to the improvement of this script.
  89. o Thanks also to Time2Go > Ionut (retired..) without whom this script would not have gone
  90. so far.
  91. - admin of #TCL-HELP Channel
  92. o As well, many thanks to psycho & WildMan for the interest shown in testing & searching
  93. for errors.
  94. o Thank you to all those people who found bugs in the script and reported them and to all
  95. the users who joined #TCL-HELP and shared their ideas and suggestions.
  96. - Website: wWw.TclScriptS.NeT
  97. - #TCL-HELP (BlackTools TCL Project Official Channel)
  98. -----------------------------------------------------------------------------------------------------------