]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - include/modes/umode_w.h
566753ba0b6c207581f9e9ecf8896186bc732428
[user/henk/code/inspircd.git] / include / modes / umode_w.h
1 /*       +------------------------------------+
2  *       | Inspire Internet Relay Chat Daemon |
3  *       +------------------------------------+
4  *
5  *  InspIRCd: (C) 2002-2009 InspIRCd Development Team
6  * See: http://wiki.inspircd.org/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 /** User mode +w
19  */
20 class ModeUserWallops : public SimpleUserModeHandler
21 {
22  public:
23         ModeUserWallops(InspIRCd* Instance);
24         unsigned int GetCount();
25 };