mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jun 2004
Posts: 124
S
sigbin Offline OP
Vogon poet
OP Offline
Vogon poet
S
Joined: Jun 2004
Posts: 124
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...

Joined: Feb 2004
Posts: 714
Z
Hoopy frood
Offline
Hoopy frood
Z
Joined: Feb 2004
Posts: 714
You can try this: if (*]-Server iswm $nick) { haltdef | echo -s Bla bla bla }

Hope this can help smile


"All we are saying is give peace a chance" -- John Lennon
Joined: Jun 2004
Posts: 124
S
sigbin Offline OP
Vogon poet
OP Offline
Vogon poet
S
Joined: Jun 2004
Posts: 124
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??

Joined: Feb 2004
Posts: 714
Z
Hoopy frood
Offline
Hoopy frood
Z
Joined: Feb 2004
Posts: 714
You can use the identifier $address for that. It will return [email]user@host.domain.[/email]

Zyzzyx smile


"All we are saying is give peace a chance" -- John Lennon

Link Copied to Clipboard