Allow anything for the arguments to MG.

Whether or not we can parse and process it is another matter.

r1665 | ffr | 2007-03-16 17:11:56 +1100 (Fri, 16 Mar 2007) | 3 lines
This commit is contained in:
Ferdi Franceschini
2007-03-16 17:11:56 +11:00
committed by Douglas Clowes
parent 4da6d932fb
commit d1d5afc4df

View File

@@ -1,5 +1,5 @@
# $Revision: 1.1 $
# $Date: 2006-10-12 23:06:05 $
# $Revision: 1.2 $
# $Date: 2007-03-16 06:11:56 $
# Author: Ferdi Franceschini (ffr@ansto.gov.au)
# Last revision by: $Author: ffr $
@@ -43,7 +43,7 @@ proc readLine {who channel} {
"TC 1" {
puts $channel " DMC2280 ERROR"; puts -nonewline $channel ":"
}
"MG _*" {
"MG *" {
set output [eval [parse $line]]
puts $channel " $output"; puts -nonewline $channel ":"
}