aboutsummaryrefslogtreecommitdiff
path: root/commands.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--commands.h1
1 files changed, 1 insertions, 0 deletions
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;
};