This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Whois to text-file

Old posts that have not been replied to for several years.
Locked
P
Perry-

Whois to text-file

Post by Perry- »

Hi

Im looking for a script that would whois a user and then write the answer on text-file

Anyone?
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

Do the whois and capture the result via a raw.

311 => nick ident host * :realname
319 => channels
312 => server and the server name
317 => seconds idle and signon time

and use the open TCL command to store this information in a file.
Once the game is over, the king and the pawn go back in the same box.
Locked