diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/send.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/include/send.h b/include/send.h index 1039618..10eff63 100644 --- a/include/send.h +++ b/include/send.h @@ -63,9 +63,8 @@ extern void sendto_match_butone(struct Client *, struct Client *, char *, int, const char *, ...); extern void sendto_match_servs(struct Client *, const char *, int, const char *, ...); -extern void sendto_realops_flags(unsigned int, int, +extern void sendto_realops_flags(unsigned int, int, int, const char *, ...); -extern void sendto_globops_flags(unsigned int, int, const char *, ...); extern void sendto_wallops_flags(unsigned int, struct Client *, const char *, ...); extern void ts_warn(const char *, ...); @@ -88,6 +87,10 @@ extern void kill_client_ll_serv_butone(struct Client *, struct Client *, #define L_OPER 1 #define L_ADMIN 2 +#define SEND_NOTICE 1 +#define SEND_GLOBAL 2 +#define SEND_LOCOPS 3 + #define NOCAPS 0 /* no caps */ #define NOFLAGS 0 /* no flags */ |