diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-08-06 17:14:13 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-08-06 17:18:06 +0200 |
commit | 5d285ffb962ec16b9b0f3e5d7425a3ea2fae2579 (patch) | |
tree | 9f2d8b4460cda182e5faf986e58697ac1209281b /plugins/xB/factoids | |
parent | 50057d5149dda340b3b47aca4096f4a6ec66b9ee (diff) | |
download | xK-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/factoids')
-rwxr-xr-x | plugins/xB/factoids | 6 |
1 files changed, 3 insertions, 3 deletions
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 <STDIN>)->{args}->[0]; } -print "ZYKLONB register"; +print "XB register"; # --- Database ----------------------------------------------------------------- # Simple map of (factoid_name => [definitions]); all factoids are separated |