X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fmodes%2Fcmode_s.h;h=d0a41ff52fe990bb20da6437d4e812a09e21f843;hb=dce58b1611e275118d418bfb3b4402bd14d279dd;hp=530394c99164837d98b5941b8fea6b4ffd139752;hpb=0376f1d8be09a242befe207be4fa9e809d098557;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/modes/cmode_s.h b/include/modes/cmode_s.h index 530394c99..d0a41ff52 100644 --- a/include/modes/cmode_s.h +++ b/include/modes/cmode_s.h @@ -2,8 +2,8 @@ * | Inspire Internet Relay Chat Daemon | * +------------------------------------+ * - * InspIRCd: (C) 2002-2008 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. @@ -20,5 +20,5 @@ class InspIRCd; class ModeChannelSecret : public SimpleChannelModeHandler { public: - ModeChannelSecret(InspIRCd* Instance); + ModeChannelSecret(); };