aboutsummaryrefslogtreecommitdiff
path: root/xB.c
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 /xB.c
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 'xB.c')
-rw-r--r--xB.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xB.c b/xB.c
index 9e36040..f7c076b 100644
--- a/xB.c
+++ b/xB.c
@@ -735,7 +735,7 @@ setup_recovery_handler (struct bot_context *ctx, struct error **e)
// --- Plugins -----------------------------------------------------------------
/// The name of the special IRC command for interprocess communication
-static const char *plugin_ipc_command = "ZYKLONB";
+static const char *plugin_ipc_command = "XB";
static struct plugin *
plugin_find_by_pid (struct bot_context *ctx, pid_t pid)