16

I've been asked to "ping someone on IRC", but I'm not sure what it means.

First, do I need to know the IRC server and channel to ping someone? Is "pinging" so sort of private conversation?

4 Answers4

15

The person probably meant that you should start a conversation with someone. You need to know the network (or at least one server of the network) and someone's nick name to do that. Once you have connected to the server (network) where someone has been sighted, you can send them a message with:

/msg nickname hello, I was told to ping you. 

Not everyone enjoys private conversations on IRC, so it's considered good etiquette to ask the person if it's ok to send them a PM (personal message). You would have to know at least one channel where the person hangs out to do that.

Apart from that you could always /whois nickname to get their host and ping that, although given the context I doubt that's what they meant.

12

Well, there's multiple definitions of ping.

/ping <username> will send a 'ping' to a user (or more precisely a ctcp ping command), which while used for testing latency, is one way to let a user know something is up.

More informally, many users also go ping <username> in order to trigger off nickname highlighting (which is set in many clients) to cause the client to note that the nickname has been mentioned

It is also used in the same context as "drop me a line" or "call me maybe?"

Journeyman Geek
  • 133,878
1

On platforms like Discord, "ping" often means the same thing as "mention", so they might have meant just mentioning their nickname (which is sometimes done with a colon after it) so they get a notification.

0

To complete Ярослав Рахматуллин's answer, sometimes you will see people sending ping theUsernameYouWereSupposedToPing sent as a message in the room where theUsernameYouWereSupposedToPing is logged into.

The same way as you can ping computers, you can "ping" humans: Mentioning his username will probably trigger a notification of some sort in the client used by said user, thus, in a way, "pinging" that user and invite him to notice you back when he is / if he is available. Usually with a "pong YourUsername".

But both "ping" and "pong" between humans aren't conventions, just something you might stumble upon and is a rather common practice in some channels.

That's, per se, what I'd do and would definitely understand and respond to.

jeromej
  • 101
  • 2