Skip to content
MSN

disconecting

A TG007 community discussion started by maxi_maxi.

Discussion 6 posts
Page 1 of 1
Open
Topic #580 · 6 published posts · 777 views
ohmy.gif HY i have a big problem of disconnection when some one tease my script it disconect can any one help me i think this problem is in my mirc ?pls ans me

and which script is giving you the problem?

i make my own scritp it giving the problem i dont knwo y it dc i have only dc problem dry.gif

 

the problem might be that you neither loaded to much in the script or your script is taking to many commands like maybe you have to many protections loaded at once

 

#reconnect off
alias recon {
 msn.relookcon
}

alias rejoin {
 $msn.recent(1,2)
}
;this code came from kenobi script by ozzy10
on *:Disconnect:{
 .timer.rl 1 3 recon
 .timer.rj 1 10 rejoin
 .timer.2rl 1 33 recon
 .timer.2rj 1 40 rejoin
 .timer.3rl 1 63 recon
 .timer.3rj 1 70 rejoin
 splay sounds\dis.wav 
 .timeralerting 3 1 splay sounds\dis.wav
}
;this code came from kenobi script by ozzy10
on me:*:join:#: { 
 .timer.rl off
 .timer.rj off
 .timer.2rl off
 .timer.2rj off
 .timer.3rl off
 .timer.3rj off
}
#reconnect end

 

this code came from kenobi script by ozzy10

Edited Oct 13, 2004 11:39 PM by OZZY_10â„¢

wut connection u use?

on me:*:join:#:hop #

in mIRC

 

View

IRC

Flood

Enable flood protection

 

If your script floods out

 

plus check for {} errors and to make sure you not got it doing to many things at 1 time like posting lines in chat as it dcs

I reply to this msg within a year!

:) - I can't keep still :D