(IRC) How do I find out when a user was last seen in a channel?
On networks with NickServ, you can use INFO command. So, if you want to find out when a user 'Jerry' was last online, you can do:
/msg nickserv info Jerry
If they're online, you can whois them, like:
/whois NickName
Hope this helps :)