1 /* +------------------------------------+
2 * | Inspire Internet Relay Chat Daemon |
3 * +------------------------------------+
5 * InspIRCd is copyright (C) 2002-2006 ChatSpike-Dev.
7 * <brain@chatspike.net>
8 * <Craig@chatspike.net>
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_NOTICE_H__
18 #define __CMD_NOTICE_H__
20 // include the common header files
31 class cmd_notice : public command_t
34 cmd_notice () : command_t("NOTICE",0,2) { }
35 void Handle(char **parameters, int pcnt, userrec *user);