aboutsummaryrefslogtreecommitdiff
path: root/protocols.h
diff options
context:
space:
mode:
authorTest_User <hax@andrewyu.org>2024-06-15 05:29:40 -0400
committerTest_User <hax@andrewyu.org>2024-06-15 05:29:40 -0400
commit4e820a26d221945b6277028f24c41393661e9124 (patch)
tree7787a510226aa0991b22905e7532c96a57efd1ce /protocols.h
parentb78f5ddd78bee70287d366b7993bd07bf0d2f7d3 (diff)
downloadhaxircd-4e820a26d221945b6277028f24c41393661e9124.tar.gz
haxircd-4e820a26d221945b6277028f24c41393661e9124.zip
Commands and stuff
Diffstat (limited to 'protocols.h')
-rw-r--r--protocols.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols.h b/protocols.h
index 6d8a240..4665dad 100644
--- a/protocols.h
+++ b/protocols.h
@@ -45,6 +45,7 @@ struct protocol {
void (*propagate_rename_user)(struct string from, struct user_info *info, struct string nick, size_t timestamp, struct string timestamp_str);
void (*propagate_remove_user)(struct string from, struct user_info *info, struct string reason);
void (*propagate_kill_user)(struct string from, struct string source, struct user_info *info, struct string reason);
+ void (*propagate_oper_user)(struct string from, struct user_info *info, struct string type);
void (*propagate_set_channel)(struct string from, struct channel_info *channel, char is_new_channel, size_t user_count, struct user_info **users);
void (*propagate_join_channel)(struct string from, struct channel_info *channel, size_t user_count, struct user_info **users);