Merge pull request #1580 from Airblader/feature-nop

Allow nop command without argument
This commit is contained in:
Michael Stapelberg
2015-03-27 09:39:28 +01:00
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'