1 LIKES
Snippet
Emergency Reload
In Category General IRC Posted by JeremyStCyr On 03/30/19
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
You must be logged in to comment.