mIRC Home    About    Download    Register    News    Help

Print Thread
Page 2 of 2 1 2
#76537 25/03/04 02:29 AM
Joined: Dec 2002
Posts: 1,541
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Dec 2002
Posts: 1,541
ctcp ^*:dcc*:/haltdef

hows about that?


Those who fail history are doomed to repeat it
#76538 25/03/04 02:36 AM
Joined: Jul 2003
Posts: 742
MTec89 Offline OP
Hoopy frood
OP Offline
Hoopy frood
Joined: Jul 2003
Posts: 742
smile thx again


http://MTec89Net.com
irc.freenode.net #MTec89Net
#76539 25/03/04 02:46 AM
Joined: Dec 2002
Posts: 1,541
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Dec 2002
Posts: 1,541
anytime Mtec smile Next? ;-)


Those who fail history are doomed to repeat it
#76540 25/03/04 02:49 AM
Joined: Jul 2003
Posts: 742
MTec89 Offline OP
Hoopy frood
OP Offline
Hoopy frood
Joined: Jul 2003
Posts: 742
thats doesnt let dccs work.. at all..


http://MTec89Net.com
irc.freenode.net #MTec89Net
#76541 25/03/04 02:53 AM
Joined: Dec 2002
Posts: 1,541
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Dec 2002
Posts: 1,541
on ^*:notice:*:*: {
if (dcc isin $1-) { echo $1- | halt }
}

This is the notice that tells you that there's a DCC coming smile try it


Those who fail history are doomed to repeat it
#76542 25/03/04 03:04 AM
Joined: Jul 2003
Posts: 742
MTec89 Offline OP
Hoopy frood
OP Offline
Hoopy frood
Joined: Jul 2003
Posts: 742
idk, thanks tho i got allot catagorized thanks to you:)


http://MTec89Net.com
irc.freenode.net #MTec89Net
#76543 25/03/04 03:07 AM
Joined: Dec 2002
Posts: 1,541
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Dec 2002
Posts: 1,541
anytime smile I forgot that it was a basic notice message and forgot I wanted to manipulate this myself in my quite advanced PM/DCC blocker


Those who fail history are doomed to repeat it
#76544 25/03/04 04:29 AM
Joined: Dec 2002
Posts: 1,541
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Dec 2002
Posts: 1,541
one last thing:

Code:
on ^*:snotice:*:{ 
  if (services.uberwarez.net isin $1-) {
    if !$window(@DB) { window @DB }
    echo @DB $1- | haltdef
  }
  elseif ((uberwareznet.gotdns.com isin $1-) || (musiKnet.ath.cx isin $1-) || (irc.mtec89.com isin $1-) || (*a*network*administrator* iswm $1-)) {
    if !$window(@admin) { window @admin }
    echo @admin $1- | haltdef
  }
  elseif ((*client*exiting* iswm $1-) || (*connecting*on*port* iswm $1-)) { 
    if !$window(@clients) { window @clients }
    echo @clients $1- | haltdef    
  }
}


Once again, shortening the code smile


Those who fail history are doomed to repeat it
Page 2 of 2 1 2

Link Copied to Clipboard