mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jan 2003
Posts: 127
L
Vogon poet
OP Offline
Vogon poet
L
Joined: Jan 2003
Posts: 127
what's the raw code for notify list?

Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
Those messages are produced by mIRC, not by the server, and so do not have raws. mIRC keeps track of who is online from your notify list using /ison or /watch if it is supported by the server.

$notify(0) returns how many people are on your notify list.
$notify(N).ison returns $true if the Nth person in your notify list is online, $false if he isn't and null if there isn't an Nth entry.

Joined: Dec 2002
Posts: 2,985
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 2,985
raw events 601, 602, 604 and 605.

They are not related to mIRC's notify list, just as Collective said, but these are the events that you can use to run scripts that customise the events.

Or... Just use ON NOTIFY and ON UNOTIFY

Joined: Dec 2002
Posts: 2,985
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 2,985
This post can no longer be edited because the maximum edit time has expired.

Would you believe that I just saw a stuff-up in my post and missed being able to correct it by minutes. :tongue:

Apologoes to all - I thought it was the actual NOTIFY events being addressed rather than what is in the topic.


Link Copied to Clipboard