ok i copied AWEStuns first and filled in the channel and nick and action and it didnt work. then i copied RusselBs one and it gave a weird reult so i modded it a tad and ended up with close to AWEStuns solution but for some reason AWEStuns didnt work right at first. so i have both versions and if someone can please explain why the first one doesnt work but the second one does then that would be great.
DOESNT WORK:
on 1!:JOIN:#(channel):{
if $nick == User { /me (action) }
}
WORKS:
on *:join:#(channel):{
if $nick == User { /me (action) }
}
i had made a test channel to test it and put my nick in as $nick and the channel name as #(channel).
looking back at my first post and what i have working now i cant believe how close i was to having something that would have worked considering i know nothing of mirc scripting other than copying code snippets
EDIT:
weird thing. in tests it worked but when the person joined the channel i had it set up for it didnt trigger.