Merges 2.0.0 into master for final release #106

Manually merged
sloum merged 195 commits from develop into master 2019-12-01 17:10:03 +00:00
1 changed files with 2 additions and 3 deletions
Showing only changes of commit 2038c9c4ac - Show all commits

View File

@ -424,10 +424,9 @@ func (c *client) doCommandAs(action string, values []string) {
}
c.SetMessage(fmt.Sprintf("Unable to set %s, it does not exist", values[0]), true)
c.DrawMessage()
return
default:
c.SetMessage(fmt.Sprintf("Unknown command structure"), true)
}
c.SetMessage(fmt.Sprintf("Unknown command structure"), true)
c.DrawMessage()
}
func (c *client) doLinkCommandAs(action, target string, values []string) {