Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Compound Members | File Members

ctables.h

Go to the documentation of this file.
00001 /*       +------------------------------------+
00002  *       | Inspire Internet Relay Chat Daemon |
00003  *       +------------------------------------+
00004  *
00005  *  Inspire is copyright (C) 2002-2004 ChatSpike-Dev.
00006  *                       E-mail:
00007  *                <brain@chatspike.net>
00008  *                <Craig@chatspike.net>
00009  *     
00010  * Written by Craig Edwards, Craig McLure, and others.
00011  * This program is free but copyrighted software; see
00012  *            the file COPYING for details.
00013  *
00014  * ---------------------------------------------------
00015  */
00016  
00017 #ifndef __CTABLES_H__
00018 #define __CTABLES_H__
00019 
00020 #include "inspircd_config.h"
00021 #include "inspircd.h"
00022 #include "base.h"
00023 
00026 class command_t : public Extensible
00027 {
00028  public:
00031         char command[MAXBUF];
00034         handlerfunc *handler_function; 
00037         char flags_needed;
00040         int min_params;
00043         long use_count;
00046         long total_bytes;
00049         char source[MAXBUF];
00050 };
00051 
00052 #endif
00053 

Generated on Tue Apr 26 17:11:43 2005 for InspIRCd by doxygen 1.3.3