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

max_nick_length is broken #122

Open
DarkRTA opened this issue Jun 5, 2021 · 0 comments
Open

max_nick_length is broken #122

DarkRTA opened this issue Jun 5, 2021 · 0 comments

Comments

@DarkRTA
Copy link

DarkRTA commented Jun 5, 2021

Hi, I attempted to use this to bridge to an IRC network with a rediculously low nicklen (9 characters), and I ended up having to modify the code as this option does not behave how I expect it to.

A good change would be to have it behave similarly to this:

if we assume the following is true:
nicklen: 9
suffix: |d
Discord Username: IHaveALongName#0001

then we should end up with something like this:

irc nick: IHaveAL|d
irc fallback nick: IH_0001|d

This looks incredibly ugly but with such a short nicklen you can't get any better. This is still way better than the option being broken and the bridge trying to use longer nicknames than what is permitted on the server.

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

No branches or pull requests

1 participant