From 5d285ffb962ec16b9b0f3e5d7425a3ea2fae2579 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Fri, 6 Aug 2021 17:14:13 +0200 Subject: xB: fix up the special IPC command's name To reflect the new disorder. --- plugins/xB/coin | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/xB/coin') diff --git a/plugins/xB/coin b/plugins/xB/coin index 14cabb5..770cb32 100755 --- a/plugins/xB/coin +++ b/plugins/xB/coin @@ -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" \ -- cgit v1.2.3