xB: fix up the special IPC command's name

To reflect the new disorder.
This commit is contained in:
2021-08-06 17:14:13 +02:00
parent 50057d5149
commit 5d285ffb96
11 changed files with 30 additions and 28 deletions

View File

@@ -37,7 +37,7 @@ proc parse {line} {
proc get_config {key} {
global msg
puts "ZYKLONB get_config :$key"
puts "XB get_config :$key"
gets stdin line
parse $line
return [lindex $msg(param) 0]
@@ -53,7 +53,7 @@ fconfigure stdin -translation crlf -encoding iso8859-1
fconfigure stdout -translation crlf -encoding iso8859-1
set prefix [get_config prefix]
puts "ZYKLONB register"
puts "XB register"
set eightball [list \
"It is certain" \