diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-08-06 17:14:13 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-08-06 17:18:06 +0200 |
commit | 5d285ffb962ec16b9b0f3e5d7425a3ea2fae2579 (patch) | |
tree | 9f2d8b4460cda182e5faf986e58697ac1209281b /plugins/xB/eval | |
parent | 50057d5149dda340b3b47aca4096f4a6ec66b9ee (diff) | |
download | xK-5d285ffb962ec16b9b0f3e5d7425a3ea2fae2579.tar.gz xK-5d285ffb962ec16b9b0f3e5d7425a3ea2fae2579.tar.xz xK-5d285ffb962ec16b9b0f3e5d7425a3ea2fae2579.zip |
xB: fix up the special IPC command's name
To reflect the new disorder.
Diffstat (limited to 'plugins/xB/eval')
-rwxr-xr-x | plugins/xB/eval | 4 |
1 files changed, 2 insertions, 2 deletions
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 |