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_timedbans.cpp File Reference

#include "inspircd.h"

Include dependency graph for m_timedbans.cpp:

Go to the source code of this file.

Classes

class  TimedBan
 Holds a timed ban. More...
class  CommandTban
 Handle /TBAN. More...
class  ModuleTimedBans

Typedefs

typedef std::vector< TimedBantimedbans

Variables

timedbans TimedBanList


Typedef Documentation

typedef std::vector<TimedBan> timedbans
 

Definition at line 28 of file m_timedbans.cpp.


Variable Documentation

timedbans TimedBanList
 

Definition at line 29 of file m_timedbans.cpp.

Referenced by CommandTban::Handle(), ModuleTimedBans::ModuleTimedBans(), ModuleTimedBans::OnBackgroundTimer(), ModuleTimedBans::OnDelBan(), and ModuleTimedBans::~ModuleTimedBans().