Skip to content
TG007 community snippet #84

Emergency Reload

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

By JeremyStCyr Added Mar 29, 2019 Updated Mar 29, 2019
General IRC All snippets
mIRC script 9 lines
About this snippet

Overview

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
Source code

mIRC script

9 lines · 176 characters
alias reloadall {
  var %l = 1 , %i = $ifmatch
  while ($findfile($mircdir,*.mrc,%l)) {
    %i = $ifmatch
    if (!$script(%i)) .load -rs " $+ %i $+ "
    inc %l
  }
}
Community

Comments

Want to join the discussion? Sign in to TG007.
No comments yet. Start the discussion.