File: flood.h

package info (click to toggle)
scrollz 1.8m-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 3,616 kB
  • ctags: 4,000
  • sloc: ansic: 69,789; tcl: 2,866; sh: 503; makefile: 462
file content (23 lines) | stat: -rw-r--r-- 559 bytes parent folder | download | duplicates (4)
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_ */