From 65923c4d397ce3655473b2d25db5acc90aa78075 Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 20 Apr 2006 18:46:25 +0000 Subject: Movement of cmd_* headers into include/commands (this is incomplete) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3896 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/commands/cmd_names.h | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 include/commands/cmd_names.h (limited to 'include/commands/cmd_names.h') diff --git a/include/commands/cmd_names.h b/include/commands/cmd_names.h new file mode 100644 index 000000000..0a70b4d21 --- /dev/null +++ b/include/commands/cmd_names.h @@ -0,0 +1,38 @@ +/* +------------------------------------+ + * | Inspire Internet Relay Chat Daemon | + * +------------------------------------+ + * + * 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 + * the file COPYING for details. + * + * --------------------------------------------------- + */ + +#ifndef __CMD_NAMES_H__ +#define __CMD_NAMES_H__ + +// include the common header files + +#include +#include +#include +#include +#include +#include +#include "users.h" +#include "channels.h" + +class cmd_names : public command_t +{ + public: + cmd_names () : command_t("NAMES",0,0) { } + void Handle(char **parameters, int pcnt, userrec *user); +}; + +#endif -- cgit v1.2.3