tglogo.png
1 LIKES

Snippet


Emergency Reload

In Category General IRC Posted by JeremyStCyr On 03/30/19
Tags: Reload mirc files 

you ever had a script unglue, this snippet puts your shit back together as long as all your files are mrc. do /reloadall in status or you can create a item where ever you want using Emergency Reload:reloadall
alias reloadall {
  var %l = 1 , %i = $ifmatch
  while ($findfile($mircdir,*.mrc,%l)) {
    %i = $ifmatch
    if (!$script(%i)) .load -rs " $+ %i $+ "
    inc %l
  }
}


Comments 0


Please note that on our website we use cookies necessary for the functioning of our website, cookies that optimize the performance. To learn more about our cookies, how we use them and their benefits, please read our Cookie Policy.
I Understand