Guest User

Untitled

a guest
Jun 19th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. ON *:SOCKOPEN:p:{
  2. if ($sockerr > 0) { echo -s 0Bot fallada la conexión | halt }
  3. s nick $cnf(nk)
  4. s User $cnf(user)
  5. }
  6. ON *:SOCKREAD:p:{
  7. sockread %debug
  8. echo -s %debug
  9. if ($d(1) == PING) { s PONG $d(2) }
  10. if ($d(2) == 422) { s oper $cnf(oper) | s join #clones | s privmsg #clones :Bot Anti-CLonES Conectado creado por:12 edute =D | .timermsg 0 160 sockwrite -nt p PRIVMSG #clones :Venga operadores sigan con vuestro trabajo que iebais rato sin g-linear =) 12Un saludo }
  11. if ($d(3) == #clones) {
  12. if (*joined* iswm $d(1-)) && (*has* iswm $d(1-)) { s privmsg $d(canal) :G-line12 $d(5) Motivo:3 Inyección de clones en la red. | s gline $d(5) :ProxyS Motivo:3 Inyección de clones en la red. }
  13. if ($d(4) == G) { s gline - $+ $d(5) | s privmsg $d(canal) :G-line *4DELETE* :12 $d(5) }
  14. }
  15. }
  16. alias s {
  17. sockwrite -nt $sockname $1-
  18. }
  19. alias d {
  20. if ($1 == nick) { return $remove($gettok(%debug,1,33),$chr(58)) | halt }
  21. if ($1 == canal) { return $remove($gettok(%debug,3,32),$chr(58)) | halt }
  22. return $remove($gettok(%debug,$1,32),$chr(58))
  23. }
  24. alias cnf {
  25. return $readini(conf.ini,conf,$1)
  26. }
Add Comment
Please, Sign In to add comment