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
Should remove need for mode_split regex (just loop through the list of modes on first character and set an index for nick if matched). Parse out ISUPPORT for nick length and prefix modes. These are sort of pointers at "how to fix".
go-ircevent/irc_nicktrack.go
Lines 37 to 48 in e71f5fe
We need to get the mode characters from RPL_ISUPPORT. This would stop us from needing to do things like the following:
https://github.com/llmII/go-discord-irc/blob/485c29f816b8e5007fa80a47e5ecf21034acd98e/bridge/irc_listener.go#L61-L74
The text was updated successfully, but these errors were encountered: