Mattermost can not send message start with slash

resolves #827
This commit is contained in:
Florian Orben
2015-10-25 23:55:50 +01:00
parent dc439fd7e8
commit c6bbebbf6f
3 changed files with 121 additions and 74 deletions

View File

@@ -9,7 +9,8 @@ import (
)
const (
RESP_EXECUTED = "executed"
RESP_EXECUTED = "executed"
RESP_NOT_IMPLEMENTED = "not implemented"
)
type Command struct {