X-Git-Url: http://git.pk910.de/?p=ircu2.10.12-pk.git;a=blobdiff_plain;f=include%2Fs_user.h;h=78035035da577ef33e271961781d71592f054d9c;hp=970e45bc358c517326c424a21d456bf0f3ed3806;hb=5fc729d47823a57c8e6e0e3b078522eccd120ca7;hpb=98c74ba6a77e8f110f03252eead8cd37e7ecc83e diff --git a/include/s_user.h b/include/s_user.h index 970e45b..7803503 100644 --- a/include/s_user.h +++ b/include/s_user.h @@ -75,6 +75,8 @@ extern int set_nick_name(struct Client* cptr, struct Client* sptr, const char* nick, int parc, char* parv[], unsigned int force); extern void send_umode_out(struct Client* cptr, struct Client* sptr, struct Flags* old, int prop); +extern void send_umode(struct Client *cptr, struct Client *sptr, struct Flags *old, + int sendset); extern int whisper(struct Client* source, const char* nick, const char* channel, const char* text, int is_notice); extern void send_user_info(struct Client* to, char* names, int rpl,