mIRC Home    About    Download    Register    News    Help

Print Thread
#96210 30/08/04 01:30 PM
Joined: Aug 2004
Posts: 18
H
Pikka bird
OP Offline
Pikka bird
H
Joined: Aug 2004
Posts: 18
How can receive query message only from my friend list?
For example:
I have a list of my friends and when these friends send to me a query i receive regular, of course from option on dialog on off.
With this option in on i receive only message query from these friends on the list, the other users received on query " Sorry but im busy!"
With this option in off i receive message query from everyone.

Thanks a lot
Homeless

Joined: Mar 2003
Posts: 1,271
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Mar 2003
Posts: 1,271
Code:
[color:green]; popups for adding/removing[/color]
menu nicklist {
Friend list
.add user:guser FRIEND $$1 3
.del user:ruser FRIEND $$1 3
}
[color:green] [/color]
[color:green]; when you get a query[/color]
on *:OPEN: {
  [color:green]; check if the user is in the list[/color]
  if ($level($mask($fulladdress,3)) != FRIEND) {
    [color:green]; close window & ignore if not[/color]
    .timer 1 0 close -m $nick
    .ignore -pu60 $nick
  }
}

}


DALnet #Helpdesk
I hear and I forget. I see and I remember. I do and I understand. -Confucius
Joined: Aug 2003
Posts: 1,831
I
Hoopy frood
Offline
Hoopy frood
I
Joined: Aug 2003
Posts: 1,831


Link Copied to Clipboard