The InspIRCd Project
Home | Developers | Wiki | Forums | Bug Tracker | SVN | Download | Blog | Stats
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

m_randquote.cpp File Reference

#include "inspircd.h"
#include "users.h"
#include "channels.h"
#include "modules.h"

Include dependency graph for m_randquote.cpp:

Go to the source code of this file.

Classes

class  cmd_randquote
 Handle /RANDQUOTE. More...
class  ModuleRandQuote

Variables

static FileReaderquotes = NULL
std::string q_file
std::string prefix
std::string suffix


Variable Documentation

std::string prefix
 

Definition at line 22 of file m_randquote.cpp.

Referenced by chanrec::GetAllPrefixChars(), cmd_randquote::Handle(), ModuleRandQuote::ModuleRandQuote(), TreeSocket::ProcessLine(), and userrec::SplitChanList().

std::string q_file
 

Definition at line 21 of file m_randquote.cpp.

Referenced by cmd_randquote::Handle(), and ModuleRandQuote::ModuleRandQuote().

FileReader* quotes = NULL [static]
 

Definition at line 19 of file m_randquote.cpp.

std::string suffix
 

Definition at line 23 of file m_randquote.cpp.

Referenced by cmd_randquote::Handle(), and ModuleRandQuote::ModuleRandQuote().