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_opermotd.cpp File Reference

#include "inspircd.h"

Include dependency graph for m_opermotd.cpp:

Go to the source code of this file.

Classes

class  CommandOpermotd
 Handle /OPERMOTD. More...
class  ModuleOpermotd

Functions

CmdResult ShowOperMOTD (User *user)

Variables

static FileReaderopermotd


Function Documentation

CmdResult ShowOperMOTD User user  ) 
 

Definition at line 20 of file m_opermotd.cpp.

References CMD_FAILURE, CMD_LOCALONLY, FileReader::FileSize(), FileReader::GetLine(), User::nick, and User::WriteServ().

Referenced by CommandOpermotd::Handle(), and ModuleOpermotd::OnOper().


Variable Documentation

FileReader* opermotd [static]
 

Definition at line 18 of file m_opermotd.cpp.