qaisjp / go-discord-irc

The Discord and IRC bridge with puppets! An IRC user is created for each Discord user, messages from IRC seamlessly appear on Discord, and Discord mentions are automagically converted to and from IRC.
MIT License
113 stars 32 forks source link

Removal of max_nick_length is now possible #106

Open llmII opened 3 years ago

llmII commented 3 years ago

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!".