Allow nop command without argument

fixes #1318
This commit is contained in:
Ingo Bürk
2015-03-25 17:50:06 +01:00
parent c0a0b99d86
commit e0332b6f07
2 changed files with 23 additions and 0 deletions

View File

@ -353,6 +353,8 @@ state MODE:
state NOP:
comment = string
-> call cmd_nop($comment)
end
-> call cmd_nop(NULL)
state SCRATCHPAD:
'show'