mIRC Homepage
Posted By: sigbin can sum1 help me wid this script?? - 17/10/04 03:52 PM
Code:
  
on *:START:{  
  if (!%iscsjoin || !%iscspart || %iscsquit) {
    set %iscsjoin 0
    set %iscspart 0
    set %iscsquit 0
    echo -a Beginning ISCS stack tracking...
  }
  else {
    echo -a Continuing ISCS stat tracking...
  }
  echo -a Began ISCS Ignore
}
on ^*:JOIN:#fusion:if ($nick == *]-Server) beep 0 | haltdef | inc %iscsjoin
on ^*:PART:#fusion:if ($nick == *]-Server) beep 0 | haltdef | inc %iscspart
on ^*:QUIT:if ($nick == *]-Server) beep 0 | haltdef | inc %iscsquit
alias iscsstats { echo -a ISCS Ignore Statistics | echo -a Joins: %iscsjoin | echo -a Parts: %iscspart | echo -a Quits: %iscsquit | echo -a ISCS Ignore }


all nick with " ]-Server " ther joins/parts/quits will be rerout to the status window... just there joins/parts/quits other nicks without that extention will be viewed at the channel window...
Posted By: Zyzzyx26 Re: can sum1 help me wid this script?? - 17/10/04 04:20 PM
You can try this: if (*]-Server iswm $nick) { haltdef | echo -s Bla bla bla }

Hope this can help smile
Posted By: sigbin Re: can sum1 help me wid this script?? - 18/10/04 08:27 AM
how can i echo the nick's ipaddress??
[*]-Server (~xxx@xxx.xx.xx.xx) <<-- to echo whole of this to the status window?? can it be posibble??
Posted By: Zyzzyx26 Re: can sum1 help me wid this script?? - 18/10/04 05:14 PM
You can use the identifier $address for that. It will return [email]user@host.domain.[/email]

Zyzzyx smile
© mIRC Discussion Forums