X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fcmd_oper.h;h=e71ca07a6a152b0b296261bca0b0242bcf4482ca;hb=90639721625b5da867effc7dd4adec003c1bd3b4;hp=9d1bec41047286fa46adfb3834b754240a85c02c;hpb=293df6a8b55e89c127e60e92711ef0ef1027bff8;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/cmd_oper.h b/include/cmd_oper.h index 9d1bec410..e71ca07a6 100644 --- a/include/cmd_oper.h +++ b/include/cmd_oper.h @@ -2,10 +2,10 @@ * | Inspire Internet Relay Chat Daemon | * +------------------------------------+ * - * Inspire is copyright (C) 2002-2004 ChatSpike-Dev. + * InspIRCd is copyright (C) 2002-2006 ChatSpike-Dev. * E-mail: - * - * + * + * * * Written by Craig Edwards, Craig McLure, and others. * This program is free but copyrighted software; see @@ -28,6 +28,8 @@ #include "users.h" #include "channels.h" +bool OneOfMatches(const char* host, const char* hostlist); + class cmd_oper : public command_t { public: