The InspIRCd Project
Home | Developers | Wiki | Forums | Bug Tracker | SVN | Download
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

m_blockamsg.cpp File Reference

#include "inspircd.h"

Include dependency graph for m_blockamsg.cpp:

Go to the source code of this file.

Classes

class  BlockedMessage
 Holds a blocked message's details. More...
class  ModuleBlockAmsg

Enumerations

enum  BlockAction {
  IBLOCK_KILL, IBLOCK_KILLOPERS, IBLOCK_NOTICE, IBLOCK_NOTICEOPERS,
  IBLOCK_SILENT
}


Enumeration Type Documentation

enum BlockAction
 

Enumerator:
IBLOCK_KILL 
IBLOCK_KILLOPERS 
IBLOCK_NOTICE 
IBLOCK_NOTICEOPERS 
IBLOCK_SILENT 

Definition at line 18 of file m_blockamsg.cpp.