28 |
|
#include "list.h" |
29 |
|
#include "ircd_defs.h" |
30 |
|
#include "conf.h" |
31 |
< |
#include "s_serv.h" |
31 |
> |
#include "server.h" |
32 |
|
#include "resv.h" |
33 |
|
#include "channel.h" |
34 |
|
#include "client.h" |
47 |
|
#include "mempool.h" |
48 |
|
#include "res.h" |
49 |
|
#include "userhost.h" |
50 |
< |
#include "s_user.h" |
50 |
> |
#include "user.h" |
51 |
|
#include "channel_mode.h" |
52 |
|
#include "parse.h" |
53 |
< |
#include "s_misc.h" |
53 |
> |
#include "misc.h" |
54 |
|
#include "conf_db.h" |
55 |
|
#include "conf_class.h" |
56 |
|
#include "motd.h" |
2092 |
|
* |
2093 |
|
* inputs - client sending the cluster |
2094 |
|
* - command name "KLINE" "XLINE" etc. |
2095 |
< |
* - capab -- CAP_KLN etc. from s_serv.h |
2095 |
> |
* - capab -- CAP_KLN etc. from server.h |
2096 |
|
* - cluster type -- CLUSTER_KLINE etc. from conf.h |
2097 |
|
* - pattern and args to send along |
2098 |
|
* output - none |