Merge pull request #1176 from florianorben/fix-shrug-command

Fix /shrug command
Этот коммит содержится в:
Christopher Speller
2015-10-26 08:39:52 -04:00
родитель 5dfde11c6c 9be2f34194
Коммит b20cb6693f

Просмотреть файл

@@ -165,7 +165,7 @@ func shrugCommand(c *Context, command *model.Command) bool {
cmd := "/shrug"
if !command.Suggest && strings.Index(command.Command, cmd) == 0 {
message := \\_(ツ)_/¯"
message := `¯\\\_(ツ)_/¯`
parameters := strings.SplitN(command.Command, " ", 2)
if len(parameters) > 1 {