diff options
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 # |