From c7ffd289fe8db21f94ae1455ad780c83e3bf6f9d Mon Sep 17 00:00:00 2001 From: Marius Halden Date: Sun, 8 Nov 2015 16:32:35 +0100 Subject: Add support for changing root/user mode to any supported --- irc.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'irc.h') diff --git a/irc.h b/irc.h index c579e618..5ce7b07d 100644 --- a/irc.h +++ b/irc.h @@ -314,9 +314,10 @@ void irc_channel_name_strip(char *name); int irc_channel_name_cmp(const char *a_, const char *b_); char *irc_channel_name_gen(irc_t *irc, const char *name); gboolean irc_channel_name_hint(irc_channel_t *ic, const char *name); -void irc_channel_update_ops(irc_channel_t *ic, char *value); +void irc_channel_update_ops(irc_channel_t *ic, char *ops, char *ops_mode); char irc_channel_user_get_prefix(irc_channel_user_t *icu); char *set_eval_irc_channel_ops(struct set *set, char *value); +char *set_eval_irc_channel_ops_mode(struct set *set, char *value); gboolean irc_channel_wants_user(irc_channel_t *ic, irc_user_t *iu); /* irc_commands.c */ -- cgit v1.2.3