mIRC Snippets

Name:/restart
Description: This is a very simple snippets that lets you restart your mIRC, this is for all the lazy people that cant open mIRC.exe manually. I actually find this one very useful. =)

Code below...
> ;********************************

;
Type in /restart to restart your mIRC

;********************************

alias restart {
  if (
$scid($activecid).server) {
    var %
$input(You are currently connected to a server$crlf $+ Are you sure you want to restart?,y,Restart Script)
    if (%
$true) { run $mircexe | exit } 
  }
  else { 
run $mircexe | exit }
}


<

« Back to mIRC Snippets

Home | Site Map | Privacy Policy | Advertising | Contact Us
Copyright © 2006-2014 r2xDesign.net - All Rights Reserved.
eXTReMe Tracker