X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fmodes%2Fcmode_s.h;h=383e5c083d6026926504165a3ba10c296109fc53;hb=bab14f0dd2345c9d7dcbc47c918563709e1ac094;hp=0bc229c37cc4e8e521fbd715f60b4517608a5c97;hpb=3abff3a37550cc1d88dd4d1fd7ed526e89309a53;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/modes/cmode_s.h b/include/modes/cmode_s.h index 0bc229c37..383e5c083 100644 --- a/include/modes/cmode_s.h +++ b/include/modes/cmode_s.h @@ -1,25 +1 @@ -/* +------------------------------------+ - * | Inspire Internet Relay Chat Daemon | - * +------------------------------------+ - * - * InspIRCd: (C) 2002-2007 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; - -/** Channel mode +s - */ -class ModeChannelSecret : public ModeHandler -{ - public: - ModeChannelSecret(InspIRCd* Instance); - ModeAction OnModeChange(userrec* source, userrec* dest, chanrec* channel, std::string ¶meter, bool adding); -}; +/* +------------------------------------+ * | Inspire Internet Relay Chat Daemon | * +------------------------------------+ * * InspIRCd: (C) 2002-2007 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; /** Channel mode +s */ class ModeChannelSecret : public ModeHandler { public: ModeChannelSecret(InspIRCd* Instance); ModeAction OnModeChange(userrec* source, userrec* dest, chanrec* channel, std::string ¶meter, bool adding); }; \ No newline at end of file