Skip to content

Commit

Permalink
20220714 2356
Browse files Browse the repository at this point in the history
  • Loading branch information
yasutakatou committed Jul 13, 2022
1 parent d954035 commit 4fe8b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slabot.go
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ func validMessage(api *slack.Client, text, id, channnel string) bool {
return true
} else if strings.Index(text, "alias=") == 0 {
return true
} else if strings.Index(text, "RULES=") == 0 {
} else if strings.Index(text, "RULES") == 0 {
return true
} else if strings.Index(text, "cd ") == 0 {
return true
Expand Down

0 comments on commit 4fe8b04

Please sign in to comment.