diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-01-12 07:20:10 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-01-12 07:20:10 +0000 |
commit | 8d3fcd32d42fa5c7bdf5d285c099a9410d99e0b2 (patch) | |
tree | 447e72129ae162cad02d55159360289676220ac2 | |
parent | a4569c4147df9279bdd21b522b50bf44bcbab48d (diff) |
<Bender> Who put this in here? O_o
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2777 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r-- | include/cmd_user.h~ | 38 |
1 files changed, 0 insertions, 38 deletions
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: - * <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 |