1 /* +------------------------------------+
2 * | Inspire Internet Relay Chat Daemon |
3 * +------------------------------------+
5 * Inspire is copyright (C) 2002-2004 ChatSpike-Dev.
10 * Written by Craig Edwards, Craig McLure, and others.
11 * This program is free but copyrighted software; see
12 * the file COPYING for details.
14 * ---------------------------------------------------
17 #ifndef __CMD_TIME_H__
18 #define __CMD_TIME_H__
20 // include the common header files
31 class cmd_time : public command_t
34 cmd_time () : command_t("TIME",0,0) { }
35 void Handle(char **parameters, int pcnt, userrec *user);