114 lines
3.0 KiB
Plaintext
114 lines
3.0 KiB
Plaintext
// tag::plugin_options[]
|
|
For complete doc on plugin options, please look at plugins documentation in
|
|
https://weechat.org/doc[WeeChat user's guide].
|
|
|
|
With irc plugin, you can connect to temporary server with an URL like:
|
|
|
|
irc[6][s]://[[nickname][:password]@]server[:port][/#channel1[,#channel2...]]
|
|
|
|
To join WeeChat IRC channel support with nick "mynick":
|
|
|
|
irc://mynick@irc.libera.chat/#weechat
|
|
|
|
IPv6 address can be enclosed in brackets to add a port after address, for
|
|
example:
|
|
|
|
irc://mynick@[2001:db8:0:85a3::ac1f:8001]:6668/#test
|
|
// end::plugin_options[]
|
|
|
|
// tag::files[]
|
|
$HOME/.config/weechat/weechat.conf::
|
|
main WeeChat configuration file
|
|
|
|
$HOME/.config/weechat/plugins.conf::
|
|
plugins configuration file
|
|
|
|
$HOME/.config/weechat/sec.conf::
|
|
configuration file with secured data
|
|
|
|
$HOME/.config/weechat/alias.conf::
|
|
configuration file for _alias_ plugin
|
|
|
|
$HOME/.config/weechat/buflist.conf::
|
|
configuration file for _buflist_ plugin
|
|
|
|
$HOME/.config/weechat/charset.conf::
|
|
configuration file for _charset_ plugin
|
|
|
|
$HOME/.config/weechat/exec.conf::
|
|
configuration file for _exec_ plugin
|
|
|
|
$HOME/.config/weechat/fifo.conf::
|
|
configuration file for _fifo_ plugin
|
|
|
|
$HOME/.config/weechat/fset.conf::
|
|
configuration file for _fset_ plugin
|
|
|
|
$HOME/.config/weechat/guile.conf::
|
|
configuration file for _guile_ plugin
|
|
|
|
$HOME/.config/weechat/irc.conf::
|
|
configuration file for _irc_ plugin
|
|
|
|
$HOME/.config/weechat/javascript.conf::
|
|
configuration file for _javascript_ plugin
|
|
|
|
$HOME/.config/weechat/logger.conf::
|
|
configuration file for _logger_ plugin
|
|
|
|
$HOME/.config/weechat/lua.conf::
|
|
configuration file for _lua_ plugin
|
|
|
|
$HOME/.config/weechat/perl.conf::
|
|
configuration file for _perl_ plugin
|
|
|
|
$HOME/.config/weechat/php.conf::
|
|
configuration file for _php_ plugin
|
|
|
|
$HOME/.config/weechat/python.conf::
|
|
configuration file for _python_ plugin
|
|
|
|
$HOME/.config/weechat/relay.conf::
|
|
configuration file for _relay_ plugin
|
|
|
|
$HOME/.config/weechat/ruby.conf::
|
|
configuration file for _ruby_ plugin
|
|
|
|
$HOME/.config/weechat/script.conf::
|
|
configuration file for _script_ plugin
|
|
|
|
$HOME/.config/weechat/spell.conf::
|
|
configuration file for _spell_ plugin
|
|
|
|
$HOME/.config/weechat/tcl.conf::
|
|
configuration file for _tcl_ plugin
|
|
|
|
$HOME/.config/weechat/trigger.conf::
|
|
configuration file for _trigger_ plugin
|
|
|
|
$HOME/.config/weechat/typing.conf::
|
|
configuration file for _typing_ plugin
|
|
|
|
$HOME/.config/weechat/xfer.conf::
|
|
configuration file for _xfer_ plugin
|
|
|
|
$HOME/.local/share/weechat/weechat.log::
|
|
WeeChat log file
|
|
// end::files[]
|
|
|
|
// tag::copyright[]
|
|
WeeChat is written by Sébastien Helleu and contributors (complete list is in
|
|
the AUTHORS.adoc file).
|
|
|
|
Copyright (C) 2003-2021 {author}
|
|
|
|
WeeChat is free software; you can redistribute it and/or modify
|
|
it under the terms of the GNU General Public License as published by
|
|
the Free Software Foundation; either version 3 of the License, or
|
|
(at your option) any later version.
|
|
|
|
Please read the COPYING file for more information.
|
|
|
|
Web: https://weechat.org/
|
|
// end::copyright[]
|