14

I use XChat. How do I find out when a user last logged into the channel or was last there?

/!seen [user-nick] didn't work. It said !seen isn't a command. I don't want my query to be visible to others.

How do I do it then?

learner
  • 568

3 Answers3

21

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 :)

Amal
  • 834
0

On Freenode IRC network there are some channels where you can use semicolon:

;;seen NickName

The query will be visible to others if you do it in the channel itself. But you can ask in private chat gribble if it is installed (Freenode's Supybot).

äxl
  • 36
0

If you don't want to write !seen in the channel you can usually pm the bot with something like:

!seen #channel nickname

Andrew Fox
  • 41
  • 4