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?

1
  • I don't know of any commands for specific channels, but only of 'last seen' in the server. Otherwise, you could have a bot and ask it directly, depending on what commands are available on the bot.
    – Jerry
    Commented May 11, 2013 at 13:35

3 Answers 3

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

0

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

!seen #channel nickname

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

3
  • 1
    ;; Nickname isn't a global command. It will only work if there's a bot configured to do that in the channel you're doing it in. Commented Apr 23, 2018 at 16:51
  • @AmalMurali: You're right. Gonna edit my answer. Thanks.
    – äxl
    Commented Apr 26, 2018 at 19:19
  • I've edited your answer. Feel free to revert it back if you think I changed too much. Commented Apr 27, 2018 at 6:27

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .