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

snomasks.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Snomask
class  SnomaskManager
 Snomask manager handles routing of SNOMASK (usermode +n) messages to opers. More...

Typedefs

typedef std::map< char, Snomask * > SnoList
 A list of snomasks which are valid, and their descriptive texts.


Typedef Documentation

typedef std::map<char, Snomask *> SnoList
 

A list of snomasks which are valid, and their descriptive texts.

Definition at line 45 of file snomasks.h.