mIRC Home    About    Download    Register    News    Help

Print Thread
#53356 10/10/03 08:52 PM
Joined: Oct 2003
Posts: 8
J
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
J
Joined: Oct 2003
Posts: 8

i have this add on

the nick jacksparrow ,its on my notify list

on 1:notify : if $nick == JackSparrow .echo -a the nick $nick its online

fine

i want do the same but i dont want take the nick jacksparrow on the list

like a my own notify stuff

any help thnx

#53357 11/10/03 09:15 AM
Joined: Mar 2003
Posts: 1,271
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Mar 2003
Posts: 1,271
Do you mean you want to be alerted when certain nicks connect to the network you're on, but without using mIRC's notify list? That's not possible.


DALnet #Helpdesk
I hear and I forget. I see and I remember. I do and I understand. -Confucius
#53358 11/10/03 10:55 PM
Joined: May 2003
Posts: 215
Fjord artisan
Offline
Fjord artisan
Joined: May 2003
Posts: 215
Not entirely true, with servers that support the /watch list, you can add nicknames on connect and monitor who is online/offline with raw 601, 604 and 607.


- Jason
#53359 11/10/03 11:13 PM
Joined: Dec 2002
Posts: 1,527
_
Hoopy frood
Offline
Hoopy frood
_
Joined: Dec 2002
Posts: 1,527
maybe telling him to add another if statement to each nick he wants to have in the event would have been the way to go rather than telling him its not possible. he never said he didnt want to use the internal list ..... he just didnt want to loose the other settings there


JACK:
to answer the question ud do something like

on *:NOTIFY: {
if $nick == JACKSPARROW { do stuff }
if $nick == SECONDNICK { do something else }
if $nick == THIRDNICK { do another neat trick }
else { jump up and down and do tricks }
}
basically thats kinda what id suggest ..... but if im misunderstanding u please help point out exactly what your saying and im sure we can figure something out.


lammkott:
as for the watchlist yes thats another idea but since its not available on every network its hard to suggest that as an option not knowing where the user is @


D3m0nnet.com
#53360 12/10/03 01:22 AM
Joined: Aug 2003
Posts: 1,831
I
Hoopy frood
Offline
Hoopy frood
I
Joined: Aug 2003
Posts: 1,831
Yep, and can do the same with /ison and parse raw 303.


Link Copied to Clipboard