From 9343cffa8c032d5b44fce89af7fc5d8709acd9aa Mon Sep 17 00:00:00 2001 From: Test_User Date: Fri, 5 May 2023 03:37:09 -0400 Subject: Add more commands, remove trailing ; from macro --- commands.h | 1 + 1 file changed, 1 insertion(+) (limited to 'commands.h') diff --git a/commands.h b/commands.h index f2458a6..f8ef354 100644 --- a/commands.h +++ b/commands.h @@ -34,6 +34,7 @@ struct command_def { int (*func)(struct string sender, struct string original_message, struct string to, uint64_t argc, struct string *argv); struct string privs; + struct string summary; uint8_t local_only; }; -- cgit v1.2.3