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/eval | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/xB/eval') diff --git a/plugins/xB/eval b/plugins/xB/eval index 24e4050..48ea28d 100755 --- a/plugins/xB/eval +++ b/plugins/xB/eval @@ -15,7 +15,7 @@ BEGIN \ prefix = get_config("prefix") - print "ZYKLONB register" + print "XB register" fflush("") # All functions have to be in this particular array @@ -258,7 +258,7 @@ function process_end () function get_config (key) { - print "ZYKLONB get_config :" key + print "XB get_config :" key fflush("") getline -- cgit v1.2.3