Originally Posted By: Riamus2
Well, most of that isn't necessary.
Quote:

on *:join:#replaceforyourchannel: {
if ($nick !isop #) { write joinlist.txt $nick }
}


That's not necessary as no one is op when they join. This is why you need the on OP event.


If you join a channel with your @, you are a helper, so, why put this nick on list? You are writing 2 times when you can no write...
And the OP event its neccesary if you join and get the op later...

Originally Posted By: Riamus2

As far as all of your #chan replacements... I already mentioned that they needed changed.


Only for prevent 'coz i dont quote all your post...

Originally Posted By: Riamus2

Quote:
write -dl1 joinlist.txt


That part is good to have. It shouldn't make a difference, but it's a valid change to the script, though it would be better in the kick part.


No, if you have 2 helpers working when the first helper take the first nick on joinlist, the 2 helper must be ready to take the new first nick on joinlist, so, when you give the voice, delete the nick...

Originally Posted By: Riamus2

Quote:

if (%help.next ison $chan) { ban -ku10 $chan %help.next | kick $chan %help.next If you dont need more, please, out from #replaceforyourchannel }


That's unnecessary. The /ban command already is kicking the person. If a message is needed, then it can be added to the end of the ban command in my script.


/ban command, kick too? I have an older mirc and /ban only make the ban...

Cya!.-