X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fmodes%2Fcmode_n.h;h=953e0d6717b27d91410f75686018f533aa98c141;hb=a7cbd51d457a5e3b435396092bc7e2fcf79168e1;hp=ebed701039e9fb92ed0646c4c5d52014a87ca112;hpb=7f4ee2f9f2e3af860d4c4eaa19d8f12611e5fe83;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/modes/cmode_n.h b/include/modes/cmode_n.h index ebed70103..953e0d671 100644 --- a/include/modes/cmode_n.h +++ b/include/modes/cmode_n.h @@ -1,8 +1,25 @@ +/* +------------------------------------+ + * | 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 +n + */ class ModeChannelNoExternal : public ModeHandler { public: - ModeChannelNoExternal(); + ModeChannelNoExternal(InspIRCd* Instance); ModeAction OnModeChange(userrec* source, userrec* dest, chanrec* channel, std::string ¶meter, bool adding); };