|
|||
|
|||
|
#include "inspircd.h"#include "users.h"#include "channels.h"#include "modules.h"#include "hashcomp.h"Include dependency graph for m_watch.cpp:

Go to the source code of this file.
Classes | |
| class | cmd_watch |
| Handle /WATCH. More... | |
| class | Modulewatch |
Typedefs | |
| typedef nspace::hash_map< irc::string, std::deque< userrec * >, nspace::hash< irc::string > > | watchentries |
| typedef std::map< irc::string, std::string > | watchlist |
Variables | |
| watchentries * | whos_watching_me |
|
|
Definition at line 71 of file m_watch.cpp. |
|
|
Definition at line 73 of file m_watch.cpp. |
|
|
Definition at line 79 of file m_watch.cpp. Referenced by cmd_watch::add_watch(), cmd_watch::Handle(), Modulewatch::Modulewatch(), Modulewatch::OnGarbageCollect(), Modulewatch::OnPostConnect(), Modulewatch::OnUserPostNick(), Modulewatch::OnUserQuit(), cmd_watch::remove_watch(), and Modulewatch::~Modulewatch(). |