File: flood.h

package info (click to toggle)
scrollz 2.1-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 6,992 kB
  • ctags: 4,728
  • sloc: ansic: 78,409; tcl: 2,866; makefile: 682; sh: 508
file content (23 lines) | stat: -rw-r--r-- 559 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
/*
 * flood.h: header file for flood.c
 *
 * $Id: flood.h,v 1.1.1.1 1998-09-10 17:31:12 f Exp $
 */

#ifndef __flood_h_
#define __flood_h_

	int	check_flooding _((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_ */