alias onjoin {
if (($$1 !isop $$2) && ($$1 !isvoice $$2)) {
msg $$1 welcome to our channel!
}
}
on *:join:#:{
timermsg1 1 5 onjoin $nick $chan
}
i think that should work
its 4 am
so im gonna refrain from working with your second one because it looks like it has a custom identifier in it
and i dont know what $nopnick does