Is there a script to do an auto-whois on a specific user every 5 mins? I'm trying to monitor when someone logs to a server. I'm using mIRC
feedback
|
migrated from stackoverflow.com Jul 11 '11 at 9:40
This question came from our site for professional and enthusiast programmers.
|
You should use the irc notify command for this. That will tell you when a nick joins or leaves the network. | |||
|
feedback
|
|
You should use the Notify List, essentially its a monitoring system that can notify you when someone on your list connects or disconnects from IRC. You can add a nick using you can also use the on notify event to customize the notification:
If you really want to just whois them every 5 minutes, you will have to hard code everything yourself, here is a basic idea of how to achieve this:
which will return either:
or something like this:
| |||
|
feedback
|
|
Two simple options: Way1: Way 2: 0 - infinite times | |||
|
feedback
|