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/seen | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/xB/seen') diff --git a/plugins/xB/seen b/plugins/xB/seen index da20972..da43488 100755 --- a/plugins/xB/seen +++ b/plugins/xB/seen @@ -26,7 +26,7 @@ function parse (line) end function get_config (name) - io.write ("ZYKLONB get_config :", name, "\r\n") + io.write ("XB get_config :", name, "\r\n") return parse (io.read ()).params[1] end @@ -34,7 +34,7 @@ end io.output ():setvbuf ('line') local prefix = get_config ('prefix') -io.write ("ZYKLONB register\r\n") +io.write ("XB register\r\n") local db = {} local db_filename = "seen.db" -- cgit v1.2.3