From 1aa2c2d857037f3274297527ca3971a75203d39c Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Mon, 12 Oct 2015 17:14:29 +0200 Subject: Introduce the realname_from_jid option MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit When set to true, the realname and username are extracted (by default) from the user’s JID fix #3136 --- doc/biboumi.1.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'doc') diff --git a/doc/biboumi.1.md b/doc/biboumi.1.md index d28c3a3..763be56 100644 --- a/doc/biboumi.1.md +++ b/doc/biboumi.1.md @@ -83,6 +83,19 @@ The configuration file uses a simple format of the form able to use the ad-hoc commands that lets them configure their realname and username. +`realname_from_jid` + + If this option is set to “true”, the realname and username of each biboumi + user will be extracted from their JID. The realname is their bare JID, and + the username is the node-part of their JID. Note that if + `realname_customization` is “true”, each user will still be able to + customize their realname and username, this option just decides the default + realname and username. + + If this option is set to “false” (the default value), the realname and + username of each user will be set to the nick they used to connect to the + IRC server. + `log_file` A filename into which logs are written. If none is provided, the logs are -- cgit v1.2.3