X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fmodes%2Fcmode_s.h;h=d0a41ff52fe990bb20da6437d4e812a09e21f843;hb=dce58b1611e275118d418bfb3b4402bd14d279dd;hp=981bddfafd974907e4d1fba6a2e5263536ea0ade;hpb=2d05d8bc330256252e22b8b8aede3504d8d4dca6;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/modes/cmode_s.h b/include/modes/cmode_s.h index 981bddfaf..d0a41ff52 100644 --- a/include/modes/cmode_s.h +++ b/include/modes/cmode_s.h @@ -1,8 +1,24 @@ +/* +------------------------------------+ + * | Inspire Internet Relay Chat Daemon | + * +------------------------------------+ + * + * InspIRCd: (C) 2002-2010 InspIRCd Development Team + * See: http://wiki.inspircd.org/Credits + * + * This program is free but copyrighted software; see + * the file COPYING for details. + * + * --------------------------------------------------- + */ + #include "mode.h" -class ModeChannelSecret : public ModeHandler +class InspIRCd; + +/** Channel mode +s + */ +class ModeChannelSecret : public SimpleChannelModeHandler { public: ModeChannelSecret(); - ModeAction OnModeChange(userrec* source, userrec* dest, chanrec* channel, std::string ¶meter, bool adding); };