From 39cd7bb66c466ac504db3676ea196ee24540ab2c Mon Sep 17 00:00:00 2001 From: Test_User Date: Mon, 21 Aug 2023 20:52:11 -0400 Subject: Tell command handlers if it's local --- commands.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands.h') diff --git a/commands.h b/commands.h index f8ef354..ed6952f 100644 --- a/commands.h +++ b/commands.h @@ -32,7 +32,7 @@ #include "table.h" struct command_def { - int (*func)(struct string sender, struct string original_message, struct string to, uint64_t argc, struct string *argv); + int (*func)(struct string sender, struct string original_message, struct string to, uint64_t argc, struct string *argv, char is_local); struct string privs; struct string summary; uint8_t local_only; -- cgit v1.2.3