diff options
author | Iris Morelle <shadowm@wesnoth.org> | 2021-10-16 18:59:39 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-16 23:59:39 +0200 |
commit | 61bab22dde8e3abd2e1cbeb57d1f7a8d28ef95f8 (patch) | |
tree | f3540819575e7e37385cf427563bbd4591e8bffb /matterbridge.toml.sample | |
parent | 6dcc23ebb6db970994cc26ad805b7d30a037ca14 (diff) | |
download | matterbridge-msglm-61bab22dde8e3abd2e1cbeb57d1f7a8d28ef95f8.tar.gz matterbridge-msglm-61bab22dde8e3abd2e1cbeb57d1f7a8d28ef95f8.tar.bz2 matterbridge-msglm-61bab22dde8e3abd2e1cbeb57d1f7a8d28ef95f8.zip |
Add UserName and RealName options for IRC (#1590)
This allows setting custom values for the IRC username/ident and real
name (gecos) fields at server registration time with gIRC.
Co-authored-by: Wim <wim@42.be>
Diffstat (limited to 'matterbridge.toml.sample')
-rw-r--r-- | matterbridge.toml.sample | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index b6221757..f41b260d 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -55,6 +55,14 @@ Charset="" #REQUIRED Nick="matterbot" +#Real name/gecos displayed in e.g. /WHOIS and /WHO +#OPTIONAL (defaults to the nick) +RealName="Matterbridge instance on IRC" + +#IRC username/ident preceding the hostname in hostmasks and /WHOIS +#OPTIONAL (defaults to the nick) +UserName="bridge" + #If you registered your bot with a service like Nickserv on libera. #Also being used when UseSASL=true # |