From 5d285ffb962ec16b9b0f3e5d7425a3ea2fae2579 Mon Sep 17 00:00:00 2001 From: Přemysl Eric Janouch
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/factoids | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
(limited to 'plugins/xB/factoids')
diff --git a/plugins/xB/factoids b/plugins/xB/factoids
index 9e9a7b4..84f6559 100755
--- a/plugins/xB/factoids
+++ b/plugins/xB/factoids
@@ -24,18 +24,18 @@ sub parse ($) {
}
sub bot_print {
- print "ZYKLONB print :${\shift}";
+ print "XB print :${\shift}";
}
# --- Initialization -----------------------------------------------------------
my %config;
for my $name (qw(prefix)) {
- print "ZYKLONB get_config :$name";
+ print "XB get_config :$name";
$config{$name} = (parse