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

#include "inspircd.h"

Include dependency graph for m_watch.cpp:

Go to the source code of this file.

Classes

class  CommandSVSWatch
class  CommandWatch
 Handle /WATCH. More...
class  Modulewatch

Typedefs

typedef nspace::hash_map<
irc::string, std::deque<
User * >, nspace::hash< irc::string > > 
watchentries
typedef std::map< irc::string,
std::string
watchlist

Variables

watchentrieswhos_watching_me


Typedef Documentation

typedef nspace::hash_map<irc::string, std::deque<User*>, nspace::hash<irc::string> > watchentries
 

Definition at line 93 of file m_watch.cpp.

typedef std::map<irc::string, std::string> watchlist
 

Definition at line 95 of file m_watch.cpp.


Variable Documentation

watchentries* whos_watching_me
 

Definition at line 101 of file m_watch.cpp.

Referenced by CommandWatch::add_watch(), CommandWatch::Handle(), Modulewatch::Modulewatch(), Modulewatch::OnGarbageCollect(), Modulewatch::OnPostConnect(), Modulewatch::OnSetAway(), Modulewatch::OnUserPostNick(), Modulewatch::OnUserQuit(), CommandWatch::remove_watch(), and Modulewatch::~Modulewatch().