Skip to content

Commit

Permalink
Altered command names
Browse files Browse the repository at this point in the history
  • Loading branch information
mrusme committed Apr 3, 2021
1 parent f20ab17 commit 10e5648
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions mast/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,17 @@ func CmdAvailable() ([]string) {
"retoot",
"boost",

"rep",
"re",
"reply",
"repall",
"replyall",

"rep",
"replyprivate",

"reu",
"replyunlisted",

"red",
"replydirect",

"fav",
"ufav",
Expand All @@ -51,6 +58,7 @@ func CmdAvailable() ([]string) {
"search",

"help",
"?",

"quit",
"exit",
Expand Down

0 comments on commit 10e5648

Please sign in to comment.