gist/irc/palaver.md

27 lines
891 B
Markdown
Raw Normal View History

2023-03-16 18:53:28 +01:00
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
- [Palaver configs](#palaver-configs)
- [Other timestamp formats](#other-timestamp-formats)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
2021-06-22 18:54:24 +02:00
# Palaver configs
Upstream: https://palaverapp.com/guides/commands/set.html
2023-02-26 18:01:13 +01:00
- `/set ui.time_format YY-'W'w-e HH.mm.ss`
- e.g. 21-W50-2 14.59.12 (on 2021, week 50, the second day (Tuesday) of the week)
- `/set ui.nick_show_mode on`
- makes prefixes visible
- `/set ui.nick_prefix <`
- `/set ui.nick_suffix >`
- `/set ui.browser system_default`
## Other timestamp formats
Detailed spec: https://www.unicode.org/reports/tr35/tr35-dates.html#Date_Format_Patterns
2023-02-26 18:01:13 +01:00
- `/set ui.time_format yy-D HH.mm.ss`
- e.g. 21-173 19.51.30 (on 2021-06-22, 173th day of 2021)