559 |
extern int match_conf_password(const char *, const struct AccessItem *); |
extern int match_conf_password(const char *, const struct AccessItem *); |
560 |
|
|
561 |
#define NOT_AUTHORIZED (-1) |
#define NOT_AUTHORIZED (-1) |
562 |
#define IRCD_SOCKET_ERROR (-2) |
#define I_LINE_FULL (-2) |
563 |
#define I_LINE_FULL (-3) |
#define TOO_MANY (-3) |
564 |
#define TOO_MANY (-4) |
#define BANNED_CLIENT (-4) |
565 |
#define BANNED_CLIENT (-5) |
#define TOO_FAST (-5) |
|
#define TOO_FAST (-6) |
|
566 |
|
|
567 |
#define CLEANUP_TKLINES_TIME 60 |
#define CLEANUP_TKLINES_TIME 60 |
568 |
|
|