From a753fb1bc711e10794e939e424f3cdd703116d82 Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 2 Apr 2004 12:38:41 +0000 Subject: Added support for modules to create commands - this needs a proof-of-concept module yet, do not use unless you like to live dangerously. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@351 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/servers_8h-source.html | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'docs/module-doc/servers_8h-source.html') diff --git a/docs/module-doc/servers_8h-source.html b/docs/module-doc/servers_8h-source.html index e0c6cb504..2074436cf 100644 --- a/docs/module-doc/servers_8h-source.html +++ b/docs/module-doc/servers_8h-source.html @@ -14,7 +14,7 @@ 00006 #include "inspircd_config.h" 00007 #include "connection.h" 00008 #include <string> -00009 #include <map.h> +00009 #include <map> 00010 00011 #ifndef __SERVERS_H__ 00012 #define __SERVERS_H__ @@ -42,11 +42,9 @@ 00058 00059 00060 -00061 typedef map<string, serverrec*> server_list; -00062 -00063 #endif -00064 -
Generated on Sun Mar 30 19:34:54 2003 for InspIRCd by +00061 #endif +00062 +
Generated on Fri Apr 2 13:37:27 2004 for InspIRCd by doxygen1.3-rc3
-- cgit v1.2.3