From f3dff3c86ee68534dd181faa102109661fe6aa0f Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 16 Dec 2005 19:24:26 +0000 Subject: [PATCH] Commented why this is seriously fucked-up-looking :p git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2540 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/commands.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/include/commands.h b/include/commands.h index ff6106cb6..6d1264dc1 100644 --- a/include/commands.h +++ b/include/commands.h @@ -37,6 +37,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" -- 2.39.5