1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 21:22:09 +02:00
tldr/pages/common/weechat.md

24 lines
414 B
Markdown

# weechat
> Command-line internet relay chat client with various features.
> More information: <https://weechat.org/doc>.
- Start WeeChat:
`weechat`
- Do not load any plugin(s) on startup:
`weechat --no-plugin`
- Do not load any script(s) on startup:
`weechat --no-script`
- Do not connect to servers automatically:
`weechat --no-connect`
- Write default terminal colors to `stdout`:
`weechat --colors`