]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - include/modes/cmode_s.h
530394c99164837d98b5941b8fea6b4ffd139752
[user/henk/code/inspircd.git] / include / modes / cmode_s.h
1 /*       +------------------------------------+
2  *       | Inspire Internet Relay Chat Daemon |
3  *       +------------------------------------+
4  *
5  *  InspIRCd: (C) 2002-2008 InspIRCd Development Team
6  * See: http://www.inspircd.org/wiki/index.php/Credits
7  *
8  * This program is free but copyrighted software; see
9  *            the file COPYING for details.
10  *
11  * ---------------------------------------------------
12  */
13
14 #include "mode.h"
15
16 class InspIRCd;
17
18 /** Channel mode +s
19  */
20 class ModeChannelSecret : public SimpleChannelModeHandler
21 {
22  public:
23         ModeChannelSecret(InspIRCd* Instance);
24 };