alias shutdown { var %e = !echo $color(info) -a * /shutdown: if ($version < 5.91) %e this snippet requires atleast mIRC 5.91 else { var %shell = shell $+ $ticks .comopen %shell shell.application if ($comerr) %e error opening shell object. else .comclose %shell $com(%shell,shutdownwindows,1) } }