mIRC Homepage
On entrance into a channel (#bb9viewer) I want to automatically say: !modes

just not quite sure...

I think "on *:JOIN:*" is for other people joining... not yourself.
on me:JOIN:#bb9viewer:msg # !modes
cool... Thanks!

smile
Sorry... but it doesn't seam to work.
i would rather go with:
on *:join:#bb9viewer: if ( $me == $nick ) /msg # !mode
Oops, it's 'me' before the level so it's 'me:*:' instead. Sorry, I always forget that.
the slash ('/') prefix is not necessary in scripts.

the me: prefix works the same as if ($nick == $me), so either or. The only difference is the size of code.
No problem...

Thanks!
It didn't work because it is missing the user level of the event.

on me:*:join:#:{ }

edit: oh sorry memo I didnt see that you corrected yourself.
© mIRC Discussion Forums