Skip to content

Commit 7103d28

Browse files
authored
Specify RPL_TIME (#154)
<timestamp> only: Bahamut both <timestamp> + <TS offset>: ircu2 and snircd neither: everyone else (Unreal, Insp, Ergo, Solanum, irc2, ...)
1 parent 164de74 commit 7103d28

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

_includes/modern-appendix.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -703,6 +703,17 @@ Sent to a client which has just successfully issued an {% message OPER %} comman
703703

704704
Sent to an [operator](#operators) which has just successfully issued a {% message REHASH %} command. The text used in the last param of this message may vary.
705705

706+
{% numericheader RPL_TIME %}
707+
708+
"<client> <server> [<timestamp> [<TS offset>]] :<human-readable time>"
709+
710+
Reply to the {% message TIME %} command. Typically only contains the human-readable time, but it may include a UNIX timestamp.
711+
712+
Clients SHOULD NOT parse the human-readable time.
713+
714+
`<TS offset>` is used by some servers using a TS-based server-to-server protocol (eg. TS6), and represents the offset between the server's system time, and the TS of the network. A positive value means the server is lagging behind the TS of the network.
715+
Clients SHOULD ignore its value.
716+
706717
{% numericheader ERR_UNKNOWNERROR %}
707718

708719
"<client> <command>{ <subcommand>} :<info>"

0 commit comments

Comments
 (0)