]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/inspircd.h
Fix to bug #33 (weird /map)
[user/henk/code/inspircd.git] / include / inspircd.h
index 09e286cdc1d48e29507b57593082f46bdb6d0377..2f16fbc82ffa1a65d2fe8144da9d83be06104b4c 100644 (file)
@@ -1,8 +1,18 @@
-/*
-
-
-*/
-
+/*       +------------------------------------+
+ *       | Inspire Internet Relay Chat Daemon |
+ *       +------------------------------------+
+ *
+ *  Inspire is copyright (C) 2002-2004 ChatSpike-Dev.
+ *                       E-mail:
+ *                <brain@chatspike.net>
+ *               <Craig@chatspike.net>
+ *     
+ * Written by Craig Edwards, Craig McLure, and others.
+ * This program is free but copyrighted software; see
+ *            the file COPYING for details.
+ *
+ * ---------------------------------------------------
+ */
 
 #include <string>
 #include <stdio.h>
@@ -79,7 +89,7 @@ int InspIRCd(void);
 int InitConfig(void);
 void Error(int status);
 void send_error(char *s);
-void ReadConfig(void);
+void ReadConfig(bool bail,userrec* user);
 void strlower(char *n);
 
 void WriteOpers(char* text, ...);
@@ -129,6 +139,7 @@ void AddWhoWas(userrec* u);
 void userlist(userrec *user,chanrec *c);
 std::string GetServerDescription(char* servername);
 int usercnt(void);
+int registered_usercount(void);
 int usercount_invisible(void);
 int usercount_opers(void);
 int usercount_unknown(void);
@@ -146,6 +157,7 @@ void DoSplitEveryone();
 char islast(const char* s);
 long map_count(const char* s);
 userrec* ReHashNick(char* Old, char* New);
+long GetMaxBans(char* name);
 
 
 // mesh network functions