I looked up in a DALnet raw list (although i am in IRCnet), but i couldn't find a raw that sends mIRC a users info when they join a chatroom. What i want to do is change the Join/Part/Quit msgs in a channel. Does anyone have an idea how i can do that? Will on *:JOIN:.... work? Thanks ppl
The ^ tells mIRC to process this event code before allowing the event to be handled normally. If you omit it, then your event fires after the default event has occured. That means that if you wish to replace the text of the event, you need your code to process before the default event.