mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Apr 2003
Posts: 3
B
bollib Offline OP
Self-satisified door
OP Offline
Self-satisified door
B
Joined: Apr 2003
Posts: 3
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.

Joined: Apr 2003
Posts: 3
B
bollib Offline OP
Self-satisified door
OP Offline
Self-satisified door
B
Joined: Apr 2003
Posts: 3
a thanks ...
a script right ...

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

Joined: Dec 2002
Posts: 27
V
Ameglian cow
Offline
Ameglian cow
V
Joined: Dec 2002
Posts: 27
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

Joined: Apr 2003
Posts: 3
B
bollib Offline OP
Self-satisified door
OP Offline
Self-satisified door
B
Joined: Apr 2003
Posts: 3
i will try that ...

thanks smile


Link Copied to Clipboard