diff options
Diffstat (limited to 'include/modes/umode_s.h')
-rw-r--r-- | include/modes/umode_s.h | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/include/modes/umode_s.h b/include/modes/umode_s.h deleted file mode 100644 index 4747b15d0..000000000 --- a/include/modes/umode_s.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 +s - */ -class ModeUserServerNotice : public SimpleUserModeHandler -{ - public: - ModeUserServerNotice(InspIRCd* Instance); - unsigned int GetCount(); -}; |