xB: fix up the special IPC command's name

To reflect the new disorder.
This commit is contained in:
2021-08-06 17:14:13 +02:00
parent 50057d5149
commit 5d285ffb96
11 changed files with 30 additions and 28 deletions

View File

@@ -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 <STDIN>)->{args}->[0];
}
print "ZYKLONB register";
print "XB register";
# --- Database -----------------------------------------------------------------
# Simple map of (factoid_name => [definitions]); all factoids are separated