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

Set real name correctly #24

Merged
merged 2 commits into from
Nov 12, 2021
Merged

Set real name correctly #24

merged 2 commits into from
Nov 12, 2021

Conversation

jpneverwas
Copy link
Contributor

Hi,

Thanks for making irccat. I been using it for a few months now to provide a project news feed to a channel on Libera.Chat. It's worked amazingly so far. One thing I've noticed is that the irc.realname option is passed as the initial "ident/user" arg in the IRC command USER <arg> 0 * :<realname>. So, specifying a value like "My Bot" ends up giving a userhost of mynick!~My@example.com and a realname of 0.0.0.0 (which is what go-ircevent specifies for the default second and third args). Tweaking how things are wired up a bit seems to make the problem go away. Thanks again.

jpneverwas and others added 2 commits October 7, 2021 01:22
Also add optional irc.user field, which defaults to nick.
@russss russss merged commit aecc317 into irccloud:master Nov 12, 2021
@jpneverwas jpneverwas deleted the realname branch November 13, 2021 02:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants