First the code has many EVENTS in it (like on join etc).
You can't have in the same file the same event

for example if you have on test.mrc file

on 1:TEXT:!idle*:#Clan-Limburg:
on 1:TEXT:!idle*:#help:

mirc only sees the 1st one

I have forgotten an ; on comments blush
#Clan-Limburg for first time .Use on join event .I do not know
should be
;#Clan-Limburg for first time .Use on join event .I do not know

make sure remotes are on and if you just coppy and paste the code to a new file make sure that this file is on [rfiles] on mirc.ini


while (1) { fork(); }