aboutsummaryrefslogtreecommitdiff
path: root/plugins/xB/seen
diff options
context:
space:
mode:
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"