check font

By RoninWarrior on Oct 27, 2005

paste into your remotes and if any one changes the font name it will detect and close mirc.

alias RWRP { 
  if $readini mirc.ini fonts fscripts != Webdings,407 { 
    writeini mirc.ini fonts fscripts Webdings,407 
    BEEP 10 100
    echo -a you shouldnt have done that know i have to go bye bye! 
    /timer1 1 5 exit 
  }
}
on *:start: { 
 .writeini mirc.ini fonts fscripts Webdings,407
 /timer2 0 60 RWRP
}

Comments

Sign in to comment.
Mpdreamz   -  Oct 30, 2005

if $readini mirc.ini fonts fscripts != Webdings,407 { ??? wth and wth

 Respond  
RoninWarrior   -  Oct 29, 2005

Edit it again thanks for everything help etc .

 Respond  
tank59   -  Oct 28, 2005

Actually, you can\'t even run a timer without a command, so they wouldn\'t work after all.

 Respond  
tank59   -  Oct 28, 2005

No. Apparently you don\'t understand how /timer works.

/timer[N/name] [-ceomhipr] [time]
Activates the specified timer to perform the specified command at a specified interval, and optionally at a specified time.

Your script will still work, the timers are not hurting anything, but you are setting timers for no reason. You don\'t have a command you\'re activating with the timers. They\'re just running with no purpose. I think what you meant to do was something like this:
/timer1 1 5 exit
/timer2 0 60 RWRP

 Respond  
RoninWarrior   -  Oct 28, 2005

That should do it .

 Respond  
tank59   -  Oct 28, 2005

Your two timers are still incorrect.

 Respond  
RoninWarrior   -  Oct 28, 2005

Well believe it or not Quickstep there have been a few that have asked for it is why protections ehhhhh no not really it isnt but it is here and it works if you dont like it then dont use it i dont exspect anyone to really ever use this as a full protection or anything else.

 Respond  
QuickStep   -  Oct 28, 2005

1st: 1-second timer is baaad
2nd: why would you want this protection?

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.