aboutsummaryrefslogtreecommitdiff
path: root/plugins/xB/seen
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2021-08-06 17:14:13 +0200
committerPřemysl Eric Janouch <p@janouch.name>2021-08-06 17:18:06 +0200
commit5d285ffb962ec16b9b0f3e5d7425a3ea2fae2579 (patch)
tree9f2d8b4460cda182e5faf986e58697ac1209281b /plugins/xB/seen
parent50057d5149dda340b3b47aca4096f4a6ec66b9ee (diff)
downloadxK-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/seen')
-rwxr-xr-xplugins/xB/seen4
1 files changed, 2 insertions, 2 deletions
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"