Skip to content

Commit

Permalink
Document PRIVMSG server mask (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
emersion authored Nov 28, 2021
1 parent 38d41ad commit 192795d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -1288,6 +1288,8 @@ If `<target>` is a user and that user has been set as away, the server may reply

The `PRIVMSG` message is sent from the server to client to deliver a message to that client. The `<source>` of the message represents the user or server that sent the message, and the `<target>` represents the target of that `PRIVMSG` (which may be the client, a channel, etc).

When the `PRIVMSG` message is sent from a server to a client and `<target>` starts with a dollar character `('$', 0x24)`, the message is a broadcast sent to all clients on one or multiple servers.

Numeric Replies:

* {% numeric ERR_NOSUCHNICK %}
Expand Down

0 comments on commit 192795d

Please sign in to comment.