Skip to content

Commit

Permalink
Cop
Browse files Browse the repository at this point in the history
  • Loading branch information
ysakasin committed May 16, 2020
1 parent d2fdd67 commit 07ec585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/diceBot/FutariSousa_Korean.rb
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ def getAddRollProc(command)
end

def getAddRoll(command)
return command if /^\s/ === command
return command if /^\s/.match(command)

text = rollDiceCommand(command)
return " > #{command} is NOT found." if text.nil?
Expand Down

0 comments on commit 07ec585

Please sign in to comment.