diff options
Diffstat (limited to 'include/modes/umode_n.h')
-rw-r--r-- | include/modes/umode_n.h | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/include/modes/umode_n.h b/include/modes/umode_n.h deleted file mode 100644 index 7c2648abc..000000000 --- a/include/modes/umode_n.h +++ /dev/null @@ -1,25 +0,0 @@ -/* +------------------------------------+ - * | Inspire Internet Relay Chat Daemon | - * +------------------------------------+ - * - * InspIRCd: (C) 2002-2008 InspIRCd Development Team - * See: http://www.inspircd.org/wiki/index.php/Credits - * - * This program is free but copyrighted software; see - * the file COPYING for details. - * - * --------------------------------------------------- - */ - -#include "mode.h" - -class InspIRCd; - -/** User mode +n - */ -class ModeUserServerNoticeMask : public ModeHandler -{ - public: - ModeUserServerNoticeMask(InspIRCd* Instance); - ModeAction OnModeChange(User* source, User* dest, Channel* channel, std::string ¶meter, bool adding, bool servermode); -}; |