diff options
Diffstat (limited to 'xB.c')
-rw-r--r-- | xB.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |