Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TIME: mention server-time as an alternative #158

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -1128,6 +1128,8 @@ and rely on specific parameters instead.

The `TIME` command is used to query local time from the specified server. If the server parameter is not given, the server handling the command must reply to the query.

The reply does not use a machine-readable format, so, if the server supports the [IRCv3 `server-time` capability](https://ircv3.net/specs/extensions/server-time.html), clients should send a `PING` and read the `time` tag on the reply instead.

Numeric Replies:

* {% numeric ERR_NOSUCHSERVER %}
Expand Down