I would have thought so too.nml375 wrote: ...
Given the number of clients connecting, changing nicknames, and disconnecting on larger networks, would further make such announces impractical.
This is interesting....
Or, I could save you the trouble and let you know that last time I checked (some 5 minutes ago), mIRC still used ISON, making a new query once every minute.
Code: Select all
#Result from last ISON:
Nick1 Nick2 Nick3 Nick5
#Result from this ISON:
Nick1 Nick2 Nick4
#Difference:
Nick4 came OnLine
Nick3, Nick5 went OffLine
No channel involved at all.nml375 wrote:For the first part, if both clients are in the same channel,
You mentioned them earlier, and yesterday I did download MS Network Monitor.I recall mirc would use the additional join, nick and quit commands posted about the client.
If that's not the case, try using some network monitor and see if mirc is using some network-specific extensions.
The second part, mirc compares the list of online nicks from the last check to the current, and posts the diff of the two:
...
I'd made it this far... but only just very recently.CtrlAltDel wrote:The major networks use the same raw commands, so I have to agree that it's not network specific.
600 D RPL_LOGON
601 D RPL_LOGOFF
Ah.. good.on the mirc command line:
/debug -n @debug (to turn debug on and view raw server messages)
/debug -c off (to turn debug off and close @debug window)
Right.nml375 wrote:If you only use those kinds of servers, then the WATCH command should work perfectly fine for you.
Since we are on the subject, and on the chance that I might someday - now is the time to ask:If you venture off to some other networks such as IRCNet (ircd 2.11.1p1), you'll find that you need a different solution.
Oh.. ok.nml375 wrote:For IRCNet and similar servers, ISON.
Will have to remember to re-visit this thread, when the time comes. But the info here will likely be useful to somebody else, in the meantime.Additionally, you could try to use the NoteServ service on IRCNet, though you should be aware that it does honor the +i (invisible) usermode - thus it will wait for a period (around 60 seconds I think) to let new users have time to set it before sending any notification.