#include "memo.h"#include "modes.h"#include "extensible.h"#include "logger.h"#include "modules.h"#include "serialize.h"#include "bots.h"

Go to the source code of this file.
Data Structures | |
| struct | BadWord |
| class | AutoKick |
| struct | ModeLock |
| struct | LogSetting |
| class | ChannelInfo |
Typedefs | |
| typedef Anope::hash_map < ChannelInfo * > | registered_channel_map |
Enumerations | |
| enum | { TTB_BOLDS, TTB_COLORS, TTB_REVERSES, TTB_UNDERLINES, TTB_BADWORDS, TTB_CAPS, TTB_FLOOD, TTB_REPEAT, TTB_ITALICS, TTB_AMSGS, TTB_SIZE } |
| enum | BadWordType { BW_ANY, BW_SINGLE, BW_START, BW_END } |
Functions | |
| CoreExport bool | IsFounder (const User *user, const ChannelInfo *ci) |
Variables | |
| CoreExport Serialize::Checker < registered_channel_map > | RegisteredChannelList |
| typedef Anope::hash_map<ChannelInfo *> registered_channel_map |
Definition at line 21 of file regchannel.h.
| anonymous enum |
| TTB_BOLDS | |
| TTB_COLORS | |
| TTB_REVERSES | |
| TTB_UNDERLINES | |
| TTB_BADWORDS | |
| TTB_CAPS | |
| TTB_FLOOD | |
| TTB_REPEAT | |
| TTB_ITALICS | |
| TTB_AMSGS | |
| TTB_SIZE |
Definition at line 26 of file regchannel.h.
| enum BadWordType |
Flags for badwords
Definition at line 43 of file regchannel.h.
| CoreExport bool IsFounder | ( | const User * | user, | |
| const ChannelInfo * | ci | |||
| ) |
Is the user the real founder?
| user | The user | |
| ci | The channel |
Definition at line 1103 of file regchannel.cpp.
References User::Account(), ChannelInfo::GetFounder(), and User::super_admin.
Referenced by ChannelInfo::AccessFor().
Referenced by ChannelInfo::ChannelInfo(), CommandOSStats::DoStatsHash(), CommandCSList::Execute(), ChannelInfo::Find(), BotInfo::GetChannelCount(), WebCPanel::NickServ::Alist::OnRequest(), WebCPanel::MemoServ::Memos::OnRequest(), DBPlain::OnSaveDatabase(), DBOld::OnUplinkSync(), BotInfo::RejoinAll(), PrivilegeManager::RemovePrivilege(), CommandBSInfo::send_bot_channels(), Server::Sync(), ExpireCallback::Tick(), BotInfo::~BotInfo(), and ChannelInfo::~ChannelInfo().
1.7.1