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
Thanks to some people over on Discord it was noticed that Gate is not properly handling commands that have more than one slash. This is seemingly related to
I'm new to Go and Gate overall still so I'm not sure how changing this affects anything else however changing this line to cmd := message solves the problem from what I can tell. Gate commands like /send still work as well as //wand or /help. Please feel free to test more though before just pushing this change as I know really nothing about how Gate's command handling works and I haven't really tested this thoroughly enough imo.
The text was updated successfully, but these errors were encountered:
Thanks to some people over on Discord it was noticed that Gate is not properly handling commands that have more than one slash. This is seemingly related to
gate/pkg/edition/java/proxy/handle_cmd.go
Line 46 in 9a51e72
cmd := message
solves the problem from what I can tell. Gate commands like /send still work as well as //wand or /help. Please feel free to test more though before just pushing this change as I know really nothing about how Gate's command handling works and I haven't really tested this thoroughly enough imo.The text was updated successfully, but these errors were encountered: