aboutsummaryrefslogtreecommitdiff
path: root/pseudoclients/haxserv.h
diff options
context:
space:
mode:
Diffstat (limited to 'pseudoclients/haxserv.h')
-rw-r--r--pseudoclients/haxserv.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/pseudoclients/haxserv.h b/pseudoclients/haxserv.h
index 4f248e7..ff2c603 100644
--- a/pseudoclients/haxserv.h
+++ b/pseudoclients/haxserv.h
@@ -46,9 +46,11 @@ int haxserv_pseudoclient_allow_kill(struct string from, struct string source, st
int haxserv_pseudoclient_allow_kick(struct string from, struct string source, struct channel_info *channel, struct user_info *user, struct string reason);
void haxserv_pseudoclient_handle_privmsg(struct string from, struct string source, struct string target, struct string msg);
-void haxserv_pseudoclient_handle_rename_user(struct string from, struct user_info *user, struct string nick, size_t timestamp);
+void haxserv_pseudoclient_handle_rename_user(struct string from, struct user_info *user, struct string nick, size_t timestamp, char forced, char immediate);
void haxserv_pseudoclient_handle_set_cert(struct string from, struct user_info *user, struct string cert, struct string source);
+void haxserv_pseudoclient_handle_post_rename_user(struct string from, struct user_info *user, struct string nick, size_t old_timestamp, char forced, char immediate);
+
extern struct table haxserv_pseudoclient_commands;
extern struct command_def haxserv_pseudoclient_help_command_def;