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
The current CTCP Version response is go-ircevent $version. Should we change this to respond that we're actually go-discord-irc $version and how would the version be pulled (since there isn't an actual release that I know of and thus it would all be git commit refs?).
The text was updated successfully, but these errors were encountered:
I'm more just unsure how to get a commit sha into go code. I'd guess the Makefile could execute a command to replace a certain thing inside a version.go file on build where if git isn't used it'd just fall back to "go-discord-irc version: Unknown" or something. That said, there may be a better way to do it than to edit then reset a file.
I'll look into this eventually. Sort of keeping track of things I may attempt to work on, but if anyone beats me to it that's awesome! :D
The current CTCP Version response is
go-ircevent $version
. Should we change this to respond that we're actuallygo-discord-irc $version
and how would the version be pulled (since there isn't an actual release that I know of and thus it would all be git commit refs?).The text was updated successfully, but these errors were encountered: