Advertisement
Guest User

Untitled

a guest
May 29th, 2017
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. ##### SCRIPTS #####
  2.  
  3. # This is a good place to load scripts to use with your bot.
  4.  
  5. # This line loads script.tcl from the scripts directory inside your Eggdrop's
  6. # directory. All scripts should be put there, although you can place them where
  7. # you like as long as you can supply a fully qualified path to them.
  8. #
  9. # source scripts/script.tcl
  10.  
  11. source /usr/share/eggdrop/scripts/alltools.tcl
  12. source /usr/share/eggdrop/scripts/action.fix.tcl
  13.  
  14. #load allprotections
  15. #source /usr/share/eggdrop/scripts/allprotections-beta.tcl
  16.  
  17. # Use this script for Tcl and Eggdrop backwards compatibility.
  18. # NOTE: This can also cause problems with some newer scripts.
  19. #source scripts/compat.tcl
  20.  
  21. # This script provides many useful informational functions, like setting
  22. # users' URLs, e-mail address, ICQ numbers, etc. You can modify it to add
  23. # extra entries.
  24. source /usr/share/eggdrop/scripts/userinfo.tcl
  25. loadhelp userinfo.help
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement