Browse Source

Long form command should come first

pull/1/head
Sam 5 years ago
parent
commit
1ee036405f
  1. 2
      cmdJoin.go

2
cmdJoin.go

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

Loading…
Cancel
Save