You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changing some things in the code base, can make use of go-ircevent's ISUPPORT parsing to pull out the NICKLEN ISUPPORT param and use that instead of having a configuration setting.
Key question here is... are there any IRC servers that don't report this ISUPPORT param.
The other question is should this be left in for vanity reasons such as "I don't like long nicks so I'm going to force discord puppets to have ones as short as possible!".
The text was updated successfully, but these errors were encountered:
llmII
changed the title
Removal of max_nick_lenght is now possible
Removal of max_nick_length is now possible
Mar 5, 2021
llmII
added a commit
to llmII/go-discord-irc
that referenced
this issue
Mar 5, 2021
This setting is no longer needed as the information can be gained via
the listener at runtime. This changes things to use go-ircevent's
ISUPPORT support instead of defining it in the config.
Closesqaisjp#106.
llmII
linked a pull request
Mar 5, 2021
that will
close
this issue
This setting is no longer needed as the information can be gained via
the listener at runtime. This changes things to use go-ircevent's
ISUPPORT support instead of defining it in the config.
Closesqaisjp#106.
Changing some things in the code base, can make use of go-ircevent's ISUPPORT parsing to pull out the NICKLEN ISUPPORT param and use that instead of having a configuration setting.
Key question here is... are there any IRC servers that don't report this ISUPPORT param.
The other question is should this be left in for vanity reasons such as "I don't like long nicks so I'm going to force discord puppets to have ones as short as possible!".
The text was updated successfully, but these errors were encountered: