aboutsummaryrefslogtreecommitdiff
path: root/psuedoclients/haxserv.h
diff options
context:
space:
mode:
authorTest_User <hax@andrewyu.org>2024-06-15 08:15:45 -0400
committerTest_User <hax@andrewyu.org>2024-06-15 08:15:45 -0400
commit7828d85707de4ef9047854c7b679a41f13db5b4a (patch)
treedfaa566b67049cc4b0d80f3d5764bc255cf48891 /psuedoclients/haxserv.h
parentab2a2ab740e8f54254540f2a24eed9de8d878f5c (diff)
downloadhaxircd-7828d85707de4ef9047854c7b679a41f13db5b4a.tar.gz
haxircd-7828d85707de4ef9047854c7b679a41f13db5b4a.zip
kill, and alignment
Diffstat (limited to 'psuedoclients/haxserv.h')
-rw-r--r--psuedoclients/haxserv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/psuedoclients/haxserv.h b/psuedoclients/haxserv.h
index 5302b35..b3d07a6 100644
--- a/psuedoclients/haxserv.h
+++ b/psuedoclients/haxserv.h
@@ -33,6 +33,7 @@ struct command_def {
int (*func)(struct string from, struct string sender, struct string original_message, struct string respond_to, size_t argc, struct string *argv);
struct string privs;
struct string summary;
+ struct string aligned_name;
struct string name;
};
@@ -52,3 +53,4 @@ extern struct command_def haxserv_psuedoclient_clear_command_def;
#ifdef USE_INSPIRCD2_PROTOCOL
extern struct command_def haxserv_psuedoclient_raw_inspircd2_command_def;
#endif
+extern struct command_def haxserv_psuedoclient_kill_command_def;