Advertisement
Guest User

TL FLS Greet Script (modified)

a guest
Mar 14th, 2018
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.95 KB | None | 0 0
  1. <====================================================>
  2. ~~~~~~~~ TL FLS Greet Script COMMANDS (MODIFIED): ~~~~~~~
  3. /hi [username] | standard FLShelp greeting
  4. /user [username] | check username
  5. /bye [username] | tell the user to /part politely
  6. /donate [username] | Donation link
  7. /wt [username] | user bad ratio wait time info
  8. /dht [username] | utorrent (turn DHT off)
  9. /outseed [username] | outside seeding info
  10. /aclient [username] | allowed client list url
  11. /forgotpass [username] | password verification request info
  12. /invite [username] | standard invite FYI
  13. /ratiowarn [username] | advice on how to fix your ratio
  14. /passwordtips [username] | advice on creating a good password
  15. /irssi [username] | how to set up auto DL
  16. /sbinfo [username] | seedbox FYI
  17. /ul [username] | uploader application url
  18. /class [username] | userclass info
  19. /sbreg [username] | request users seedbox details for our records
  20. <====================================================>
  21.  
  22. MIRC script begins now:
  23.  
  24. ;---TL FLS Greet Script (modified)---;
  25.  
  26. alias hi {
  27. if ($1) {
  28. if (($1 ison $chan) || ($1 == $active)) { msg $active Hello $+($1,$chr(44)) welcome to 4#tlhelp. Can you give my your TorrentLeech username (if you have one) and state your problem please. }
  29. else { echo -a * Error: $+(",$1,") is not in the active channel/query window. }
  30. }
  31. else { echo -a * Error: No nick was stated. }
  32. }
  33. alias bye {
  34. if ($1) {
  35. if (($1 ison $chan) || ($1 == $active)) { msg $active Have a nice day $+($1, $chr(44)) please type /part to leave the channel, thank you. }
  36. else { echo -a * Error: $+(",$1,") is not in the active channel/query window. }
  37. }
  38. else { echo -a * Error: No nick was stated. }
  39. }
  40. alias user {
  41. if ($1) {
  42. if (($1 ison $chan) || ($1 == $active)) { msg #tlfls !u $+($1) }
  43. else { echo -a * Error: $+(",$1,") is not in the active channel/query window. }
  44. }
  45. else { echo -a * Error: No nick was stated. }
  46. }
  47. alias donate {
  48. if ($1) {
  49. if (($1 ison $chan) || ($1 == $active)) { msg $active $+($1,$chr(44)) if you would like to make a donation you can do so here: 2https://www.torrentleech.org/user/donate }
  50. else { echo -a * Error: $+(",$1,") is not in the active channel/query window. }
  51. }
  52. else { echo -a * Error: No nick was stated. }
  53. }
  54. alias wt {
  55. if ($1) {
  56. if (($1 ison $chan) || ($1 == $active)) { msg $active $+($1,$chr(44)) you can learn all about wait times here: 2http://wiki.torrentleech.org/doku.php/wait.times }
  57. else { echo -a * Error: $+(",$1,") is not in the active channel/query window. }
  58. }
  59. else { echo -a * Error: No nick was stated. }
  60. }
  61. alias dht {
  62. if ($1) {
  63. if (($1 ison $chan) || ($1 == $active)) { msg $active $+($1,$chr(44)) if you need to disable DHT in utorrent, please read this: 2http://wiki.torrentleech.org/doku.php/utorrent_dht }
  64. else { echo -a * Error: $+(",$1,") is not in the active channel/query window. }
  65. }
  66. else { echo -a * Error: No nick was stated. }
  67. }
  68. alias outseed {
  69. if ($1) {
  70. if (($1 ison $chan) || ($1 == $active)) { msg $active $+($1,$chr(44)) please read this guide on how to outside seed: 2http://wiki.torrentleech.org/doku.php/outside_seeding_with_utorrent }
  71. else { echo -a * Error: $+(",$1,") is not in the active channel/query window. }
  72. }
  73. else { echo -a * Error: No nick was stated. }
  74. }
  75. alias aclient {
  76. if ($1) {
  77. if (($1 ison $chan) || ($1 == $active)) { msg $active $+($1,$chr(44)) you can find our list of allowed clients here: 2http://wiki.torrentleech.org/doku.php/allowed_clients }
  78. else { echo -a * Error: $+(",$1,") is not in the active channel/query window. }
  79. }
  80. else { echo -a * Error: No nick was stated. }
  81. }
  82. alias forgotpass {
  83. if ($1) {
  84. if (($1 ison $chan) || ($1 == $active)) { msg $active $+($1,$chr(44)) in order for us to help you as efficiently as possible, can you please give me the following information: The date you signed up, your email address, your last 5 downloads, 4WHO invited you, and who 3YOU invited. }
  85. else { echo -a * Error: $+(",$1,") is not in the active channel/query window. }
  86. }
  87. else { echo -a * Error: No nick was stated. }
  88. }
  89. alias invite {
  90. if ($1) {
  91. if (($1 ison $chan) || ($1 == $active)) { msg $active $+($1) this is a help channel, 4asking for invites is not allowed. You can either ask a friend for an invite, follow our Twitter channel 2(https://twitter.com/torrentleech), or keep an eye on our homepage for invite giveaways. We don't know when the next giveaway will be so just keep checking our twitter / homepage and good luck! }
  92. else { echo -a * Error: $+(",$1,") is not in the active channel/query window. }
  93. }
  94. else { echo -a * Error: No nick was stated. }
  95. }
  96. alias ratiowarn {
  97. if ($1) {
  98. if (($1 ison $chan) || ($1 == $active)) { msg $active $+($1,$chr(44)) I highly recommend 4NOT downloading anything from the site 4UNTIL you have 3FIXED your ratio. You can use outside/cross seeding to fix your ratio or you could donate. Please look at this guide on how to improve your ratio: 2https://wiki.torrentleech.org/doku.php/system.warnings }
  99. else { echo -a * Error: $+(",$1,") is not in the active channel/query window. }
  100. }
  101. else { echo -a * Error: No nick was stated. }
  102. }
  103. alias passwordtips {
  104. if ($1) {
  105. if (($1 ison $chan) || ($1 == $active)) { msg $active $+($1,$chr(44)) here's some advice on creating a strong password: 2http://wiki.torrentleech.org/doku.php/how_.to.make.a.good.password }
  106. else { echo -a * Error: $+(",$1,") is not in the active channel/query window. }
  107. }
  108. else { echo -a * Error: No nick was stated. }
  109. }
  110. alias irssi {
  111. if ($1) {
  112. if (($1 ison $chan) || ($1 == $active)) { msg $active $+($1,$chr(44)) how to setup auto-dl -> 2http://wiki.torrentleech.org/doku.php/autodl.irssi }
  113. else { echo -a * Error: $+(",$1,") is not in the active channel/query window. }
  114. }
  115. else { echo -a * Error: No nick was stated. }
  116. }
  117. alias sbinfo {
  118. if ($1) {
  119. if (($1 ison $chan) || ($1 == $active)) { msg $active $+($1,$chr(44)) you can find out all you need to know about seedboxes here: 2http://wiki.torrentleech.org/doku.php/seedboxes.all.you.need.to.know }
  120. else { echo -a * Error: $+(",$1,") is not in the active channel/query window. }
  121. }
  122. else { echo -a * Error: No nick was stated. }
  123. }
  124. alias ul {
  125. if ($1) {
  126. if (($1 ison $chan) || ($1 == $active)) { msg $active $+($1,$chr(44)) if you are interested in becoming an uploader please read this: 2http://wiki.torrentleech.org/doku.php/start#uploading_-_statusapplications_open }
  127. else { echo -a * Error: $+(",$1,") is not in the active channel/query window. }
  128. }
  129. else { echo -a * Error: No nick was stated. }
  130. }
  131. alias class {
  132. if ($1) {
  133. if (($1 ison $chan) || ($1 == $active)) { msg $active $+($1,$chr(44)) you can read all about the user classes here: 2http://wiki.torrentleech.org/doku.php/start#user_classes }
  134. else { echo -a * Error: $+(",$1,") is not in the active channel/query window. }
  135. }
  136. else { echo -a * Error: No nick was stated. }
  137. }
  138. alias sbreg {
  139. if ($1) {
  140. if (($1 ison $chan) || ($1 == $active)) { msg $active $+($1, $chr(44)) if you plan to use a seedbox we require the following information: Seedbox Provider / Seedbox IP / MAX upload speed (specified by your provider), thanks. }
  141. else { echo -a * Error: $+(",$1,") is not in the active channel/query window. }
  142. }
  143. else { echo -a * Error: No nick was stated. }
  144. }
  145. menu nicklist {
  146. TL IRC Menu
  147. .Greet:{ $hi($1) }
  148. .Goodbye: { $bye($1) }
  149. .Check username: { $user($1) }
  150. .Basics
  151. ..Donation link:{ $donate($1) }
  152. ..Waiting Times Explained:{ $wt($1) }
  153. ..Apply for Uploader: { $ul($1) }
  154. ..Info on User Class: { $class($1) }
  155. .Client
  156. ..Allowed Client List:{ $aclient($1) }
  157. ..uTorrent DHT settings:{ $dht($1) }
  158. ..Outside Seeding Guide:{ $outseed($1) }
  159. ..Forgot Pass:{ $forgotpass($1) }
  160. ..Warned for low ratio options:{ $ratiowarn($1) }
  161. ..Tips for passwords:{ $passwordtips($1) }
  162. .VIP
  163. ..Invite:{ $invite($1) }
  164. .Seedboxes
  165. ..Setup IRSSI:{ $irssi($1) }
  166. ..All info on seedbox:{ $sbinfo($1) }
  167. ..Registering your seedbox here: $sbreg($1) }
  168. .-
  169. }
  170. menu query {
  171. TL IRC Menu
  172. .Greet:{ $hi($1) }
  173. .Goodbye: { $bye($1) }
  174. .Check username: { $user($1) }
  175. .Basics
  176. ..Donation link:{ $donate($1) }
  177. ..Waiting Times Explained:{ $wt($1) }
  178. ..Apply for Uploader: { $ul($1) }
  179. ..Info on User Class: { $class($1) }
  180. .Client
  181. ..Allowed Client List:{ $aclient($1) }
  182. ..uTorrent DHT settings:{ $dht($1) }
  183. ..Outside Seeding Guide:{ $outseed($1e) }
  184. ..Forgot Password:{ $forgotpass($1) }
  185. ..Warned for low ratio options:{ $ratiowarn($1) }
  186. ..Tips for passwords:{ $passwordtips($1) }
  187. .VIP
  188. ..Invite:{ $invite($1) }
  189. .Seedboxes
  190. ..Setup IRSSI:{ $irssi($1) }
  191. ..All info on seedbox:{ $sbinfo($1) }
  192. ..Registering your seedbox here: $sbreg($1) }
  193. .-
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement