File: flood.h

package info (click to toggle)
scrollz 2.2.3-2
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, sid
  • size: 8,392 kB
  • sloc: ansic: 79,473; tcl: 2,866; makefile: 703; sh: 508
file content (26 lines) | stat: -rw-r--r-- 778 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/*
 * flood.h: header file for flood.c
 *
 * $Id: flood.h,v 1.1 1998-09-10 17:31:12 f Exp $
 */

#ifndef __flood_h_
#define __flood_h_

/**************************** PATCHED by Flier ******************************/
	/*int	check_flooding _((char *, int, char *));*/
        int check_flooding _((char *, char *, int, char *));
/****************************************************************************/

#define MSG_FLOOD 0
#define PUBLIC_FLOOD 1
#define NOTICE_FLOOD 2
#define WALL_FLOOD 3
#define WALLOP_FLOOD 4
/**************************** PATCHED by Flier ******************************/
/*#define NUMBER_OF_FLOODS 5*/
#define CTCP_FLOOD 5
#define NUMBER_OF_FLOODS 6
/****************************************************************************/

#endif /* __flood_h_ */