X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fmodes%2Fcmode_n.h;h=b36ec87822ebd6e9bcf72f1982c8ec2bea252b83;hb=cd712c40e1b352c05e7ae0f72e0a5e84cdf64323;hp=953e0d6717b27d91410f75686018f533aa98c141;hpb=a7cbd51d457a5e3b435396092bc7e2fcf79168e1;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/modes/cmode_n.h b/include/modes/cmode_n.h index 953e0d671..b36ec8782 100644 --- a/include/modes/cmode_n.h +++ b/include/modes/cmode_n.h @@ -2,8 +2,8 @@ * | Inspire Internet Relay Chat Daemon | * +------------------------------------+ * - * InspIRCd: (C) 2002-2007 InspIRCd Development Team - * See: http://www.inspircd.org/wiki/index.php/Credits + * 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. @@ -17,9 +17,8 @@ class InspIRCd; /** Channel mode +n */ -class ModeChannelNoExternal : public ModeHandler +class ModeChannelNoExternal : public SimpleChannelModeHandler { public: - ModeChannelNoExternal(InspIRCd* Instance); - ModeAction OnModeChange(userrec* source, userrec* dest, chanrec* channel, std::string ¶meter, bool adding); + ModeChannelNoExternal(); };