mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jan 2004
Posts: 2
W
whodah Offline OP
Bowl of petunias
OP Offline
Bowl of petunias
W
Joined: Jan 2004
Posts: 2
hiya! i did search, but to no avail.

i'd like to be notified when someone joins the channel #cvreefers

(reefers as in saltwater aquairium reefs, not ganja!)

at any rate, i've been toying around w/ 'notify', however, these people are not in my contact/notify list. i'd like to be notified when ANYONE joins by say 4 beeps.

what i've got so far is:

Code:
  
on *:NOTIFY: {
  if ($chan == cvreefers) {
    beep 4
  }
}
 


but this simply does not work. any ideas?

thanks!
Who Dah?

Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
on *:JOIN:#cvreefers:beep 4

That what you want?

Joined: Jan 2004
Posts: 2
W
whodah Offline OP
Bowl of petunias
OP Offline
Bowl of petunias
W
Joined: Jan 2004
Posts: 2
Ty sir, you are a poet and a scholar!

now to research a better notification technique.. say an icq message? smile


Link Copied to Clipboard