#include "inspircd_config.h"
#include "inspircd.h"
#include "inspircd_io.h"
#include "inspircd_util.h"
#include <unistd.h>
#include <sys/errno.h>
#include <sys/ioctl.h>
#include <sys/utsname.h>
#include <time.h>
#include <string>
#include <hash_map>
#include <map>
#include <sstream>
#include <vector>
#include <deque>
#include "users.h"
#include "ctables.h"
#include "globals.h"
#include "modules.h"
#include "dynamic.h"
#include "wildcard.h"
#include "message.h"
#include "mode.h"
#include "xline.h"
#include "inspstring.h"
#include "helperfuncs.h"
Include dependency graph for channels.cpp:
Go to the source code of this file.
Namespaces | |
namespace | std |
Defines | |
#define | nspace std |
Variables | |
ServerConfig * | Config |
int | MODCOUNT = -1 |
std::vector< Module * > | modules |
std::vector< ircd_module * > | factory |
int | WHOWAS_STALE |
int | WHOWAS_MAX |
time_t | startup_time |
std::vector< std::string > | module_names |
int | boundPortCount |
std::stringstream | config_f |
time_t | TIME |
std::vector< ModeParameter > | custom_mode_params |
|
Definition at line 53 of file channels.cpp. |
|
|
|
|
|
|
|
Definition at line 71 of file channels.cpp. Referenced by chanrec::GetModeParameter(), and chanrec::SetCustomModeParam(). |
|
|
|
Definition at line 938 of file modules.cpp. Referenced by Server::FindModule(). |
|
|
|
Referenced by Server::FindModule(). |
|
|
|
Referenced by userrec::userrec(). |
|
|
|
|