summaryrefslogtreecommitdiff
path: root/include/modes/umode_n.h
diff options
context:
space:
mode:
authorw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2008-07-29 16:36:10 +0000
committerw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2008-07-29 16:36:10 +0000
commitf610b723f0b45cf7e4f478f0676ed97c3a23d78c (patch)
tree9013d54abc35c1e7d533e5a2f8603f2607477389 /include/modes/umode_n.h
parent5db3290d939509015167b7fdfba5073285051560 (diff)
Move umode_n to umode_s, second half of last commit
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10075 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/modes/umode_n.h')
-rw-r--r--include/modes/umode_n.h25
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 &parameter, bool adding, bool servermode);
-};