inspircd/include/modes/cmode_s.h
2009-09-26 14:13:13 +00:00

25 lines
560 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 +s
*/
class ModeChannelSecret : public SimpleChannelModeHandler
{
public:
ModeChannelSecret();
};