]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
<Bender> Who put this in here? O_o
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Thu, 12 Jan 2006 07:20:10 +0000 (07:20 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Thu, 12 Jan 2006 07:20:10 +0000 (07:20 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2777 e03df62e-2008-0410-955e-edbf42e46eb7

include/cmd_user.h~ [deleted file]

diff --git a/include/cmd_user.h~ b/include/cmd_user.h~
deleted file mode 100644 (file)
index 1b2d5f6..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-/*       +------------------------------------+
- *       | Inspire Internet Relay Chat Daemon |
- *       +------------------------------------+
- *
- *  Inspire is copyright (C) 2002-2004 ChatSpike-Dev.
- *                       E-mail:
- *                <brain.net>
- *                <Craig.net>
- *
- * 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 <typeinfo>
-#include <iostream>
-#include <string>
-#include <deque>
-#include <sstream>
-#include <vector>
-#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