Merge pull request #1580 from Airblader/feature-nop
Allow nop command without argument
This commit is contained in:
@ -353,6 +353,8 @@ state MODE:
|
||||
state NOP:
|
||||
comment = string
|
||||
-> call cmd_nop($comment)
|
||||
end
|
||||
-> call cmd_nop(NULL)
|
||||
|
||||
state SCRATCHPAD:
|
||||
'show'
|
||||
|
Reference in New Issue
Block a user