Compare commits

...

4 Commits

Author SHA1 Message Date
0788a8fa45
irc/palaver: system_default as browser
asked upstream
2021-06-22 20:03:34 +03:00
3705d32a0f
irc: add palaver.md
Resolves: #8
2021-06-22 19:54:24 +03:00
ff36ed7ef3
irc/hexchat: type configs.md
Resolves: #8
2021-06-22 19:50:16 +03:00
238f0d6a48
limnoria/titlefetching: exclude imgur 2021-06-22 18:46:35 +03:00
3 changed files with 36 additions and 1 deletions

24
irc/hexchat/configs.md Normal file
View File

@ -0,0 +1,24 @@
# HexChat configs
* Timestamp format: `[%Y-%j %H.%M.%S]`
* Example: `2021-173 19.40.50`
* Nickname length: `/set text_max_indent 640`
* so huge nicknames (especially with RELAYMSG) won't overlap timestamps
* source: https://hexchat.readthedocs.io/en/latest/faq.html#why-does-the-timestamp-overlap-some-nicknames
* Auto-reconnect: `/set net_ping_timeout 60`
* https://hexchat.readthedocs.io/en/latest/faq.html#how-do-i-auto-reconnect-after-my-computer-wakes-up-from-being-in-sleep-hibernate-mode
## Settings changes
* When using playback script (might be undesirable due to Ergo with
@clientid behaving better)
* Disable logging?
* Disable scrollback
* Realname (or `/set irc_real_name Mikaela <email@example.net>`
### Settings → Text events
* Channel messages to show prefix
* original: `%C18%H<%H$4$1%H>%H%O$t$2`
* new: `%C18%H<%H$4$3$1%H>%H%O$t$2`
* source: https://hexchat.readthedocs.io/en/latest/faq.html#how-do-i-show-and-in-front-of-nicknames-that-are-op-and-voice-when-they-talk

View File

@ -40,7 +40,7 @@ config channel #CHAN plugins.web.titleSnarfer True
## Excluding domains from titlefetching
```
config supybot.plugins.Web.nonSnarfingRegexp m/(t.me|matrix.to|facebook.com|instagram.com)/
config supybot.plugins.Web.nonSnarfingRegexp m/(t.me|matrix.to|facebook.com|instagram.com|imgur.com)/
```
* regexp to block the listed domains, which are the first useless

11
irc/palaver.md Normal file
View File

@ -0,0 +1,11 @@
# Palaver configs
Upstream: https://palaverapp.com/guides/commands/set.html
* `/set ui.time_format yy-D HH.mm.ss`
* e.g. 21-173 19.51.30 (on 2021-06-22, 173th day of 2021)
* `/set ui.nick_show_mode on`
* makes prefixes visible
* `/set ui.nick_prefix <`
* `/set ui.nick_suffix >`
* `/set ui.browser system_default`