From: brain Date: Thu, 12 Jan 2006 07:20:10 +0000 (+0000) Subject: Who put this in here? O_o X-Git-Tag: v2.0.23~9303 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;ds=sidebyside;h=8d3fcd32d42fa5c7bdf5d285c099a9410d99e0b2;p=user%2Fhenk%2Fcode%2Finspircd.git Who put this in here? O_o git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2777 e03df62e-2008-0410-955e-edbf42e46eb7 --- diff --git a/include/cmd_user.h~ b/include/cmd_user.h~ deleted file mode 100644 index 1b2d5f670..000000000 --- a/include/cmd_user.h~ +++ /dev/null @@ -1,38 +0,0 @@ -/* +------------------------------------+ - * | Inspire Internet Relay Chat Daemon | - * +------------------------------------+ - * - * Inspire is copyright (C) 2002-2004 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_USER_H__ -#define __CMD_USER_H__ - -// include the common header files - -#include -#include -#include -#include -#include -#include -#include "users.h" -#include "channels.h" - -class cmd_user : public command_t -{ - public: - cmd_user () : command_t("USER",,) { } - void Handle(char **parameters, int pcnt, userrec *user); -}; - -#endif