From 5d285ffb962ec16b9b0f3e5d7425a3ea2fae2579 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Fri, 6 Aug 2021 17:14:13 +0200 Subject: xB: fix up the special IPC command's name To reflect the new disorder. --- xB.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xB.c') 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) -- cgit v1.2.3