Advertisement
Guest User

Untitled

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