63 |
|
char *, int, const char *, ...); |
64 |
|
extern void sendto_match_servs(struct Client *, const char *, int, |
65 |
|
const char *, ...); |
66 |
< |
extern void sendto_realops_flags(unsigned int, int, |
66 |
> |
extern void sendto_realops_flags(unsigned int, int, int, |
67 |
|
const char *, ...); |
68 |
– |
extern void sendto_globops_flags(unsigned int, int, const char *, ...); |
68 |
|
extern void sendto_wallops_flags(unsigned int, struct Client *, |
69 |
|
const char *, ...); |
70 |
|
extern void ts_warn(const char *, ...); |
87 |
|
#define L_OPER 1 |
88 |
|
#define L_ADMIN 2 |
89 |
|
|
90 |
+ |
#define SEND_NOTICE 1 |
91 |
+ |
#define SEND_GLOBAL 2 |
92 |
+ |
#define SEND_LOCOPS 3 |
93 |
+ |
|
94 |
|
#define NOCAPS 0 /* no caps */ |
95 |
|
#define NOFLAGS 0 /* no flags */ |
96 |
|
|