inspircd/include/modes/cmode_p.h

25 lines
580 B
C++

/* +------------------------------------+
* | Inspire Internet Relay Chat Daemon |
* +------------------------------------+
*
* InspIRCd: (C) 2002-2009 InspIRCd Development Team
* See: http://wiki.inspircd.org/Credits
*
* This program is free but copyrighted software; see
* the file COPYING for details.
*
* ---------------------------------------------------
*/
#include "mode.h"
class InspIRCd;
/** Channel mode +p
*/
class ModeChannelPrivate : public SimpleChannelModeHandler
{
public:
ModeChannelPrivate(InspIRCd* Instance);
};