Advertisement
Guest User

Untitled

a guest
Feb 18th, 2020
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 KB | None | 0 0
  1. }
  2. }
  3. }
  4. ############################### add source lines to load scripts below here ########################
  5.  
  6.  
  7. bind evnt - init-server evnt:init_server
  8.  
  9. proc evnt:init_server {type} {
  10. global botnick
  11. putquick "MODE $botnick +i-ws"
  12. putserv "NickServ IDENTIFY Eternia"
  13. }
  14.  
  15. ####################################
  16. # Bass's Bseen
  17. # source /home/S/SonnyBonds/eggdrop/scripts/added/bseen/
  18.  
  19. #Active Chatter
  20. source scripts/added/activechatter/activechatter.tcl
  21.  
  22. #All Protection
  23. source scripts/added/allprotection/allprotection.tcl
  24.  
  25. #Black IP
  26. source scripts/added/BlackIP/BlackIP.tcl
  27.  
  28. #Black Tools
  29. source scripts/added/BlackTools/BlackTools.tcl
  30.  
  31. #BlackWeather
  32. #source scripts/added/BlackWeather/BlackWeather.tcl
  33.  
  34. #CORRECTION
  35. source scripts/added/rxp/rxp.tcl
  36.  
  37. #CS Why
  38. #source scripts/added/CSwhy/CSwhy.tcl
  39.  
  40. #CTCP Script
  41. #source scripts/added/cc/cc.tcl
  42.  
  43. #CTCP Version
  44. #source scripts/added/ctcpversion/ctcpversion.tcl
  45.  
  46. #Cute Topic
  47. source scripts/added/cutetopic/cutetopic.tcl
  48.  
  49. #Define
  50. source scripts/added/define/define.tcl
  51.  
  52. #DuckHunt
  53. #source scripts/added/duck_hunt/Duck_Hunt.tcl
  54.  
  55. #Finger
  56. source scripts/added/finger/the_finger.tcl
  57.  
  58. #Google Search
  59. #source scripts/added/g/g.tcl
  60.  
  61. #Greet
  62. #source scripts/added/greet/greet.tcl
  63.  
  64. #hangman
  65. source scripts/added/hangman/hangman.tcl
  66.  
  67. #Higher/Lower
  68. source scripts/added/hl/hl.tcl
  69.  
  70. #IMDb
  71. source scripts/added/IMDB/imdb.tcl
  72.  
  73. #Kyoutube
  74. source scripts/added/KYoutube/KYoutube.tcl
  75.  
  76. #Learn
  77. source scripts/added/learn/learn.tcl
  78.  
  79. #Mute
  80. source scripts/added/mute/mute.tcl
  81.  
  82. #Netsplit
  83. source scripts/added/netsplit/splitdetect.tcl
  84.  
  85. #Ping
  86. source scripts/added/ping/ping.tcl
  87.  
  88. #Prayer
  89. #source scripts/added/prayer/prayer.tcl
  90.  
  91. #Quote
  92. #source scripts/added/quote/quote.tcl
  93.  
  94. #Random Greeter
  95. #source scripts/added/randomgreeter/random_greeter.tcl
  96.  
  97. #RSS News
  98. source scripts/added/rssnews/rssnews.tcl
  99.  
  100. #Rulez2B
  101. source scripts/added/rulez2b/rulez2b.tcl
  102.  
  103. #SayWeather
  104. #source scripts/added/sayweather/sayweather.tcl
  105.  
  106. #Smiling
  107. #source scripts/added/smiling/smiling.tcl
  108.  
  109. #Spam Kick
  110. #source scripts/added/spamkick/spamkick.tcl
  111.  
  112. #TopicMaster
  113. source scripts/added/topicmaster/topicmaster.tcl
  114.  
  115. #URL Title
  116. source scripts/added/urltitle/urltitle.tcl
  117.  
  118. #Wiki
  119. source scripts/added/wiki/wiki.tcl
  120.  
  121. #Wow
  122. #source scripts/added/wow/wow.tcl
  123.  
  124. #YouTube Title
  125. source scripts/added/YouTubeTitle/YouTubeTitle.tcl
  126.  
  127. #YT
  128. source scripts/added/yt/yt.tcl
  129.  
  130. #Stat
  131. source stats.conf
  132.  
  133. #RSS News
  134. source scripts/added/rssnews/rssnews.tcl
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement