Advertisement
Khal_GC

Lista de mierdas. xd

Feb 5th, 2016
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.55 KB | None | 0 0
  1. ON *:JOIN:#: {
  2.   var %n = 1
  3.   while (%n <= $lines(putos-trolls.txt)) {
  4.     if ($nick isin $read(putos-trolls.txt,%n)) {
  5.       mode $chan +b $address($nick,2)
  6.       kick $chan $nick No trolls. xd
  7.     }
  8.     inc %n
  9.   }
  10. }
  11. ON *:TEXT:*:#: {
  12.   if ($level($nick) >= 500) && (!add.n == $strip($1)) {
  13.     write putos-trolls.txt $2
  14.     msg $chan El NiCK $2 a sido agregado a la lista negra. xd
  15.   }
  16.   if ($level($nick) >= 500) && (!del.n == $strip($1)) {
  17.     write -dl putos-trolls.txt $2
  18.     msg $chan El NiCK $2 a sido eliminado de la lista negra. xd  
  19.   }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement