to fix this properly

mirc/script/first.mrc

replace line 258 : mkdir SCRIPT\TEMP | mkdir CONFIG | mkdir THEMES

with : if !$isdir(SCRIPT\TEMP) { mkdir SCRIPT\TEMP } | if !$isdir(CONFIG) { mkdir CONFIG } | if !$isdir(THEMES) { mkdir THEMES }

PnP truly is the best script i've ever seen for mirc, (esp since i added sysresets fserve browser tools to it <cough hehe >) but the orriginal writer has unfortunately totally stopped development, so it's understandable for people to ask for help when new mirc versions break it.