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_MODULES_H__
18 #define __CMD_MODULES_H__
20 // include the common header files
31 class cmd_modules : public command_t
34 cmd_modules () : command_t("MODULES",0,0) { }
35 void Handle(char **parameters, int pcnt, userrec *user);