#include "anope.h"#include "extensible.h"#include "modes.h"#include "serialize.h"

Go to the source code of this file.
Data Structures | |
| struct | ChanUserContainer |
| class | Channel |
Typedefs | |
| typedef Anope::hash_map < Channel * > | channel_map |
Enumerations | |
| enum | ChannelFlag { CH_INHABIT, CH_PERSIST, CH_SYNCING } |
Variables | |
| CoreExport channel_map | ChannelList |
| typedef Anope::hash_map<Channel *> channel_map |
Definition at line 18 of file channels.h.
| enum ChannelFlag |
Definition at line 33 of file channels.h.
| CoreExport channel_map ChannelList |
Definition at line 27 of file channels.cpp.
Referenced by MyXMLRPCEvent::DoStats(), CommandOSStats::DoStatsHash(), CommandOSChanList::Execute(), CommandOSSQLine::OnAdd(), runDefCon(), Server::Server(), Server::Sync(), BanDataPurger::Tick(), and BSKick::~BSKick().
1.7.1