mIRC Home    About    Download    Register    News    Help

Print Thread
B
bollib
bollib
B
is there a mirc command that gives me a accoustic notification when a specified channel-member joins the chan?

thanks in advance
oliver

Joined: Dec 2002
Posts: 2,958
W
Hoopy frood
Offline
Hoopy frood
W
Joined: Dec 2002
Posts: 2,958
Code:
ON *:JOIN:#: {
  if ($nick == [color:red]nicknamehere[/color]) {
    beep
  }
}
This will make mIRC beep (according to your sounds settings) when the nickname joins the room.

B
bollib
bollib
B
a thanks ...
a script right ...

how can i get this working (where to enter end run)
please...

V
VinnyD
VinnyD
V
You would put that script code in the remote.ini file

In mirc under Tools Remote

In the top left corner it should say "Editing remote.ini"

If it does not, use the View menu to select remote.ini

Then type or copy the code Watchdog showed you into the file.

It will run automatically when someone joins a channel

B
bollib
bollib
B
i will try that ...

thanks smile


Link Copied to Clipboard