Long form command should come first

This commit is contained in:
Sam
2019-10-03 06:50:42 -04:00
parent 8af4218aae
commit 1ee036405f

View File

@ -11,7 +11,7 @@ import (
func init() { func init() {
command := Command{ command := Command{
Cmd: []string{"j", "join"}, Cmd: []string{"join", "j"},
Description: "Join a channel", Description: "Join a channel",
Help: "", Help: "",
Exec: cmdJoin, Exec: cmdJoin,