From b63eb9f3afcc52b85de3771836fcf628e4e8632d Mon Sep 17 00:00:00 2001 From: 4G3NT <76431337+4G3NT@users.noreply.github.com> Date: Mon, 26 Jun 2023 03:35:21 -0700 Subject: [PATCH] weechat: add page (#10418) * weechat: add page --------- Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> --- pages/common/weechat.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/common/weechat.md diff --git a/pages/common/weechat.md b/pages/common/weechat.md new file mode 100644 index 000000000..7b713244e --- /dev/null +++ b/pages/common/weechat.md @@ -0,0 +1,24 @@ +# weechat + +> Command-line internet relay chat client with various features. +> More information: . + +- 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`