]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands.h
Decide that it wasn't quite appropriate :(
[user/henk/code/inspircd.git] / include / commands.h
index ff6106cb6e6c2c0f4e80efa46ee96f5907c61fba..de2f2c6c72116ea055654429426992e3912864dd 100644 (file)
@@ -2,7 +2,7 @@
  *       | Inspire Internet Relay Chat Daemon |
  *       +------------------------------------+
  *
- *  Inspire is copyright (C) 2002-2005 ChatSpike-Dev.
+ *  InspIRCd is copyright (C) 2002-2006 ChatSpike-Dev.
  *                       E-mail:
  *                <brain@chatspike.net>
  *               <Craig@chatspike.net>
@@ -28,7 +28,6 @@
 #include "users.h"
 #include "channels.h"
 
-char* CleanFilename(char* name);
 bool is_uline(const char* server);
 long duration(const char* str);
 void do_whois(userrec* user, userrec* dest,unsigned long signon, unsigned long idle, char* nick);
@@ -37,6 +36,14 @@ bool ip_matches_everyone(std::string ip, userrec* user);
 bool nick_matches_everyone(std::string nick, userrec* user);   
 int operstrcmp(char* data,char* input);
 
+/*       XXX Serious WTFness XXX
+ *
+ * Well, unless someone invents a wildcard or
+ * regexp #include, and makes it a standard,
+ * we're stuck with this way of including all
+ * the commands.
+ */
+
 #include "cmd_admin.h"
 #include "cmd_away.h"
 #include "cmd_commands.h"