Quote:
*:join:#:{ flash JOIN }


Make sure that says "on *:join:#:{..". Also make sure it's in a new remote file, File > New and that your remote is on by using /remote on.

Quote:
Also, would it be possible to make mIRC flash when:
· Notify is activated (e.g. someone on my notify list connects, disconnects or both on the server overall)
· When someone parts or quits on any channel I am in
· When someone changes their nickname


Use the ON NOTIFY, ON UNOTIFY, ON PART, ON QUIT and ON NICK events respectively. Note that the ON QUIT and ON NICK events do not have a #channel parameter, they are 'global' because a nick change and quits are not channel-specific.

Hope that helps smile

Regards,