summaryrefslogtreecommitdiff
path: root/commands.h
diff options
context:
space:
mode:
authorTest_User <hax@andrewyu.org>2023-05-05 03:37:09 -0400
committerTest_User <hax@andrewyu.org>2023-05-05 03:37:09 -0400
commit9343cffa8c032d5b44fce89af7fc5d8709acd9aa (patch)
tree6498e35723a0bc72da07cebddf41ffca88cc0171 /commands.h
parent658cd5f4c8f2d18b263d5bcb992b3aa995470312 (diff)
downloadcoupserv-9343cffa8c032d5b44fce89af7fc5d8709acd9aa.tar.gz
coupserv-9343cffa8c032d5b44fce89af7fc5d8709acd9aa.zip
Add more commands, remove trailing ; from macro
Diffstat (limited to 'commands.h')
-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;
};