Advertisement
Guest User

Untitled

a guest
Jan 24th, 2020
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.43 KB | None | 0 0
  1. raw 352:*:{
  2.  
  3.   if (G isin $7) && ($6 != $me) { if ($window($2).type == channel) { .cline sua_cor $2 $6 | haltdef } }
  4.   haltdef
  5. }
  6.  
  7. alias nklist2 {
  8.   if ($server != $null) {
  9.     var %a = $chan(0)
  10.     while (%a) {
  11.       nkl2 $chan(%a)
  12.       dec %a
  13.     }
  14.   }
  15. }
  16. alias nkl2 {
  17.   .who $1
  18.   var %x 1 | while ($nick($1,%x,G)) {  cline %nlaw $1 $v1 | inc %x }
  19.  
  20. }
  21. on *:connect:{
  22. .timer 1 2 nklist2
  23.   .timerccnl 0 180 nklist2
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement