diff options
author | Florent Le Coz <louiz@louiz.org> | 2015-10-31 06:17:35 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2015-10-31 06:17:35 +0100 |
commit | 34fc1d4010d23be947c00fc956f2bdded2374cee (patch) | |
tree | 51db9af976e97d37547b5bba8f1465b4a1561cf4 /doc | |
parent | 2c932cf0f7ca9bc82430c1da5097653f6a4d0bf4 (diff) | |
download | biboumi-34fc1d4010d23be947c00fc956f2bdded2374cee.tar.gz biboumi-34fc1d4010d23be947c00fc956f2bdded2374cee.tar.bz2 biboumi-34fc1d4010d23be947c00fc956f2bdded2374cee.tar.xz biboumi-34fc1d4010d23be947c00fc956f2bdded2374cee.zip |
Implement a basic webirc support
See https://kiwiirc.com/docs/webirc
fix #3135
Diffstat (limited to 'doc')
-rw-r--r-- | doc/biboumi.1.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/biboumi.1.md b/doc/biboumi.1.md index 763be56..1631ebd 100644 --- a/doc/biboumi.1.md +++ b/doc/biboumi.1.md @@ -96,6 +96,13 @@ The configuration file uses a simple format of the form username of each user will be set to the nick they used to connect to the IRC server. +`webirc_password` + + Configure a password to be communicated to the IRC server, as part of the + WEBIRC message (see https://kiwiirc.com/docs/webirc). If this option is + set, an additional DNS resolution of the hostname of each XMPP server will + be made when connecting to an IRC server. + `log_file` A filename into which logs are written. If none is provided, the logs are |