Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add UserName and RealName options for IRC #1590

Merged
merged 2 commits into from Oct 16, 2021

Conversation

irydacea
Copy link
Contributor

Currently matterbridge automatically uses its IRC nickname to fill in the username/ident and real name/gecos fields at server registration time. While there's no problem with this, sometimes it's very convenient to set a custom ident and real name that's more apropos to a bot/bridge's purpose, e.g. to allow the person who controls it to provide some short contact information in the bot's /WHOIS info, or some other kind of additional identification.

This just adds UserName and RealName config options for IRC to allow customizing those fields. They still default to the bridge's nickname if not specified.

(I will admit I'm unsure if those are the best possible names -- they may be a bit too IRC-centric.)

irydacea and others added 2 commits September 22, 2021 22:35
This allows setting custom values for the IRC username/ident and real
name (gecos) fields at server registration time with gIRC.
@codeclimate
Copy link

codeclimate bot commented Oct 16, 2021

Code Climate has analyzed commit 2d7599e and detected 0 issues on this pull request.

View more on Code Climate.

@42wim 42wim added the irc label Oct 16, 2021
@42wim 42wim added this to the 1.23.0 milestone Oct 16, 2021
@42wim 42wim merged commit 61bab22 into 42wim:master Oct 16, 2021
@42wim
Copy link
Owner

42wim commented Oct 16, 2021

Thanks! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants