The InspIRCd Project
Home | Developers | Wiki | Forums | Bug Tracker | SVN | Download
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 dependency graph for m_randquote.cpp:

Go to the source code of this file.

Classes

class  CommandRandquote
 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 19 of file m_randquote.cpp.

Referenced by Channel::GetAllPrefixChars(), CommandRandquote::Handle(), ModuleRandQuote::ModuleRandQuote(), TreeSocket::ProcessLine(), and User::SplitChanList().

std::string q_file
 

Definition at line 18 of file m_randquote.cpp.

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

FileReader* quotes = NULL [static]
 

Definition at line 16 of file m_randquote.cpp.

std::string suffix
 

Definition at line 20 of file m_randquote.cpp.

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