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`