summaryrefslogtreecommitdiff
path: root/include/cmd_userhost.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cmd_userhost.h')
-rw-r--r--include/cmd_userhost.h38
1 files changed, 0 insertions, 38 deletions
diff --git a/include/cmd_userhost.h b/include/cmd_userhost.h
deleted file mode 100644
index b319bb782..000000000
--- a/include/cmd_userhost.h
+++ /dev/null
@@ -1,38 +0,0 @@
-/* +------------------------------------+
- * | Inspire Internet Relay Chat Daemon |
- * +------------------------------------+
- *
- * InspIRCd is copyright (C) 2002-2006 ChatSpike-Dev.
- * E-mail:
- * <brain@chatspike.net>
- * <Craig@chatspike.net>
- *
- * Written by Craig Edwards, Craig McLure, and others.
- * This program is free but copyrighted software; see
- * the file COPYING for details.
- *
- * ---------------------------------------------------
- */
-
-#ifndef __CMD_USERHOST_H__
-#define __CMD_USERHOST_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_userhost : public command_t
-{
- public:
- cmd_userhost () : command_t("USERHOST",0,1) { }
- void Handle(char **parameters, int pcnt, userrec *user);
-};
-
-#endif