From f62de63955ff77e800360eb140f108b5d2c6c075 Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 19 Dec 2005 18:32:09 +0000 Subject: Design flaw my ass. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2580 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/classcommand__t.html | 360 ----------------------------------- 1 file changed, 360 deletions(-) delete mode 100644 docs/module-doc/classcommand__t.html (limited to 'docs/module-doc/classcommand__t.html') diff --git a/docs/module-doc/classcommand__t.html b/docs/module-doc/classcommand__t.html deleted file mode 100644 index 738c365c2..000000000 --- a/docs/module-doc/classcommand__t.html +++ /dev/null @@ -1,360 +0,0 @@ - -
-
-#include <ctables.h>
-
-Inheritance diagram for command_t:


Public Member Functions | |
| command_t (std::string cmd, char flags, int minpara) | |
| virtual void | Handle (char **parameters, int pcnt, userrec *user)=0 |
| virtual | ~command_t () |
Public Attributes | |
| std::string | command |
| Command name. | |
| char | flags_needed |
| User flags needed to execute the command or 0. | |
| int | min_params |
| Minimum number of parameters command takes. | |
| long | use_count |
| used by /stats m | |
| long | total_bytes |
| used by /stats m | |
| std::string | source |
| used for resource tracking between modules | |
- -
-Definition at line 29 of file ctables.h.
-
-
|
- ||||||||||||||||
| - - | -
-
- - - -Definition at line 51 of file ctables.h. - -References source, total_bytes, and use_count. 00051 : command(cmd), flags_needed(flags), min_params(minpara) -00052 { -00053 use_count = total_bytes = 0; -00054 source = "<core>"; -00055 } - - |
-
-
-
|
-
| - - | -
-
- - - -Definition at line 59 of file ctables.h. -- |
-
-
-
|
- ||||||||||||||||
| - - | -
-
- - - -Implemented in cmd_mode. |
-
-
-
|
-
| - - | -
-
- -Command name. - - - |
-
-
-
|
-
| - - | -
-
- -User flags needed to execute the command or 0. - - - |
-
-
-
|
-
| - - | -
-
- -Minimum number of parameters command takes. - - - |
-
-
-
|
-
| - - | -
-
- -used for resource tracking between modules - - - -Definition at line 49 of file ctables.h. - -Referenced by command_t(). |
-
-
-
|
-
| - - | -
-
- -used by /stats m - - - -Definition at line 46 of file ctables.h. - -Referenced by command_t(). |
-
-
-
|
-
| - - | -
-
- -used by /stats m - - - -Definition at line 43 of file ctables.h. - -Referenced by command_t(). |
-
1.4.4-20050815
-
-
--
cgit v1.3.1-10-gc9f91