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/cmd_pass.h | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 include/cmd_pass.h (limited to 'include/cmd_pass.h') diff --git a/include/cmd_pass.h b/include/cmd_pass.h deleted file mode 100644 index 03c5ca7fc..000000000 --- a/include/cmd_pass.h +++ /dev/null @@ -1,38 +0,0 @@ -/* +------------------------------------+ - * | 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_PASS_H__ -#define __CMD_PASS_H__ - -// include the common header files - -#include -#include -#include -#include -#include -#include -#include "users.h" -#include "channels.h" - -class cmd_pass : public command_t -{ - public: - cmd_pass () : command_t("PASS",0,1) { } - void Handle(char **parameters, int pcnt, userrec *user); -}; - -#endif -- cgit v1.2.3